ecf4e7331d
project openstack/devstack-gate has been deprecated and it was not really necessary for tobiko jobs, so this patch removes it. Change-Id: I85ca0dcabb055533a9567895d26255c0fb49c520
21 lines
594 B
ReStructuredText
21 lines
594 B
ReStructuredText
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**
|
|
|
|
.. zuul:rolevar:: neutron_external_bridge_name
|
|
:default: br-ex
|
|
|
|
Name of the Neutron external bridge.
|
|
|
|
.. zuul:rolevar:: infra_bridge_name
|
|
:default: br-infra
|
|
|
|
Name of the infra bridge.
|