openstack-ansible-os_rally/tests
Jesse Pretorius c4e6c8ce30 Move database creation into role
There is no record for why we implement the database creation outside
of the role in the playbook, when we could do it inside the role.

Implementing it inside the role allows us to reduce the quantity of
group_vars duplicated from the role, and allows us to better document
the required variables in the role. The delegation can still be done
as it is done in the playbook too.

In this patch we implement a new variable called 'rally_db_setup_host'
which is used in the role to allow delegation of the database setup
task to any host, but defaults to the first member of the galera_all
host group. We also document the variable 'rally_galera_address' which
has been used for a long time, but never documented. A bunch of unused
variables have also been removed.

Change-Id: Ifb89e35e3acaef33ce4ce24b3f5affc6c4e8e494
2018-06-28 19:50:37 +00:00
..
files Functional testing for os_rally role 2016-08-18 11:21:32 -04:00
group_vars Remove deprecated ansible_ssh_host variable 2016-10-25 19:43:09 +00:00
host_vars Fix role gate tests for Ansible 2.3 2017-05-02 13:13:29 +01:00
ansible-role-requirements.yml Merge "ansible-role-requirements: Use systemd_service role from openstack namespace" 2018-03-25 17:18:59 +00:00
inventory Fix role gate tests for Ansible 2.3 2017-05-02 13:13:29 +01:00
os_rally-overrides.yml Move database creation into role 2018-06-28 19:50:37 +00:00
test-functional-rally.yml Constraint ansible installation 2017-11-22 20:21:15 +00:00
test-install-rally.yml Move database creation into role 2018-06-28 19:50:37 +00:00
test.yml Use centralised test scripts 2016-09-28 11:34:10 +01:00