devstack-plugin-tobiko/roles/multi-node-setup
Eduardo Olivares ecf4e7331d Remove openstack/devstack-gate from jobs
project openstack/devstack-gate has been deprecated and it was not
really necessary for tobiko jobs, so this patch removes it.

Change-Id: I85ca0dcabb055533a9567895d26255c0fb49c520
2024-06-12 14:59:26 +02:00
..
defaults Fix connectivity between multinode devstack jobs 2020-12-18 14:49:15 +01:00
tasks Fix tox-linters job 2023-01-24 12:31:01 +01:00
README.rst Remove openstack/devstack-gate from jobs 2024-06-12 14:59:26 +02:00

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