Merge "Add prepare/converge env files for update" into stable/queens

This commit is contained in:
Zuul 2018-04-13 15:26:16 +00:00 committed by Gerrit Code Review
commit 846e3e11df
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Environment file used in the last step of an overcloud update.
# This file is required by the tripleoclient and not expected to be updated
# by the operator. Please use additional -e env.yaml for customizations.
resource_registry:
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup

View File

@ -0,0 +1,7 @@
# 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 for customizations.
resource_registry:
OS::TripleO::DeploymentSteps: OS::Heat::None
OS::TripleO::Tasks::*PreConfig: OS::Heat::None
OS::TripleO::Tasks::*PostConfig: OS::Heat::None