diff options
author | Tim Irnich <tim.irnich@ericsson.com> | 2016-08-03 21:08:40 +0200 |
---|---|---|
committer | Tim Irnich <tim.irnich@ericsson.com> | 2016-08-08 13:14:35 +0200 |
commit | f793c6de47bb7f7d52d8f64e06ac4cab9b2f131f (patch) | |
tree | 4634be600546e9559c2eb51c51c9b68c3561e77e /docs/installationprocedure/os-odl_l2-bgpvpn/installation.rst | |
parent | 2c1133ddf223c90582a80c25f15d67d606818f77 (diff) |
Colorado documentation: scenario install procedure
JIRA: DOCS-134
Adding structure of docs for installation
procedure for virtual deployment.
Introducing a scenario-specific directory level.
Change-Id: I01de7d3b876ba9d5f7b71b91c857842fd3badeef
signed-off-by: Tim Irnich <tim.irnich@ericsson.com>
Diffstat (limited to 'docs/installationprocedure/os-odl_l2-bgpvpn/installation.rst')
-rw-r--r-- | docs/installationprocedure/os-odl_l2-bgpvpn/installation.rst | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/installationprocedure/os-odl_l2-bgpvpn/installation.rst b/docs/installationprocedure/os-odl_l2-bgpvpn/installation.rst new file mode 100644 index 0000000..ecb4e52 --- /dev/null +++ b/docs/installationprocedure/os-odl_l2-bgpvpn/installation.rst @@ -0,0 +1,47 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. .. http://creativecommons.org/licenses/by/4.0 .. +.. (c) Christopher Price (Ericsson AB) and others + +Fuel server installation and scenario deployment +================================================ + +.. Let's figure out how to structure this to highlight both virtual and +.. bare metal deployments. I need some help from the scenrio owners to get +.. that right. + +This section describes the installation of the OPNFV installation +server (jumphost) as well as the deployment of the os-odl_l2-bgpvpn-ha or +os-odl_l2-bgpvpn-noha OPNFV reference platform stack across a server cluster. + +Preparation +----------- + +clone fuel repo +download opnfv iso +create dea.yaml and dha.yaml based on existing examples from FUel repo + +Installation procedures +----------------------- + +We describe several alternative procedures in the following. + +Full automatic jumphost installation and deployment +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +call deploy.sh with scenario string + +Automatic Fuel server installation and manual scenario deployment +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +call deploy.sh with -e option to only install FUel server i.e. no platform deployment +Log into Fuel web GUI and configure scenario options, including activation of SDN VPN feature +PXE boot compute nodes from Fuel server +Trigger deployment through web GUI + +Update Fuel server settings without re-installation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +In case of having to change the jumphost settings without having the reinstall the +whole jumphost, it is possible to call deploy-sh with the -f option, which will only +update the settings without reinstalling the host, saving a lot of time. + |