blob: b57a977a53338a2e0c4d4164fd238a7aea7954de [file] [log] [blame]
Slawek Kaplonskif31e3ee2018-06-15 19:48:07 +02001Set up connection between infra bridge and Neutron external bridge
2
3Network topology used in CI multinode jobs is described In `Devstack documention
4<https://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/multinode_setup_info.txt#n81>`_
5
6In case when DVR is used, there is also additional bridge ``br-infra`` added
7on each node to provide connectivity to floating IPs from main node.
8
9This bridge needs to be connected with bridge used by Neutron as
10external bridge. Typically it is ``br-ex`` and this role adds patch ports
11between those bridges.
12
13**Role Variables**
14
15.. zuul:rolevar:: neutron_external_bridge_name
16 :default: br-ex
17
18 Name of the Neutron external bridge.
19
20.. zuul:rolevar:: infra_bridge_name
21 :default: br-infra
22
23 Name of the infra bridge.