| {#- Tenant over VXLAN. For gateway nodes. Used for virtual deploys. #} |
| {#- Because we don't use tagging of switch ports, we shouldn't use tag on br-mesh#} |
| {#- br_mesh (OVS bridge) + tenant address #} |
| {#- _param:tenant_address #} |
| {#- _param:tenant_netmask #} |
| {#- _param:tenant_vlan #} |
| {{- set_param('linux_network_bridge', 'openvswitch') }} |
| {%- for interface_name, interface in interfaces.items() %} |
| name: {{ interface_name }} |
| address: ${_param:_esc}{_param:tenant_address} |
| netmask: ${_param:_esc}{_param:tenant_network_netmask} |