diff --git a/environments/updates/README.md b/environments/updates/README.md index 93714ed838..e83736537d 100644 --- a/environments/updates/README.md +++ b/environments/updates/README.md @@ -13,3 +13,6 @@ Contents **update-from-deloyed-server-newton.yaml** To be used when updating from the deployed-server template from Newton. + +**update-from-ceph-newton.yaml** + To be used when updating Ceph from the storage-environment template from Newton. diff --git a/environments/updates/update-from-ceph-newton.yaml b/environments/updates/update-from-ceph-newton.yaml new file mode 100644 index 0000000000..5ee249c42b --- /dev/null +++ b/environments/updates/update-from-ceph-newton.yaml @@ -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