--- network_config: - type: ovs_bridge name: br-ex mtu: 1500 use_dhcp: false dns_servers: ['192.168.122.80'] domain: ['ooo.test', 'ctlplane.example.com', 'internalapi.example.com', 'storage.example.com', 'tenant.example.com', 'storagemgmt.example.com'] addresses: - ip_netmask: 192.168.122.109/24 routes: [] members: - type: interface name: nic2 mtu: 1500 # force the MAC address of the bridge to this interface primary: true - type: vlan mtu: 1500 vlan_id: 20 addresses: - ip_netmask: 172.17.0.109/24 routes: [] - type: vlan mtu: 1500 vlan_id: 21 addresses: - ip_netmask: 172.18.0.109/24 routes: [] - type: vlan mtu: 1500 vlan_id: 22 addresses: - ip_netmask: 172.19.0.109/24 routes: [] - type: vlan mtu: 1500 vlan_id: 23 addresses: - ip_netmask: 172.20.0.109/24 routes: []