diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/release-notes/danube.rst | 22 | ||||
-rw-r--r-- | docs/testing/user/configguide/configuration.rst | 4 | ||||
-rw-r--r-- | docs/testing/user/userguide/cli.rst | 9 |
3 files changed, 28 insertions, 7 deletions
diff --git a/docs/release/release-notes/danube.rst b/docs/release/release-notes/danube.rst index 6f2ab48f..cf9f6967 100644 --- a/docs/release/release-notes/danube.rst +++ b/docs/release/release-notes/danube.rst @@ -24,6 +24,9 @@ Version history | 2017-05-04 | Danube 2.0 | Yujun Zhang | | | | | | | +--------------------+--------------------+--------------------+--------------------+ +| 2017-07-14 | Danube 3.0 | Yujun Zhang | | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ Important notes =============== @@ -48,13 +51,13 @@ Release Data | **Project** | QTIP | | | | +--------------------------------------+--------------------------------------+ -| **Repo/commit-ID** | qtip/danube.2.0 | +| **Repo/commit-ID** | qtip/danube.3.0 | | | | +--------------------------------------+--------------------------------------+ -| **Release designation** | Danube bug fix release | +| **Release designation** | Tag update only | | | | +--------------------------------------+--------------------------------------+ -| **Release date** | 2017-05-04 | +| **Release date** | 2017-07-14 | | | | +--------------------------------------+--------------------------------------+ | **Purpose of the delivery** | OPNFV quality assurance | @@ -64,6 +67,12 @@ Release Data Version change -------------- +New in Danube 3.0 +^^^^^^^^^^^^^^^^^ + +* No change in QTIP itself +* Validated on OPNFV Danube latest release + New in Danube 2.0 ^^^^^^^^^^^^^^^^^ @@ -118,6 +127,7 @@ Deliverables Software ^^^^^^^^ +- `QTIP Docker image <https://hub.docker.com/r/opnfv/qtip>`_ (tag: danube.3.0) - `QTIP Docker image <https://hub.docker.com/r/opnfv/qtip>`_ (tag: danube.2.0) - `QTIP Docker image <https://hub.docker.com/r/opnfv/qtip>`_ (tag: danube.1.0) @@ -154,12 +164,12 @@ QTIP has undergone QA test runs with the following results: | qtip-verify-danube | 94/94 passed | | | | +---------------------------------------------------+--------------------------------------+ -| qtip-os-nosdn-kvm-ha-zte-pod3-daily-danube | Successful | +| qtip-os-nosdn-kvm-ha-zte-pod3-daily-danube | passed | | | | +---------------------------------------------------+--------------------------------------+ -| qtip-os-nosdn-nofeature-ha-zte-pod3-daily-danube | Successful | +| qtip-os-nosdn-nofeature-ha-zte-pod3-daily-danube | passed | | | | +---------------------------------------------------+--------------------------------------+ -| qtip-os-odl_l2-nofeature-ha-zte-pod1-daily-danube | Successful | +| qtip-os-odl_l2-nofeature-ha-zte-pod1-daily-danube | passed | | | | +---------------------------------------------------+--------------------------------------+ 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: :: diff --git a/docs/testing/user/userguide/cli.rst b/docs/testing/user/userguide/cli.rst index 99efd930..6e022f01 100644 --- a/docs/testing/user/userguide/cli.rst +++ b/docs/testing/user/userguide/cli.rst @@ -10,6 +10,15 @@ QTIP consists of a number of benchmarking tools or metrics, grouped under QPI's. components of a NFVI ecosystem, such as compute, network and storage. Depending on the type of application, a user may group them under plans. +Bash Command Completion +======================= + +To enable command completion, an environment variable needs to be enabled. +Add the following line to the **.bashrc** file +:: + + eval "$(_QTIP_COMPLETE=source qtip)" + QTIP CLI provides interface to all of the above the components. A help page provides a list of all the commands along with a short description. :: |