Merge "Drop unused OS::TripleO::*::Steps resource types"

This commit is contained in:
Zuul 2022-11-18 09:05:26 +00:00 committed by Gerrit Code Review
commit 219b1bd98f
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# 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

View File

@ -85,9 +85,6 @@ resource_registry:
OS::TripleO::DeployedServerEnvironment: OS::Heat::None
OS::TripleO::DeploymentSteps: OS::Heat::None
OS::TripleO::WorkflowSteps: OS::Heat::None
# services
{%- for role in roles %}
OS::TripleO::{{role.name}}Services: common/services/{{role.name.lower()}}-role.yaml