diff options
Diffstat (limited to 'docs/testing/user')
-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 |