summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorzhifeng jiang <jiang.zhifeng@zte.com.cn>2017-07-17 18:22:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-17 18:22:27 +0000
commit33c2342f6bcac2463946de630666211d95fc7069 (patch)
treef8e475481a3bb9a9ef1c44cfb3a3f0f4da58572e /docs
parent094f8446a907a889dc2631b62ad46496480b9f7f (diff)
parent1357febeef91834269c98dc4b9efed0b70fdf305 (diff)
Merge "Add "NODE_NAME" in "envs" otherwise it will fails when docker run."
Diffstat (limited to 'docs')
-rw-r--r--docs/testing/user/configguide/configuration.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/testing/user/configguide/configuration.rst b/docs/testing/user/configguide/configuration.rst
index 58abd072..ae745341 100644
--- a/docs/testing/user/configguide/configuration.rst
+++ b/docs/testing/user/configguide/configuration.rst
@@ -40,7 +40,7 @@ Run and enter the docker instance
1. If you want to run benchmarks:
::
- envs="INSTALLER_TYPE={INSTALLER_TYPE} -e INSTALLER_IP={INSTALLER_IP}"
+ envs="INSTALLER_TYPE={INSTALLER_TYPE} -e INSTALLER_IP={INSTALLER_IP} -e NODE_NAME={NODE_NAME}"
docker run -p [HOST_IP:]<HOST_PORT>:5000 --name qtip -id -e $envs opnfv/qtip
docker exec -i -t qtip /bin/bash
@@ -49,6 +49,8 @@ and joid. Currenty, QTIP only supports installer fuel.
``INSTALLER_IP`` is the ip address of the installer that can be accessed by QTIP.
+``NODE_NAME`` is the name of opnfv pod, e.g. zte-pod1.
+
2. If you do not want to run any benchmarks:
::