Merge "Add environments/net-noop.yaml"

This commit is contained in:
Zuul 2018-06-15 10:23:44 +00:00 committed by Gerrit Code Review
commit 0407f87331
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 %}