tripleo-heat-templates/environments/overcloud-baremetal.j2.yaml
ramishra 7f195ff9a8 Remove DefaultPasswords interface
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
2021-02-12 11:38:44 +05:30

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 %}