diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-11 23:40:28 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-11 23:50:14 +0200 |
commit | d4e37c21c5c76f52474d44e9cc32961259fb79ab (patch) | |
tree | 69de8f33e7dec944608de3f97d769a1e58f8b4aa | |
parent | dd00dfab0a3851830115b8e5d1f21343b506192d (diff) |
docs/instal-instr: Add bash code-block markup.
Change-Id: I04b97451d9b411d727b0ef51f1fc329510a286bb
-rw-r--r-- | docs/installation-instruction.rst | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/docs/installation-instruction.rst b/docs/installation-instruction.rst index 5d18054c..287e568f 100644 --- a/docs/installation-instruction.rst +++ b/docs/installation-instruction.rst @@ -54,16 +54,23 @@ Alternatively, you may build the ArmbandFuel .iso from source by cloning the opnfv/armband git repository. To retrieve the repository for the AArch64 Brahmaputra 3.0 release use the following command: -$ git clone https://gerrit.opnfv.org/gerrit/armband +.. code-block:: bash + + $ git clone https://gerrit.opnfv.org/gerrit/armband Check-out the Brahmaputra release tag to set the branch to the baseline required to replicate the Brahmaputra release: -$ git checkout brahmaputra.3.0 +.. code-block:: bash + + $ git checkout brahmaputra.3.0 Go to the armband directory and build the .iso: -$ cd armband; make release +.. code-block:: bash + + $ cd armband + $ make release For more information on how to build, please see *Reference: 14* @@ -328,11 +335,20 @@ Install additional Plugins/Features on the FUEL node #. Select wanted plugins/features from the /opt/opnfv/ directory. -#. Install the wanted plugin with the command "fuel plugins --install /opt/opnfv/<plugin-name>-<version>.<arch>.rpm" - Expected output: "Plugin ....... was successfully installed." (see figure below) +#. Install the wanted plugin with the command: + + .. code-block:: bash + + $ fuel plugins --install /opt/opnfv/<plugin-name>-<version>.<arch>.rpm + + Expected output (see figure below): + + .. code-block:: bash + + Plugin ....... was successfully installed. - **NOTE**: AArch64 Brahmaputra 3.0 ships only with Opendaylight plugin, - see *Reference 15*. + **NOTE**: AArch64 Brahmaputra 3.0 ships only with Opendaylight plugin, + see *Reference 15*. .. figure:: img/plugin_install.png |