aboutsummaryrefslogtreecommitdiffstats
path: root/resources/ansible_roles/qtip-workspace/create.yml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ansible_roles/qtip-workspace/create.yml')
-rw-r--r--resources/ansible_roles/qtip-workspace/create.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/resources/ansible_roles/qtip-workspace/create.yml b/resources/ansible_roles/qtip-workspace/create.yml
index 66a8cf36..4b06ebfa 100644
--- a/resources/ansible_roles/qtip-workspace/create.yml
+++ b/resources/ansible_roles/qtip-workspace/create.yml
@@ -12,32 +12,6 @@
gather_facts: no
- vars_prompt:
-
- - name: pod_name
- prompt: 'name of the pod under test (used in reporting)'
- default: qtip-pod
- private: no
-
- - name: scenario
- prompt: 'scenario deployed in the pod:'
- default: default
- private: no
-
- - name: installer
- prompt: 'installer type of the pod (apex|fuel)'
- default: fuel
- private: no
-
- - name: installer_master_host
- prompt: 'master host/vm of the installer (accessible by `ssh <hostname>`)'
- private: no
-
- - name: workspace
- prompt: 'workspace name (new directory will be created)'
- default: workspace
- private: no
-
roles:
- role: qtip-workspace