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
This commit is contained in:
Jesse Pretorius 2017-11-03 10:41:45 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 7486c0af49
commit 4f86a90c67
1 changed files with 0 additions and 2 deletions

View File

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