From 31c52533de8cf499e1339258684d4985bc03b9b0 Mon Sep 17 00:00:00 2001 From: Tim Irnich Date: Wed, 21 Sep 2016 10:35:14 +0200 Subject: Final edits for scenario description Removed some placeholders and todo notes, updated copyright and did a final readthrough. Change-Id: I1357174c159ae1065c4452128152140bb6b00d11 Signed-off-by: Tim Irnich (cherry picked from commit 171f9013ab4637b9ec684d2f2c109aa95ee228fa) --- .../os-odl_l2-bgpvpn/scenario.description.rst | 24 ++++------------------ 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/docs/scenarios/os-odl_l2-bgpvpn/scenario.description.rst b/docs/scenarios/os-odl_l2-bgpvpn/scenario.description.rst index 4af9de6..67c79a1 100644 --- a/docs/scenarios/os-odl_l2-bgpvpn/scenario.description.rst +++ b/docs/scenarios/os-odl_l2-bgpvpn/scenario.description.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. (c) +.. (c) Tim Irnich (tim.irnich@ericsson.com) and Nikolas Hermanns (nikolas.hermanns@ericsson.com) Introduction ============ @@ -25,7 +25,8 @@ Scenario components and composition .. to communicate to the user the capabilities available in this scenario. The SDN VPN feature enhances OPNFV's baseline OpenStack deployment with the -possibility to configure BGP based VPNs according to the OpenStack Neutron +possibility to configure BGP based VPNs using the Neutron API extension and service plugin +provided by the OpenStack Neutron Stadium project BGPVPN. The BGPVPN project consists of a Neutron API extension and a service plugin which has a driver framework similar to the ML2 plugin. BGPVPN today has a quite large number of backend drivers (Bagpipe, OpenContrail, @@ -40,23 +41,6 @@ It uses an internal mesh of VxLAN tunnels to interconnect the vSwitches on the d center compute nodes. For the purpose of BGP based route exchange with other BGP speakers the ODL controller makes use of Quagga BGP as an external BGP speaker. - - Description of bgpvpn scenarios - Description of the internal transport tunnel mesh - Install Neutron BGPVPN additions (networking-bgpvpn) - Neutron odl additions (networking-odl) - install and configure Quagga (incl. config on ODL side) - configure OVS to connect to ODL and set up the right bridges (network architecture) - set up iptables to allow connections between OVS and ODL - set up HA proxy so that ODL can be reached - - - Describe Neutron BGPVPN additions (networking-bgpvpn) - Neutron odl additions (networking-odl) - Usage and the role of Quagga (incl. config on ODL side) - OVS and ODL specifics around setting up the right bridges (network architecture) - "" iptables to allow connections between OVS and ODL - "" HA proxy so that ODL can be reached Scenario usage overview ======================= @@ -102,7 +86,7 @@ Currently, in OPNFV only ODL is supported as a backend for BGPVPN. API calls are mapped onto the ODL VPN Service REST API through the BGPVPN ODL driver and the ODL Neutron Northbound module. -No DPDK-enabled vhost user ports +No DPDK-enabled vhost user ports are supported. Integration with data center gateway will not work due to missing OVS patches for MPLSoGRE. -- cgit 1.2.3-korg