diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-26 16:22:29 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-26 16:25:35 +0800 |
commit | ce727379caaab380570df2d98b7bd992cb0fbff7 (patch) | |
tree | 5953e6c1b1d254ee63032f18156cde59213c4711 /tests | |
parent | be99514715dc91e860a73dbc62c654dac36e8484 (diff) |
Add user guide for using ansible-playbook to run QTIP benchmarks
Change-Id: Ic04f83d91447944ed0fa507d6fffeed0a18b65fe
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/workspace-create.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/integration/workspace-create.yml b/tests/integration/workspace-create.yml index 194747f3..741d1df0 100644 --- a/tests/integration/workspace-create.yml +++ b/tests/integration/workspace-create.yml @@ -15,28 +15,28 @@ vars_prompt: - name: pod_name - prompt: 'name of the pod under test:' + prompt: 'name of the pod under test (used in reporting)' default: qtip-pod private: no - name: scenario prompt: 'scenario deployed in the pod:' - default: generic + default: default private: no - name: installer - prompt: 'installer type of the pod (apex|fuel):' + prompt: 'installer type of the pod (apex|fuel|other)' default: fuel private: no - name: installer_master_host - prompt: 'master host of the installer:' - default: master + prompt: 'master host/vm of the installer (accessible by `ssh <hostname>`)' private: no - name: workspace - prompt: 'workspace name:' + prompt: 'workspace name (new directory will be created)' default: workspace + private: no roles: |