170c311670
This can be used to activate net-config-noop.yaml and disable os-net-config on all roles. Useful if you are using deployed servers and want to pre-configure your networks. Change-Id: I80e5fb586f6de0bccd6245237d23712310c78588
6 lines
189 B
YAML
6 lines
189 B
YAML
# This disables network configuration entirely (No-op).
|
|
resource_registry:
|
|
{%- for role in roles %}
|
|
OS::TripleO::{{role.name}}::Net::SoftwareConfig: ../net-config-noop.yaml
|
|
{%- endfor %}
|