openstack-ansible-os_tacker/tests
Jesse Pretorius c1d339219e 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 'tacker_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 'tacker_galera_address' which
has been used for a long time, but never documented. A bunch of unused
variables have also been removed.

The extras folder is removed given that tacker's playbooks have been
merged into the integrated repository.

Change-Id: I7c300ca89657863d58f8dc1178f6c57400bcaa80
2018-06-28 16:56:47 +01:00
..
group_vars Fill the tests directory 2017-08-09 10:30:28 +02:00
host_vars Fill the tests directory 2017-08-09 10:30:28 +02:00
ansible-role-requirements.yml Trivial: Fix the pep8 warning 2018-05-08 13:57:14 +08:00
inventory Fill the tests directory 2017-08-09 10:30:28 +02:00
os_tacker-overrides.yml Fill the tests directory 2017-08-09 10:30:28 +02:00
test-install-tacker.yml Move database creation into role 2018-06-28 16:56:47 +01:00
test-tacker-functional.yml Bug fix: Changed the tacker server tcp port 2017-08-21 12:01:57 +02:00
test.yml Fill the tests directory 2017-08-09 10:30:28 +02:00