From 21bac67b3e943616f25209f0ebd6ad23b2403d92 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 30 Sep 2016 15:47:38 +0800 Subject: Fix broken links in docs JIRA: QTIP-100 Change-Id: If3f91b0d683ebd497bd3f8bc34b63ddd35877e01 Signed-off-by: Yujun Zhang --- docs/apidocs/.keep | 0 docs/userguide/index.rst | 6 +++--- docs/userguide/introduction.rst | 14 ++++++-------- 3 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 docs/apidocs/.keep (limited to 'docs') diff --git a/docs/apidocs/.keep b/docs/apidocs/.keep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst index fe24293a..202bf66e 100644 --- a/docs/userguide/index.rst +++ b/docs/userguide/index.rst @@ -16,6 +16,6 @@ Colorado 1.0 ./overview.rst ./introduction.rst - ./01-compute_testcases.rst - ./02-network_testcases.rst - ./03-storage_testcases.rst + ./01-compute.rst + ./02-network.rst + ./03-storage.rst diff --git a/docs/userguide/introduction.rst b/docs/userguide/introduction.rst index 823a2722..b874ea46 100644 --- a/docs/userguide/introduction.rst +++ b/docs/userguide/introduction.rst @@ -23,12 +23,12 @@ The QTIP directory has been sectioned off into multiple folders to facilitate **test_cases/:** This folder is used to store all the config files which are used to setup the - environment prior to a test. This folder is further divided into opnfv pods - which run QTIP. Inside each pod there are folders which contain the config - files segmented based on test cases. Namely, these include, `Compute`, - `Network` and `Storage`. The default folder is there for the end user who - is interested in testing their infrastructure which is installed by fuel -or compass but aren't part of a opnfv pod,and for opnfv CI. +environment prior to a test. This folder is further divided into opnfv pods +which run QTIP. Inside each pod there are folders which contain the config files +segmented based on test cases. Namely, these include, `Compute`, `Network` and +`Storage`. The default folder is there for the end user who is interested in +testing their infrastructure which is installed by fuel or compass but aren't +part of a opnfv pod,and for opnfv CI. The structure of the directory for the user appears as follows :: @@ -338,14 +338,12 @@ Running QTIP on the using 'default' as the pod name and for the 'compute' suite :: curl --trace-ascii debug.txt -X POST -d '{ "installer_ip": "10.20.6.2","installer_type":"fuel", "suite_name":"compute", "type": "BM"}' -H "Content-Type: application/json" http://qtip_server_ip:5000/api/v1.0/jobs - Running QTIP on the using 'default' as the pod name and for the 'compute' suite 'vm' type by restful api :: curl --trace-ascii debug.txt -X POST -d '{ "installer_ip": "10.20.6.2","installer_type":"fuel", "suite_name":"compute", "type": "VM"}' -H "Content-Type: application/json" http://qtip_server_ip:5000/api/v1.0/jobs - Running QTIP on the using `default` as the pod name and for the `network` suite by cli :: -- cgit 1.2.3-korg