Merge "Introduce Ceph upgrade environments"

This commit is contained in:
Zuul 2018-05-03 16:53:16 +00:00 committed by Gerrit Code Review
commit a2cf9be58a
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# 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.
resource_registry:
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup
parameter_defaults:
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']

View File

@ -0,0 +1,5 @@
# Environment file used in the first 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.
resource_registry:
OS::TripleO::DeploymentSteps: OS::Heat::None