000e99465e
This removes the unused environments used for split-stack. Split-stack is mostly irrelevant after we moved to use a separate metalsmith based workflow since victoria. There is also a related tripleo-docs patch to update the docs. Change-Id: I47beaaccd01d72cc550ffc7871e3384e112d9334
11 lines
281 B
YAML
11 lines
281 B
YAML
resource_registry:
|
|
OS::TripleO::AllNodes::SoftwareConfig: OS::Heat::None
|
|
OS::TripleO::PostDeploySteps: OS::Heat::None
|
|
OS::TripleO::AllNodesDeployment: OS::Heat::None
|
|
|
|
parameter_defaults:
|
|
# Deploy no services
|
|
{% for role in roles %}
|
|
{{role.name}}Services: []
|
|
{% endfor %}
|