devstack-plugin-tobiko/roles/multi-node-setup
Eduardo Olivares 9dfaabe613 Fix tox-linters job
Change-Id: Iacaa24d6b40dae62dd79e3c02a389022f0d097d5
2023-01-24 12:31:01 +01: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 Fix connectivity between multinode devstack jobs 2020-12-18 14:49:15 +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