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/group_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/group_vars')
-rw-r--r-- | resources/roles/qtip-workspace/files/render/group_vars/all.yml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/resources/roles/qtip-workspace/files/render/group_vars/all.yml b/resources/roles/qtip-workspace/files/render/group_vars/all.yml index af7f756b..d85eaabf 100644 --- a/resources/roles/qtip-workspace/files/render/group_vars/all.yml +++ b/resources/roles/qtip-workspace/files/render/group_vars/all.yml @@ -12,16 +12,9 @@ qtip_results: results qtip_fixtures: fixtures qtip_dump: dump qtip_cache: .cache - -testapi_url: http://localhost:8000/api/v1 -project_name: qtip -case_name: compute -pod_name: qtip-pod -installer: "{{ installer }}" -version: master -scenario: demo - -installer_master: "{{ installer_master }}" installer_master_group: fuel: fuel-masters apex: apex-underclouds + +installer: "{{ installer }}" +installer_master_host: "{{ installer_master_host }}" |