tripleo-heat-templates/environments/net-noop.j2.yaml
Rabi Mishra 6f0c7a1090 Use OS::Heat::None in place of net-config-noop.yaml
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
2020-10-02 12:41:23 +05:30

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