summaryrefslogtreecommitdiffstats
path: root/docs/userguide/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/userguide/introduction.rst')
-rw-r--r--docs/userguide/introduction.rst14
1 files changed, 6 insertions, 8 deletions
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
::