From 1357febeef91834269c98dc4b9efed0b70fdf305 Mon Sep 17 00:00:00 2001 From: "zhifeng.jiang" Date: Thu, 13 Jul 2017 22:08:27 -0700 Subject: Add "NODE_NAME" in "envs" otherwise it will fails when docker run. Change-Id: Iad6330387dae9b2ad94522b000d2c1eed80fba0a Signed-off-by: zhifeng.jiang --- docs/testing/user/configguide/configuration.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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:]: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: :: -- cgit 1.2.3-korg