openstack-ansible-galera_se.../tests
Kevin Carter 94821f8108 Implement a proper WSREP check for galera
The galera cluster rely on WSREP for cluster consistency. While the
default MySQL monitor will allow us to know when the database node is
minimally functional it does not provide the ability to query the node
state allowing loadbalancers, operators, and deployers to know a node
is healthy prior to being allowed to accept connections. This change
implements the checkcluster script as provided by the fine folks at
Percona. The implementation of this check follows the guild-lines noted
here [0]. With this in-place, we'll be able to convert our haproxy check
for the galera cluster nodes to use an HTTP check on port 9200 instead
of the default MySQL login which will provide for a more robust and
fault tolerant cluster.

[0] https://www.percona.com/doc/percona-xtradb-cluster/LATEST/howtos/virt_sandbox.html
Closes-Bug: #1665667

Change-Id: Ie1b3b9724dd33de1d90634166e585ecceb1f4c96
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-11-29 01:52:15 +00:00
..
group_vars Disable PrivateDevices for Galera on CentOS 7 2017-06-14 09:02:08 -05:00
host_vars Standardize test vars 2017-04-25 17:36:52 -07:00
ansible-role-requirements.yml Update source role to Pike 2017-08-23 11:22:18 +01:00
galera_server-overrides.yml Separate greenfield and upgrade tests 2017-08-22 18:21:12 +01:00
inventory Standardize test vars 2017-04-25 17:36:52 -07:00
test-galera-server-functional.yml Implement a proper WSREP check for galera 2017-11-29 01:52:15 +00:00
test-galera-upgrades.sh Separate greenfield and upgrade tests 2017-08-22 18:21:12 +01:00
test-upgrade-post.yml Separate greenfield and upgrade tests 2017-08-22 18:21:12 +01:00
test-upgrade-pre.yml Separate greenfield and upgrade tests 2017-08-22 18:21:12 +01:00
test.yml Separate greenfield and upgrade tests 2017-08-22 18:21:12 +01:00
tests-repo-clone.sh Initial OSA zuul v3 role jobs 2017-10-17 19:29:16 +01:00