From 1fd3cba27f960f7ed10968afb437eaa412bda82b Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Thu, 30 Mar 2017 12:10:43 +0200 Subject: Added details to the installation instructions Change-Id: I311e8c7c1d559f6267b194bb55e7fb99c4555635 Signed-off-by: Georg Kunz --- .../installation/installation.instruction.rst | 25 ++++++++++++++++++---- 1 file 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 ` and the Apex installer. Please visit the :ref:`Apex +installer documentation ` 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 -- cgit 1.2.3-korg