From be6cce375c0363f93fa6b1a099eb34fee75a6161 Mon Sep 17 00:00:00 2001 From: Sofia Wallin Date: Wed, 25 Apr 2018 18:11:25 +0200 Subject: Updated scenario documentation Change-Id: I125988afe557e5117fcbbace23b5e48e740d216c Signed-off-by: Sofia Wallin Signed-off-by: Periyasamy Palanisamy (cherry picked from commit b1c8323dcd962b456da0438df65b4a37bb12f3d7) --- .../os-odl-bgpvpn/scenario.description.rst | 33 +++++++++++----------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'docs/release/scenarios/os-odl-bgpvpn/scenario.description.rst') diff --git a/docs/release/scenarios/os-odl-bgpvpn/scenario.description.rst b/docs/release/scenarios/os-odl-bgpvpn/scenario.description.rst index 2641d82..f780d20 100644 --- a/docs/release/scenarios/os-odl-bgpvpn/scenario.description.rst +++ b/docs/release/scenarios/os-odl-bgpvpn/scenario.description.rst @@ -1,6 +1,10 @@ +.. _-os-odl-bgpvpn-noha: + +.. _-os-odl-bgpvpn-ha: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. (c) Tim Irnich (tim.irnich@ericsson.com) and Nikolas Hermanns (nikolas.hermanns@ericsson.com) +.. (c) Periyasamy Palanisamy and others Introduction ============ @@ -72,28 +76,23 @@ Scenario usage overview Configuring SDNVPN features --------------------------- -Each installer has specific procedures to deploy the OPNFV platform so that the SDNVPN feature is enabled. +Apex installer has specific procedures to deploy the OPNFV platform so that the SDNVPN feature is enabled. -Fuel installer configuration +APEX installer configuration ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -To install the SDNVPN feature using Fuel, follow the Fuel installation guide ensuring to select the SDNVPN -feature when prompted . +To install the SDNVPN feature using the APEX installer, follow the APEX installation guide +(https://wiki.opnfv.org/display/apex/Integration+Guide) and activate the SDNVPN feature when prompted (step "# Now execute a deployment") -This will trigger installation of the OpenStack BGPVPN API extension for -Neutron, set up for using the ODL driver, in addition to vanilla Neutron. -In addition, the required karaf features will be activated when ODL is installed and the compute nodes -will be configured including the VPN Service internal transport tunnel mesh. +For os-odl-bgpvpn-noha deployment: +---------------------------------- -No post-deploy configuration is necessary. The Fuel BGPVPN plugin and the ODL plugin -should set up the cluster ready for BGPVPNs being created. +python3 deploy.py -v -n ../config/network/network_settings.yaml -d ../config/deploy/os-odl-bgpvpn-noha.yaml --deploy-dir ../build --lib-dir ../lib --image-dir ../.build --virtual-computes 2 --virtual-default-ram 16 -APEX installer configuration -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +For os-odl-bgpvpn-ha deployment: +-------------------------------- -To install the SDNVPN feature using the APEX installer, follow the APEX installation guide -(https://wiki.opnfv.org/display/apex/Integration+Guide) and activate the SDNVPN feature when prompted (step "# Now execute a deployment") -i.e. python3 deploy.py -v -n ../config/network/network_settings.yaml -d ../config/deploy/os-odl-bgpvpn-noha.yaml --deploy-dir ../build --lib-dir ../lib --image-dir ../.build --virtual-computes 2 --virtual-default-ram 16 +python3 deploy.py -v -n ../config/network/network_settings.yaml -d ../config/deploy/os-odl-bgpvpn-ha.yaml --deploy-dir ../build --lib-dir ../lib --image-dir ../.build --virtual-computes 2 --virtual-default-ram 16 Limitations, Issues and Workarounds =================================== @@ -112,5 +111,5 @@ Integration with data center gateway will not work due to missing OVS patches fo References ========== -For more information on the OPNFV Danube release, please visit +For more information on the OPNFV Fraser release, please visit https://www.opnfv.org/software -- cgit 1.2.3-korg