Add rolename setting for tempest
Allow tempest to deploy itself, using the tempest_rolename variable, this is required for tempest to use the test-install-tempest.yml play, as the rolename will be "{toxinidir}" for the tempest repository. Change-Id: I4834413b4a006567be4bcc649bd674dcb3c93c2e
This commit is contained in:
parent
882f325053
commit
2d5b6d0d1a
@ -18,6 +18,6 @@
|
|||||||
user: root
|
user: root
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
roles:
|
roles:
|
||||||
- role: "os_tempest"
|
- role: "{{ tempest_rolename | default('os_tempest') }}"
|
||||||
vars_files:
|
vars_files:
|
||||||
- test-vars.yml
|
- test-vars.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user