[FOLIO-3891] Verify existence of environment variables in snapshot environments Created: 07/Sep/23 Updated: 13/Sep/23 Resolved: 13/Sep/23 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | TBD |
| Reporter: | Tino Ryll | Assignee: | David Crossley |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||
| Sprint: | DevOps Sprint 160 | ||||||||||||
| Development Team: | FOLIO DevOps | ||||||||||||
| RCA Group: | TBD | ||||||||||||
| Description |
|
Scheduled harvesting is not working as expected with mod-erm-usage-harvester on the snapshot environments and I am suspecting that there might be an issue related to the configured environment variables. The defaults are set in ModuleDescriptor-template.json#L302-L311 Could you please arrange for someone to confirm whether the following environment variables are set to their default values on the snapshot environments: DIKU_USER_NAME DIKU_USER_PASS |
| Comments |
| Comment by David Crossley [ 13/Sep/23 ] |
|
Yes you are correct, those are not set. When we recently added your OKAPI_URL
Now done. So this will be in the folio-snapshot-2 build after today's run (and folio-snapshot 12 hours later). |
| Comment by Tino Ryll [ 13/Sep/23 ] |
|
David Crossley Thanks for the update! I had assumed that the specified and unaltered variables in the launch descriptor would automatically be included, as indicated in https://dev.folio.org/guides/module-descriptor/ : "Every module's LD settings are directly applied in the FOLIO reference environments." However, it seems this is not the case when we opt to override a single parameter. Although, it seems that the DB_-variables are still present. Are there any available resources or documentation that can assist me in gaining a better understanding of this procedure? |