From 2d5b6d0d1aa01ecec2685470cea764bc5863cbd1 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Mon, 26 Sep 2016 21:56:47 +0100 Subject: [PATCH] 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 --- test-install-tempest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-install-tempest.yml b/test-install-tempest.yml index f79c5dfc..1cd55c5d 100644 --- a/test-install-tempest.yml +++ b/test-install-tempest.yml @@ -18,6 +18,6 @@ user: root gather_facts: true roles: - - role: "os_tempest" + - role: "{{ tempest_rolename | default('os_tempest') }}" vars_files: - test-vars.yml