summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@dell.com>2017-08-25 15:09:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-25 15:09:04 +0000
commit383d814f0d5d4db55c6f4c621fa346ceab580a3f (patch)
treecef535cb8a91314651baddfd09ea7c924d7e2022
parenta2b4b9c92edd03b7048628e5e8a9fcb3429de8ef (diff)
parent466e6edc7fa884c56e6c8177dc68a419318d5142 (diff)
Merge "Update docs."
-rwxr-xr-xdocs/testing/user/installation.rst19
1 files changed, 19 insertions, 0 deletions
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