Merge "Default network configs to Train values"

This commit is contained in:
Zuul 2021-10-04 15:27:04 +00:00 committed by Gerrit Code Review
commit 07c3455ad9
1 changed files with 4 additions and 0 deletions

View File

@ -218,7 +218,11 @@ parameters:
{{role.name}}NetworkConfigTemplate:
description: {{role.name}} NetworkConfig Template
type: string
{%- if 'external_bridge' in role.tags|default([]) %}
default: 'templates/net_config_bridge.j2'
{%- else %}
default: ''
{%- endif %}
{{role.name}}ExtraConfig:
default: {}
description: |