[FOLIO-2226] Deploy MOD-FINANCE module Created: 23/Aug/19 Updated: 03/Jun/20 Resolved: 28/Aug/19 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Story | Priority: | P2 |
| Reporter: | Siarhei Hrabko | Assignee: | David Crossley |
| Resolution: | Done | Votes: | 0 |
| Labels: | devops, platform-backlog | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | CP: sprint 71 | ||||||||
| Story Points: | 1 | ||||||||
| Development Team: | Core: Platform | ||||||||
| Description |
|
New module "MOD-FINANCE" needs to be deployed on folio-snapshot and folio-testing Required checks are passed: curl -s -S -w'\n' \ > 'http://folio-registry.aws.indexdata.com/_/proxy/modules?filter=mod-finance&latest=1&full=true' \ > | jq '.[].requires' [] curl -s -S -w'\n' 'https://folio-snapshot-okapi.aws.indexdata.com/_/proxy/modules?latest=1&provide=finances%3D1.0' [ { "id" : "mod-finance-1.0.0-SNAPSHOT.4", "name" : "Finance business logic module" } ] |
| Comments |
| Comment by David Crossley [ 28/Aug/19 ] |
|
It is in folio-testing now. The folio-snapshot is currently building. However i get the feeling that i have missed a step. |
| Comment by David Crossley [ 28/Aug/19 ] |
|
Now it is in folio-snapshot too. I missed that it is not yet pulled in automatically by the ui-finance ModuleDescriptor, so needs special configuration until then. Anyway, all done now. |