Add environments/net-noop.yaml

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
This commit is contained in:
Dan Prince 2018-03-06 08:22:03 -05:00 committed by Emilien Macchi
parent 6fe012cdd0
commit 170c311670
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# This disables network configuration entirely (No-op).
resource_registry:
{%- for role in roles %}
OS::TripleO::{{role.name}}::Net::SoftwareConfig: ../net-config-noop.yaml
{%- endfor %}