PoC for hosted development environment for FOLIO teams
(FOLIO-2601)
|
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None | Parent: | PoC for hosted development environment for FOLIO teams |
| Type: | Task | Priority: | P2 |
| Reporter: | John Malconian | Assignee: | Stanislav Miroshnichenko |
| Resolution: | Done | Votes: | 0 |
| Labels: | dev-environment | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||
| Sprint: | DevOps: sprint 92 | ||||||||||||||||
| Development Team: | FOLIO DevOps | ||||||||||||||||
| Epic Link: | PoC for hosted development environment for FOLIO teams | ||||||||||||||||
| Description |
|
Identify and document the requirements and process for deployment of Stripes bundles into hosted dev environments including necessity and/or limitations of a Helm chart for Stripes (platform-complete and platform-core) as opposed to utilizing custom, dev-driven rancher pipelines and deployment templates. |
| Comments |
| Comment by Jakub Skoczen [ 06/Jul/20 ] |
|
Stanislav Miroshnichenko is investigating using Rancher to build Stripes. He has successfully utilised Helm to do that (workfow: developer has to build the image locally, upload it to a shared repo and use Helm to deploy to the team env) |
| Comment by Wayne Schneider [ 06/Jul/20 ] |
|
See this comment on
I believe the bundle is being built correctly, but the backend (Okapi and mod-permissions) are not configured. Each UI module in the bundle needs to be registered with Okapi and enabled for the tenant in order for the UI permissionSets to be created (and thus available to assign to the tenant admin user). In folio-ansible, we do this using the stripes-build role (https://github.com/folio-org/folio-ansible/tree/master/roles/stripes-build). Unfortunately, the code is rather convoluted – it is long overdue for a good refactoring – but in essence, these are the steps that need to happen as part of the bundle build:
Once the modules are enabled for the tenant, you can run the tenant admin bootstrap script to assign the permissions. |
| Comment by Jakub Skoczen [ 17/Jul/20 ] |
|
Stanislav Miroshnichenko John Malconian I am closing this ticket since the workflow for deploying stripes bundle has been captured on
|