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:
Andy McCrae 2016-09-26 21:56:47 +01:00
parent 882f325053
commit 2d5b6d0d1a

View File

@ -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