diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2018-04-25 18:11:25 +0200 |
---|---|---|
committer | Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> | 2018-04-25 20:13:12 +0000 |
commit | be6cce375c0363f93fa6b1a099eb34fee75a6161 (patch) | |
tree | 60b818b9074b1b888459637017d4d513755c6571 /docs/release/scenarios/os-odl-bgpvpn/scenario.description.rst | |
parent | d56cc9831e64559cf97071fd8d8a4798bd3a2346 (diff) |
Updated scenario documentationopnfv-6.1.0opnfv-6.0.0
Change-Id: I125988afe557e5117fcbbace23b5e48e740d216c
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
(cherry picked from commit b1c8323dcd962b456da0438df65b4a37bb12f3d7)
Diffstat (limited to 'docs/release/scenarios/os-odl-bgpvpn/scenario.description.rst')
-rw-r--r-- | docs/release/scenarios/os-odl-bgpvpn/scenario.description.rst | 33 |
1 files changed, 16 insertions, 17 deletions
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 <periyasamy.palanisamy@ericsson.com> 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 <add link to Fuel docs once artifact locations are known>. +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 |