First time here? Check out the FAQ!
![]() | 1 | initial version |
Hello I didn't find that it's documented, but neutron_bridge_name and neutron_external_interface are treated as list and are processed iteratively.
Just add to:
/etc/ansible/kolla-ansible/group_vars/network for example: neutron_bridge_name: br-ex1, br-ex2 neutron_external_interface: eth3, eth4
Kolla will add bridge mappings automatically like that:
[ovs] bridge_mappings = physnet1:br-ex1,physnet2: br-ex2