Ensure config-download mappings are unset on ceph-upgrade
Purpose is to ensure that any mapping previously used to enable config-download is reset to perform a regular Heat stack update on ceph-upgrade. We may need to do "update/upgrade/ffwd -> ceph -> converge" instead of the previously assumed "update/upgrade/ffwd -> converge -> ceph". This also removes the no-op of DeploymentSteps -- we need them enabled during Ceph upgrade as we need firewall rules applied. Co-Authored-By: Jiri Stransky <jistr@redhat.com> Closes-Bug: #1767318 Related-Bug: #1767317 Change-Id: I52312ffcd438c354872ab3c74138b47ae71aab4b (cherry picked from commit fc9d9ee49328b4745a6de02b0051d56f873d03cf)
This commit is contained in:
parent
d736daf8bd
commit
24469e3c02
@ -1,7 +1,5 @@
|
|||||||
# Environment file used in the last step of an overcloud upgrade.
|
# Environment file used in the last step of an overcloud upgrade.
|
||||||
# This file is required by the tripleoclient and not expected to be updated
|
# This file is required by the tripleoclient and not expected to be updated
|
||||||
# by the operator. Please use additional -e env.yaml.
|
# by the operator. Please use additional -e env.yaml.
|
||||||
resource_registry:
|
|
||||||
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
|
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
|
||||||
|
@ -2,4 +2,9 @@
|
|||||||
# This file is required by the tripleoclient and not expected to be updated
|
# This file is required by the tripleoclient and not expected to be updated
|
||||||
# by the operator. Please use additional -e env.yaml.
|
# by the operator. Please use additional -e env.yaml.
|
||||||
resource_registry:
|
resource_registry:
|
||||||
OS::TripleO::DeploymentSteps: OS::Heat::None
|
OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment
|
||||||
|
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup
|
||||||
|
OS::Heat::SoftwareDeployment: OS::TripleO::Heat::SoftwareDeployment
|
||||||
|
OS::Heat::StructuredDeployment: OS::TripleO::Heat::StructuredDeployment
|
||||||
|
parameter_defaults:
|
||||||
|
StackUpdateType: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user