Merge "Fix indentation issue with 2-bonds-vlans config" into stable/victoria

This commit is contained in:
Zuul 2022-01-18 07:21:27 +00:00 committed by Gerrit Code Review
commit 62bc3701f4
1 changed files with 11 additions and 11 deletions

View File

@ -214,17 +214,17 @@ resources:
mtu:
get_attr: [MinViableMtuBondData, value]
{%- for network in networks if network.name.startswith('Tenant') and network.name in _role_networks and network.enabled|default(true) %}
- type: vlan
device: bond-data
mtu:
get_param: {{network.name}}Mtu
vlan_id:
get_param: {{network.name}}NetworkVlanID
addresses:
- ip_netmask:
get_param: {{network.name}}IpSubnet
routes:
get_param: {{network.name}}InterfaceRoutes
- type: vlan
device: bond-data
mtu:
get_param: {{network.name}}Mtu
vlan_id:
get_param: {{network.name}}NetworkVlanID
addresses:
- ip_netmask:
get_param: {{network.name}}IpSubnet
routes:
get_param: {{network.name}}InterfaceRoutes
{%- endfor %}
{%- else %}
- type: ovs_user_bridge