Merge "Add noop-deploy-steps.yaml environment"

This commit is contained in:
Zuul 2017-11-23 11:50:20 +00:00 committed by Gerrit Code Review
commit 7984be92db
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Disable deploy steps, useful for upgrades where we want to disable
# deploy steps and run them for each role manually
resource_registry:
OS::TripleO::DeploymentSteps: OS::Heat::None
OS::TripleO::Tasks::*PreConfig: OS::Heat::None
OS::TripleO::Tasks::*PostConfig: OS::Heat::None