From 466e6edc7fa884c56e6c8177dc68a419318d5142 Mon Sep 17 00:00:00 2001 From: Taseer Ahmed Date: Wed, 23 Aug 2017 00:00:08 +0500 Subject: Update docs. - Add installation steps for ARM JIRA: STORPERF-198 Change-Id: I95e5d82cc4855bfad6052335397dc82a621785bd Signed-off-by: Taseer Ahmed --- docs/testing/user/installation.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -- cgit 1.2.3-korg