From 4f86a90c6759345cfe08d001dc1d36347f1f37dd Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 3 Nov 2017 10:41:45 +0000 Subject: [PATCH] Allow role defaults to determine the branch tested Currently there's an override in place to make the tests use the master branch. This becomes a pain when master becomes a stable branch because this override is out of the norm, so it gets forgotten. The override is not necessary - we can just use the values from the role defaults instead. Change-Id: I1f9540951d269545f8466989ef4ff4bfe939d35b --- tests/test-vars.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test-vars.yml b/tests/test-vars.yml index c0aef72..1949db2 100644 --- a/tests/test-vars.yml +++ b/tests/test-vars.yml @@ -2,12 +2,10 @@ barbican_galera_password: SuperSecrete barbican_developer_mode: true barbican_galera_address: "{{ hostvars[groups['galera_all'][0]]['ansible_host'] }}" barbican_galera_database: barbican -barbican_git_install_branch: master barbican_keystone_auth: yes barbican_rabbitmq_password: secrete barbican_rabbitmq_userid: barbican barbican_rabbitmq_vhost: /barbican -barbican_requirements_git_install_branch: master barbican_service_password: secrete barbican_venv_tag: testing