6f0c7a1090
This replaces net-config-noop.yaml mappings to OS::Heat::None. Also removes all unnecessary setting of it in environments as we map them in overcloud-resource-registry-puppet.j2.yaml. Normally that should be enough but we override them in so many places, so there will be some redundancy. Depends-On: https://review.opendev.org/755275 Change-Id: Ib4d07c835568cb3072770f81a082b5a5e1c790ea
6 lines
180 B
YAML
6 lines
180 B
YAML
# This disables network configuration entirely (No-op).
|
|
resource_registry:
|
|
{%- for role in roles %}
|
|
OS::TripleO::{{role.name}}::Net::SoftwareConfig: OS::Heat::None
|
|
{%- endfor %}
|