diff options
author | Frank Brockners <fbrockne@cisco.com> | 2015-06-03 14:37:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-06-03 14:37:40 +0000 |
commit | 3b4bfc8ed77b16780c28b08db3a9ef3e7ab7b338 (patch) | |
tree | 9e3c98b2089d9071a36a74d9133adcc6f807bfbb | |
parent | 651a2303fb13be24e690a00c3a7fd8bcaf33a66f (diff) | |
parent | 811493168e1739408ebca1e848126aa66c9d350a (diff) |
Merge "Fix ISO name in Fuel Install Instruction"
-rw-r--r-- | fuel/docs/src/installation-instructions.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fuel/docs/src/installation-instructions.rst b/fuel/docs/src/installation-instructions.rst index 316b6c7..9740555 100644 --- a/fuel/docs/src/installation-instructions.rst +++ b/fuel/docs/src/installation-instructions.rst @@ -58,24 +58,24 @@ Before starting the installation of the Arno release of OPNFV when using Fuel as Retrieving the ISO image ------------------------ -First of all, the Fuel deployment arnofuel.iso image needs to be retrieved, the .iso image of the Arno release of OPNFV when using Fuel as a deployment tool can be found here at http://artifacts.opnfv.org/arno.2015.1.0/fuel/arno.2015.1.0.fuel.iso +First of all, the Fuel deployment ISO image needs to be retrieved, the .iso image of the Arno release of OPNFV when using Fuel as a deployment tool can be found at http://artifacts.opnfv.org/arno.2015.1.0/fuel/arno.2015.1.0.fuel.iso Building the ISO image ---------------------- -Alternatively, you may build the .iso from source by cloning the opnfv/genesis git repository. To retrieve the repository for the Arno release use the following command. +Alternatively, you may build the .iso from source by cloning the opnfv/genesis git repository. To retrieve the repository for the Arno release use the following command: <git clone https://<linux foundation uid>@gerrit.opnf.org/gerrit/genesis> -Check-out the Arno release tag to set the branch to the baseline required to replicate the Arno release. +Check-out the Arno release tag to set the branch to the baseline required to replicate the Arno release: <cd genesis; git checkout arno.2015.1.0> -Go to the fuel directory and build the .iso +Go to the fuel directory and build the .iso: <cd fuel/build; make all> -For more information on how to build, please see "OPNFV Build instructions for - Arno release of OPNFV when using Fuel as a deployment tool which you retrieves with the repository at </genesis/fuel/docs/src/build-instructions.rst> +For more information on how to build, please see "OPNFV Build instructions for - Arno release of OPNFV when using Fuel as a deployment tool which you retrieved with the repository at </genesis/fuel/docs/src/build-instructions.rst> Next, familiarize yourself with the Fuel 6.0.1 version by reading the following documents: @@ -148,7 +148,7 @@ This section describes the installation of the OPNFV installation server (Fuel m Install Fuel master ------------------- -1. Mount the built fuel.arno.2015.1.0.iso file as a boot device to the jump host server. +1. Mount the built arno.2015.1.0.fuel.iso file as a boot device to the jump host server. 2. Reboot the jump host to establish the Fuel server. |