From e7c8f45b680ab143e92504e73d6e7b121b379edc Mon Sep 17 00:00:00 2001 From: Cristina Pauna Date: Mon, 6 May 2019 14:00:30 +0300 Subject: [docs] Update documentation for Hunter Updated the documentation for the Hunter release plus one minor change of wording in the deploy script as we no longer install just Openstack Change-Id: I853f5536b0f4a89a8c20af0a9650372690ef7c99 Signed-off-by: Cristina Pauna (cherry picked from commit 49a76166350de5763448cbabc0bc4e3d96044966) --- .../installation/installation.instruction.rst | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'docs/release/installation') diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index 46a4350f5..ef343da56 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -9,7 +9,7 @@ OPNFV Fuel Installation Instruction Abstract ======== -This document describes how to install the ``Gambia`` release of +This document describes how to install the ``Hunter`` release of OPNFV when using Fuel as a deployment tool, covering its usage, limitations, dependencies and required system resources. @@ -21,20 +21,20 @@ Introduction ============ This document provides guidelines on how to install and -configure the ``Gambia`` release of OPNFV when using Fuel as a +configure the ``Hunter`` release of OPNFV when using Fuel as a deployment tool, including required software and hardware configurations. Although the available installation options provide a high degree of freedom in how the system is set up, including architecture, services and features, etc., said permutations may not provide an OPNFV compliant reference architecture. This document provides a -step-by-step guide that results in an OPNFV ``Gambia`` compliant +step-by-step guide that results in an OPNFV ``Hunter`` compliant deployment. The audience of this document is assumed to have good knowledge of networking and Unix/Linux administration. -Before starting the installation of the ``Gambia`` release of +Before starting the installation of the ``Hunter`` release of OPNFV, using Fuel as a deployment tool, some planning must be done. @@ -80,7 +80,7 @@ Hardware Requirements for ``virtual`` Deploys ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The following minimum hardware requirements must be met for the ``virtual`` -installation of ``Gambia`` using Fuel: +installation of ``Hunter`` using Fuel: +------------------+------------------------------------------------------+ | **HW Aspect** | **Requirement** | @@ -101,7 +101,7 @@ Hardware Requirements for ``baremetal`` Deploys ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The following minimum hardware requirements must be met for the ``baremetal`` -installation of ``Gambia`` using Fuel: +installation of ``Hunter`` using Fuel: +------------------+------------------------------------------------------+ | **HW Aspect** | **Requirement** | @@ -163,7 +163,7 @@ Hardware Requirements for ``hybrid`` (``baremetal`` + ``virtual``) Deploys ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The following minimum hardware requirements must be met for the ``hybrid`` -installation of ``Gambia`` using Fuel: +installation of ``Hunter`` using Fuel: +------------------+------------------------------------------------------+ | **HW Aspect** | **Requirement** | @@ -255,7 +255,7 @@ three physically separated networks. infrastructure as well as the provider networks and the private tenant VLANs needs to be manually configured. -Manual configuration of the ``Gambia`` hardware platform should +Manual configuration of the ``Hunter`` hardware platform should be carried out according to the `OPNFV Pharos Specification`_. OPNFV Software Prerequisites @@ -864,7 +864,7 @@ Sample ``compute_params`` configuration block (for a single node): ``SDF`` ~~~~~~~ -Scenario Descriptor Files are not yet implemented in the OPNFV Fuel ``Gambia`` +Scenario Descriptor Files are not yet implemented in the OPNFV Fuel ``Hunter`` release. Instead, embedded OPNFV Fuel scenarios files are locally available in @@ -881,7 +881,7 @@ Deployment Types .. WARNING:: - OPNFV releases previous to ``Gambia`` used to rely on the ``virtual`` + OPNFV releases previous to ``Hunter`` used to rely on the ``virtual`` keyword being part of the POD name (e.g. ``ericsson-virtual2``) to configure the deployment type as ``virtual``. Otherwise ``baremetal`` was implied. @@ -951,7 +951,7 @@ These steps are common for ``virtual``, ``baremetal`` or ``hybrid`` deploys, ``x86_64``, ``aarch64`` or ``mixed`` (``x86_64`` and ``aarch64``): - Clone the OPNFV Fuel code from gerrit -- Checkout the ``Gambia`` release tag +- Checkout the ``Hunter`` release tag - Start the deploy script .. NOTE:: @@ -971,7 +971,7 @@ These steps are common for ``virtual``, ``baremetal`` or ``hybrid`` deploys, jenkins@jumpserver:~$ git clone https://git.opnfv.org/fuel jenkins@jumpserver:~$ cd fuel - jenkins@jumpserver:~/fuel$ git checkout opnfv-7.2.0 + jenkins@jumpserver:~/fuel$ git checkout opnfv-8.0.0 jenkins@jumpserver:~/fuel$ ci/deploy.sh -l \ -p \ -b \ @@ -1377,12 +1377,12 @@ article. References ========== -For more information on the OPNFV ``Gambia`` 7.2 release, please see: +For more information on the OPNFV ``Hunter`` 8.0 release, please see: #. `OPNFV Home Page`_ #. `OPNFV Documentation`_ #. `OPNFV Software Downloads`_ -#. `OPNFV Gambia Wiki Page`_ +#. `OPNFV Hunter Wiki Page`_ #. `OpenStack Rocky Release Artifacts`_ #. `OpenStack Documentation`_ #. `OpenDaylight Artifacts`_ @@ -1401,7 +1401,7 @@ For more information on the OPNFV ``Gambia`` 7.2 release, please see: .. _`OpenStack Documentation`: https://docs.openstack.org/rocky .. _`OpenStack Rocky Release Artifacts`: https://www.openstack.org/software/rocky .. _`OPNFV Home Page`: https://www.opnfv.org -.. _`OPNFV Gambia Wiki Page`: https://wiki.opnfv.org/display/SWREL/Gambia +.. _`OPNFV Hunter Wiki Page`: https://wiki.opnfv.org/display/SWREL/Hunter .. _`OPNFV Documentation`: https://docs.opnfv.org .. _`OPNFV Software Downloads`: https://www.opnfv.org/software/downloads .. _`Apache License 2.0`: https://www.apache.org/licenses/LICENSE-2.0 -- cgit 1.2.3-korg