The upstream openvswitch collection has been deprecated and was not included in newer Ansible (like Ansible 11). Since jobs switched to Ansible jobs relying on these tasks are failing. This patch switches to use ovs bridge command same as add-port in next tasks. Also add the role to irrelevant-files as single node jobs need not run on multi node role changes. Also fixed pre-commit error by switching to fix-byte-order-marker. Change-Id: Ie3a40efed5e132aee53dce3db6522c551897b5f7 Signed-off-by: Yatin Karel <ykarel@redhat.com>
Set up connection between infra bridge and Neutron external bridge
In case when DVR is used, there is also additional bridge
br-infra added on each node to provide connectivity to
floating IPs from main node.
This bridge needs to be connected with bridge used by Neutron as
external bridge. Typically it is br-ex and this role adds
patch ports between those bridges.
Role Variables