diff options
Diffstat (limited to 'docs/userguide/feature.userguide.rst')
-rw-r--r-- | docs/userguide/feature.userguide.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/userguide/feature.userguide.rst b/docs/userguide/feature.userguide.rst index 0e6a6ba..6b5f4dd 100644 --- a/docs/userguide/feature.userguide.rst +++ b/docs/userguide/feature.userguide.rst @@ -158,9 +158,14 @@ and make changes as required. Installation procedures ----------------------- -We describe several alternative procedures in the following. +We describe several alternative procedures in the following. +First, we describe several methods that are based on the deploy.sh script, which is also used by the OPNFV CI system. +It can be found in the Fuel repository. -Go to +In addition, the SDNVPN feature can also be configured manually in the Fuel GUI. +This is described in the last subsection. + +Before starting any of the following procedures, go to :: cd <opnfv-fuel-repo>/ci @@ -178,7 +183,8 @@ node discovery and platform deployment) will take place without any further prom Full automatic virtual deployment NO High Availability Mode ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The following command will deploy the SDNVPN scenario in its non-high-availability flavor. Otherwise it does the same as described above. +The following command will deploy the SDNVPN scenario in its non-high-availability flavor (note the +different scenario name for the -s switch). Otherwise it does the same as described above. :: sudo bash ./deploy.sh -b file://<path-to-opnfv-fuel-repo>/config/ -l devel-pipeline -p <your-lab-name> -s os-odl_l2-bgpvpn-noha -i file://<path-to-fuel-iso> |