installer: fuel
-installer_master: fuel-master
+installer_master_host: fuel-master
installer_master_group:
fuel: fuel-masters
localhost ansible_connection=local
[{{ installer_master_group[installer] }}]
-{{ installer_master }}
+{{ installer_master_host }}
[fuel-groups:children]
{% for group in hosts|sort %}
Host {{ name }}
HostName {{ host.ansible_ssh_host }}
User root
- ProxyCommand ssh -o 'ForwardAgent yes' {{ installer_master }} 'ssh-add && nc %h %p'
+ ProxyCommand ssh -o 'ForwardAgent yes' {{ installer_master_host }} 'ssh-add && nc %h %p'
{% endfor %}
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 }}"
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
+# set `testapi_url` to enable reporting to testapi
+# testapi_url: http://localhost:8000/api/v1
+project_name: qtip
+case_name: "{{ case_name|default('compute') }}"
+pod_name: "{{ pod_name|default('qtip-pod') }}"
+scenario: "{{ scenario|default('generic') }}"
+version: "{{ version|default('master') }}"
localhost ansible_connection=local
[{{ installer_master_group[installer] }}]
-{{ installer_master }}
+{{ installer_master_host }}
# modify or override variables to customize the workspace
+ # opnfv environment
+
installer: fuel # <fuel|apex>
+ installer_master_host: f5 # make sure you can login it with key authentication
+
+ # set testapi_url to enable reportint to testapi
+
+# testapi_url: http://localhost:8000/api/v1
+
+ # report variables
+
+# project_name: qtip
+# case_name: compute
+# pod_name: "{{ pod_name|default('qtip-pod') }}"
+# scenario: "{{ scenario|default('generic') }}"
+# version: master
+# scenario: demo
- # test api settings
- testapi_url: http://localhost:8000/api/v1
- pod_name: qtip-pod # pod name for testapi
- scenario: default # scenario for testapi
+ # qtip settings
- # local settings
- installer_master: f5 # hostname of installer master, make sure you can login it with key authentication
qtip_package: ../../.. # relative path from **workspace**, not current directory