Reading at this bug:
https://bugs.launchpad.net/kolla-ansible/+bug/1626259
It seems only for documentation, so it must work.
Right?
Ignazio

Il giorno mar 12 ott 2021 alle ore 18:38 Ignazio Cassano <ignaziocassano@gmail.com> ha scritto:
Hello Everyone,
I need to know if it possible configure kolla neutron ovsĀ  with more than one bridge mappings, for example:
bridge_mappings = physnet1:br-ex,physnet2:br-ex2

I figure out that in standard configuration ansible playbook create br-ex and add
the interface with variable "neutron_external_interface" under br-ex.
What can I do if I need to do if I wand more than one bridge ?
How kolla ansible playbook can help in this case ?
I could use multiple bridges in /etc/kolla/config neutron configuration files, but I do not know how ansible playbook can do the job.
because I do not see any variable can help me in /etc/kolla/globals.yml 
Thanks
Ignazio