diff options
Diffstat (limited to 'docs')
-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 |