diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-20 21:29:58 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-21 13:43:50 +0800 |
commit | 7273ca98a91399e188af15e192be93724977fe08 (patch) | |
tree | 81da6118c5576f344958a24b56234352730de10e /tests/integration/workspace-create.yml | |
parent | 9222ecb462099f667d78494f4886d6c84f8a2310 (diff) |
Add comments about workspace parameters
Change-Id: I45f7547a15b66b6901cb5a298e3f097cd6d2257d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/integration/workspace-create.yml')
-rw-r--r-- | tests/integration/workspace-create.yml | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/tests/integration/workspace-create.yml b/tests/integration/workspace-create.yml index 919fe778..0de94d4f 100644 --- a/tests/integration/workspace-create.yml +++ b/tests/integration/workspace-create.yml @@ -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 |