diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-21 09:59:27 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-21 13:43:50 +0800 |
commit | b1683c050b3e603378c57a21a7851dac432111b7 (patch) | |
tree | a2d83e3fb63a7df3ce8bdc7600905fcf2f0de6b4 /resources/roles/qtip-workspace/files/render/host_vars | |
parent | 6144eac326d14e26bbb849abea51c4cf7f3881b6 (diff) |
Cleanup customizable variables of workspace
Change-Id: I00185b7c73692e2aeafb1307cea81f4f2d149c74
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources/roles/qtip-workspace/files/render/host_vars')
-rw-r--r-- | resources/roles/qtip-workspace/files/render/host_vars/localhost.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/roles/qtip-workspace/files/render/host_vars/localhost.yml b/resources/roles/qtip-workspace/files/render/host_vars/localhost.yml index 8135e809..815e2ea3 100644 --- a/resources/roles/qtip-workspace/files/render/host_vars/localhost.yml +++ b/resources/roles/qtip-workspace/files/render/host_vars/localhost.yml @@ -7,3 +7,10 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +# set `testapi_url` to enable reporting to testapi +# testapi_url: http://localhost:8000/api/v1 +project_name: qtip +case_name: "{{ case_name|default('compute') }}" +pod_name: "{{ pod_name|default('qtip-pod') }}" +scenario: "{{ scenario|default('generic') }}" +version: "{{ version|default('master') }}" |