Skip to content
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

Operator-triggered model update of one or more dedicated instances #245

Open
3 tasks
gberche-orange opened this issue Feb 21, 2020 · 0 comments
Open
3 tasks

Comments

@gberche-orange
Copy link
Member

gberche-orange commented Feb 21, 2020

  • As a service operator
  • In order to
    • ensure security patching of vulnerable database deployments
    • rationalize versions among service instance fleet (e.g. to reduce support costs)
  • I need to be able to trigger an upgrade of one or more dedicated service instances, i.e.
    • service branch is rebased against current reference branch
    • service instance symlinks are regenerated and include newly available operators in model

This is a distinct issue requested by @poblin-orange w.r.t to the more generic #40

Implementation steps following #343

  • Rebase the service instance branch against the reference
  • Override all COAB generated files (i.e. symlinks to model files) including coab-vars.yml file (introduced in Service plan and params support #29) containing
    • desired state
    • previous state (obtained from loading in memory content of coab-vars.yml on disk)
  • git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant