From ce727379caaab380570df2d98b7bd992cb0fbff7 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 26 Apr 2017 16:22:29 +0800 Subject: Add user guide for using ansible-playbook to run QTIP benchmarks Change-Id: Ic04f83d91447944ed0fa507d6fffeed0a18b65fe Signed-off-by: Yujun Zhang --- tests/integration/workspace-create.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/integration') 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 `)' private: no - name: workspace - prompt: 'workspace name:' + prompt: 'workspace name (new directory will be created)' default: workspace + private: no roles: -- cgit 1.2.3-korg