Browse Source
Introduce simple environment file to be included during the final stack update of a FFU. Contains a list of ceph-ansible playbooks. Newton's Ceph Jewel will be migrated to containers by the first playbook and then Ceph will be upgraded to Luminous by the second playbook. Change-Id: Id46b07a8dae23ef3b12d656ce250e2959596eaebchanges/74/546774/1
2 changed files with 7 additions and 0 deletions
@ -0,0 +1,4 @@
|
||||
parameter_defaults: |
||||
CephAnsiblePlaybook: |
||||
- /usr/share/ceph-ansible/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml |
||||
- /usr/share/ceph-ansible/infrastructure-playbooks/rolling_update.yml |
Loading…
Reference in new issue