-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create folio-tasks image for k8s pod #317
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we should update the configurations list. Not sure about the file directories.
config/settings/pod.yml
Outdated
encumbrance_file: 'tsv/finance/fix.encumbrance.awaiting.payment.amount.2.csv' | ||
json_orders: '/s/SUL/Dataload/folio_symphony_extract/acquisitions/orders/json' | ||
tsv_orders: '/s/SUL/Dataload/folio_symphony_extract/acquisitions/orders/tsv' | ||
yaml: | ||
sul_orders: '/s/SUL/Dataload/folio_symphony_extract/acquisitions/orders/yaml/sul' | ||
law_orders: '/s/SUL/Dataload/folio_symphony_extract/acquisitions/orders/yaml/law' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should remove these. Maybe it requires removing the code used for migration.
config/settings/pod.yml
Outdated
configurations: | ||
- edge-sip2 | ||
- BULKEDIT | ||
- CHECKOUT | ||
- FAST_ADD | ||
- INVOICE | ||
- LOAN_HISTORY | ||
- CHECKOUT | ||
- FAST_ADD | ||
- INVOICE | ||
- ORDERS | ||
- ORG | ||
- SETTINGS | ||
- TENANT | ||
- USERSBL | ||
- NCIP | ||
- INVOICE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update this list to what is currently used in folio okapi configs. I grabbed these from our poppy csp 7 upgrade checklist:
configurations:
- BULKEDIT
- CHECKOUT
- edge-sip2
- FAST_ADD
- INVOICE
- LOAN_HISTORY
- LOGIN-SAML
- NCIP
- OAIPMH
- ORDERS
- ORG
- SETTINGS
- TENANT
- USERS
- USERSBL
So we can run the okapi_timers rake tasks and any other taks we want from within the cluster if necessary.
See https://github.com/sul-dlss/folio-k8s/pull/254