diff options
author | Tim Irnich <tim.irnich@ericsson.com> | 2016-09-21 10:35:14 +0200 |
---|---|---|
committer | Tim Irnich <tim.irnich@ericsson.com> | 2016-09-21 10:43:33 +0200 |
commit | 171f9013ab4637b9ec684d2f2c109aa95ee228fa (patch) | |
tree | 59cc5c15d88f38926aa69fb613e47c9153199da4 /docs/scenarios | |
parent | 34d037c426de3d55ce560a7708f93cb0d8f32392 (diff) |
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 <tim.irnich@ericsson.com>
Diffstat (limited to 'docs/scenarios')
-rw-r--r-- | docs/scenarios/os-odl_l2-bgpvpn/scenario.description.rst | 24 |
1 files 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) <optionally add copywriters name> +.. (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. - <To be completed, this outlines the basic content and flow> - 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 - - <Where applicable and without copying the installation procedure in the install guides> - 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. |