From f4089680b507153b99cb8c659eec9f2a09ef3aa6 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Tue, 6 Nov 2018 22:40:05 +0100 Subject: [PATCH] Add missing step for ovs deploy guides There was missing step about adding underlying interface to the provider bridge in ovs deployment guides. This patch adds this missing step. Change-Id: I2ef5f12c469647d7f197cb5db71692e68d23f718 Closes-Bug: #1801361 --- doc/source/admin/deploy-ovs-ha-vrrp.rst | 10 ++++++++++ doc/source/admin/deploy-ovs-selfservice.rst | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/doc/source/admin/deploy-ovs-ha-vrrp.rst b/doc/source/admin/deploy-ovs-ha-vrrp.rst index f44945fa3c0..caa8a8a32e5 100644 --- a/doc/source/admin/deploy-ovs-ha-vrrp.rst +++ b/doc/source/admin/deploy-ovs-ha-vrrp.rst @@ -85,6 +85,16 @@ Network node 2 $ ovs-vsctl add-br br-provider +#. Add the provider network interface as a port on the OVS provider + bridge ``br-provider``: + + .. code-block:: console + + $ ovs-vsctl add-port br-provider PROVIDER_INTERFACE + + Replace ``PROVIDER_INTERFACE`` with the name of the underlying interface + that handles provider networks. For example, ``eth1``. + #. In the ``openvswitch_agent.ini`` file, configure the layer-2 agent. .. code-block:: ini diff --git a/doc/source/admin/deploy-ovs-selfservice.rst b/doc/source/admin/deploy-ovs-selfservice.rst index dd719c259c4..e39573ebde5 100644 --- a/doc/source/admin/deploy-ovs-selfservice.rst +++ b/doc/source/admin/deploy-ovs-selfservice.rst @@ -116,6 +116,16 @@ Network node $ ovs-vsctl add-br br-provider +#. Add the provider network interface as a port on the OVS provider + bridge ``br-provider``: + + .. code-block:: console + + $ ovs-vsctl add-port br-provider PROVIDER_INTERFACE + + Replace ``PROVIDER_INTERFACE`` with the name of the underlying interface + that handles provider networks. For example, ``eth1``. + #. In the ``openvswitch_agent.ini`` file, configure the layer-2 agent. .. code-block:: ini