From: Taseer Ahmed Date: Tue, 22 Aug 2017 19:00:08 +0000 (+0500) Subject: Update docs. X-Git-Tag: opnfv-5.0.RC1~39^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F39903%2F4;p=storperf.git Update docs. - Add installation steps for ARM JIRA: STORPERF-198 Change-Id: I95e5d82cc4855bfad6052335397dc82a621785bd Signed-off-by: Taseer Ahmed --- diff --git a/docs/testing/user/installation.rst b/docs/testing/user/installation.rst index 8952f48..1da4187 100755 --- a/docs/testing/user/installation.rst +++ b/docs/testing/user/installation.rst @@ -236,3 +236,22 @@ The tag for the latest stable Brahmaputra release is: .. code-block:: bash docker pull opnfv/storperf:brahmaputra.1.2 + +StorPerf on ARM Processors +========================== + +StorPerf now supports docker images on ARM processors as well. However, at the moment +there is no upstream image on DockerHub. The user needs to manually build it. Firstly, +clone StorPerf repository from GitHub + +.. code-block:: bash + + git clone https://git.opnfv.org/storperf + cd storperf/docker/ + +Next, build and setup the docker images + +.. code-block:: console + + TAG=aarch64 ENV_FILE=./admin.rc CARBON_DIR=./carbon docker-compose -f local-docker-compose.yaml build + TAG=aarch64 ENV_FILE=./admin.rc CARBON_DIR=./carbon docker-compose -f local-docker-compose.yaml up -d