Merge "Set normal CephAnsiblePlaybook on update/upgrade/ffwd converge"
This commit is contained in:
commit
fee920d897
@ -1,5 +0,0 @@
|
||||
# Environment file used in the last step of an overcloud upgrade.
|
||||
# This file is required by the tripleoclient and not expected to be updated
|
||||
# by the operator. Please use additional -e env.yaml.
|
||||
parameter_defaults:
|
||||
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
|
@ -8,4 +8,5 @@ resource_registry:
|
||||
OS::Heat::SoftwareDeployment: OS::TripleO::Heat::SoftwareDeployment
|
||||
OS::Heat::StructuredDeployment: OS::TripleO::Heat::StructuredDeployment
|
||||
parameter_defaults:
|
||||
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
|
||||
StackUpdateType: ''
|
||||
|
@ -4,3 +4,5 @@
|
||||
resource_registry:
|
||||
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup
|
||||
OS::TripleO::WorkflowSteps: OS::Mistral::ExternalResource
|
||||
parameter_defaults:
|
||||
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
|
||||
|
@ -5,6 +5,7 @@ resource_registry:
|
||||
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup
|
||||
OS::TripleO::WorkflowSteps: OS::Mistral::ExternalResource
|
||||
parameter_defaults:
|
||||
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
|
||||
UpgradeLevelNovaCompute: ''
|
||||
UpgradeInitCommonCommand: ''
|
||||
UpgradeInitCommand: ''
|
||||
|
Loading…
Reference in New Issue
Block a user