Add prepare/converge env files for update

These will be automatically pulled in by the client.

Change-Id: I486ad0d44f105a6fa9fd24dcf7ac28d40ceecc27
(cherry picked from commit 6f9c97fc85)
This commit is contained in:
Jiri Stransky 2018-04-06 13:56:11 +02:00
parent 7d84eff6ce
commit 9d2fe5b8ed
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