Add comments about workspace parameters 87/33587/4
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Thu, 20 Apr 2017 13:29:58 +0000 (21:29 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 21 Apr 2017 05:43:50 +0000 (13:43 +0800)
Change-Id: I45f7547a15b66b6901cb5a298e3f097cd6d2257d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
tests/integration/workspace-create.yml

index 919fe77..0de94d4 100644 (file)
@@ -9,12 +9,22 @@
 
 ---
 - hosts: localhost
+
+  gather_facts: no
+
   roles:
+
     - role: qtip-workspace
-      installer: fuel         # fuel|apex
-      pod_name: qtip-pod
-      scenario: default
-      version: master
+
+      # modify or override variables to customize the workspace
+
+      installer: fuel         # <fuel|apex>
+
+      # test api settings
       testapi_url: http://localhost:8000/api/v1
-      installer_master: f5    # hostname of installer master
-      qtip_package: ../../..  # note the relative path in workspace might be different from current working directory
+      pod_name: qtip-pod      # pod name for testapi
+      scenario: default       # scenario for testapi
+
+      # local settings
+      installer_master: f5    # hostname of installer master, make sure you can login it with key authentication
+      qtip_package: ../../..  # relative path from **workspace**, not current directory