7f195ff9a8
This was mainly there as an legacy interface which was for internal use. Now that we pull the passwords from the existing environment and don't use it, we can drop this. Reduces a number of heat resources. Change-Id: If83d0f3d72a229d737a45b2fd37507dc11a04649
12 lines
382 B
YAML
12 lines
382 B
YAML
resource_registry:
|
|
OS::TripleO::AllNodes::SoftwareConfig: OS::Heat::None
|
|
OS::TripleO::PostDeploySteps: OS::Heat::None
|
|
OS::TripleO::AllNodesDeployment: OS::Heat::None
|
|
OS::TripleO::DeployedServerEnvironment: ../deployed-server/deployed-server-environment-output.yaml
|
|
|
|
parameter_defaults:
|
|
# Deploy no services
|
|
{% for role in roles %}
|
|
{{role.name}}Services: []
|
|
{% endfor %}
|