Files
tobiko/roles/multi-node-setup
Yatin Karel 0453fad7ed [CI] Use ovs-vsctl to ensure bridges
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.

Depends-On: https://review.opendev.org/c/x/devstack-plugin-tobiko/+/958046
Change-Id: I87372ad19f3b9c054e2a047ba9925a3ba0d6e503
Signed-off-by: Yatin Karel <ykarel@redhat.com>
2025-08-20 12:43:26 +00:00
..
2019-11-18 10:05:29 +01:00
2019-11-18 10:05:29 +01:00

Set up connection between infra bridge and Neutron external bridge

Network topology used in CI multinode jobs is described In Devstack documention

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