Heat templates for deploying OpenStack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|
|
|