diff options
author | Taseer Ahmed <taseer94@gmail.com> | 2017-08-23 00:00:08 +0500 |
---|---|---|
committer | Mark Beierl <mark.beierl@dell.com> | 2017-08-25 14:50:02 +0000 |
commit | 466e6edc7fa884c56e6c8177dc68a419318d5142 (patch) | |
tree | 047e88e37191428cc48fc5e50db15c1fb8e5b648 /docs/testing | |
parent | 98b09fd7983ab3a1f7a1646b44578cc0191eef44 (diff) |
Update docs.
- Add installation steps for ARM
JIRA: STORPERF-198
Change-Id: I95e5d82cc4855bfad6052335397dc82a621785bd
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'docs/testing')
-rwxr-xr-x | docs/testing/user/installation.rst | 19 |
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 |