diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2017-03-30 12:10:43 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2017-03-30 20:35:52 +0000 |
commit | bec6f09efda840a7bb15810b40635b4e8ec4cf63 (patch) | |
tree | 5a5fe087047222b7581db66f023d0c7a762cf046 | |
parent | 4042107009da73955e87401218583f80375fcd30 (diff) |
Added details to the installation instructionsdanube.3.0danube.2.0danube.1.RC1danube.1.0stable/danube
Change-Id: I311e8c7c1d559f6267b194bb55e7fb99c4555635
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
(cherry picked from commit 1fd3cba27f960f7ed10968afb437eaa412bda82b)
-rw-r--r-- | docs/release/installation/installation.instruction.rst | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index 75438d2..cc1b08b 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -5,7 +5,24 @@ OPNFV Gluon Installation Guide ============================== -The Gluon framework can be installed by means of the os-odl-gluon-noha scenario -and the Apex installer. Please visit the Apex installer documentation for -further details on how to install the os-odl-gluon-noha scenario in a virtual -or a bare-metal environment. +The Gluon framework can be installed by means of the :ref:`os-odl-gluon-noha +scenario <gluon-scenario>` and the Apex installer. Please visit the :ref:`Apex +installer documentation <apex-installation>` for details on how to install the +os-odl-gluon-noha scenario in a virtual or a bare-metal environment. + + +Quick start guide +----------------- + +The easiest way to set up Gluon is to create a virtual deployment. In a nutshell, +these are the installation steps: + + i) install a bare-metal CentOS jumphost + ii) install the Apex RPM packages + iii) create the virtual deployment by running the following command + +.. code-block:: bash + + opnfv-deploy -v -n network_settings.yaml \ + -d os-odl-gluon-noha.yaml \ + --virtual-computes 3 |