diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/workspace-create.yml | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/tests/integration/workspace-create.yml b/tests/integration/workspace-create.yml index ad4ff7ff..194747f3 100644 --- a/tests/integration/workspace-create.yml +++ b/tests/integration/workspace-create.yml @@ -12,6 +12,32 @@ gather_facts: no + vars_prompt: + + - name: pod_name + prompt: 'name of the pod under test:' + default: qtip-pod + private: no + + - name: scenario + prompt: 'scenario deployed in the pod:' + default: generic + private: no + + - name: installer + prompt: 'installer type of the pod (apex|fuel):' + default: fuel + private: no + + - name: installer_master_host + prompt: 'master host of the installer:' + default: master + private: no + + - name: workspace + prompt: 'workspace name:' + default: workspace + roles: - role: qtip-workspace @@ -20,8 +46,8 @@ # opnfv environment - installer: apex # <fuel|apex> - installer_master_host: apex-virtual # make sure you can login it with key authentication +# installer: apex # <fuel|apex> +# installer_master_host: apex-virtual # make sure you can login it with key authentication # set testapi_url to enable reportint to testapi |