tripleo-heat-templates/environments/deployed-server-environment.j2.yaml
James Slagle 4a862731b0 Remove deployed-server bootstrap mappings
These resources were previously removed from the deployed-server
template, so they can also be removed from the deployed-server
environments.

Signed-off-by: James Slagle <jslagle@redhat.com>
Change-Id: I78cfac1344b968e21f7b53306c20df051778a435
2021-01-27 17:16:56 -05:00

14 lines
418 B
YAML

resource_registry:
OS::TripleO::Server: ../deployed-server/deployed-server.yaml
OS::TripleO::DeployedServer::ControlPlanePort: OS::Neutron::Port
{% for role in roles %}
OS::TripleO::{{role.name}}::Net::SoftwareConfig: OS::Heat::None
{% endfor %}
parameter_defaults:
EnablePackageInstall: True
{% for role in roles %}
{{role.name}}NetworkConfigTemplate: 'templates/net_config_static_bridge.j2'
{% endfor %}