Usage - content management HOWTO¶
While the content management workflows documentation provides information on each of the workflows provided by the release train, it does not give instructions for how to compose them to achieve common tasks. That is the aim of this page.
Update package repositories¶
Update one or more package repositories to a new version, then build new Kolla container images from those repositories.
- Sync package repositories (optional: runs nightly as a scheduled GitHub Action)
- Update Kayobe repository versions
- Build & push Kolla container images
- Sync container images
- Update Kayobe container image tags
- Test
- Review & merge Kayobe configuration changes
- Promote package repositories
- Promote container images
Update Kolla container images¶
Update one or more Kolla container images, without updating package repositories.
- Build & push Kolla container images
- Sync container images
- Update Kayobe container image tags
- Test
- Review & merge Kayobe configuration changes
- Promote container images