trove/trove/tests/unittests/cluster
Craig Vyvial a94987f8ba Percona Xtradb Cluster implementation
Created the clustering implementation for Percona XtraDB Cluster
Server. Used the existing framework for adding a new cluster strategy
for percona. Created guestagent, api, and taskmanager calls to setup
the cluster.

Ran into a weird issue where creating the admin user was not being
saved even though there was no error logged. I believe this was
happening because mysql was technically up from the mysqladmin ping
cmd but was not processing the grant call yet. I've heard that to be
sure you should run a 'select 1;' call to verify that mysql is really
ready after starting it. I added a method to verify this.

PXC needs a few more ports opened up for the group comm, state
transfer, and incremental state transfer. Added the percona
cluster.cnf template file for the setting needed in PXC. When a
joining instance first joins the cluster it syncs all the data using
xtrabackup, this will cause the joining instance to lose its admin
user os_admin. So we reset the admin to a new password across the
board.

Make Percona Xtradb Cluster a different datastore because there are
muliple version of PXC. This has been tested with pxc 5.5 from the
ubuntu repository.

Adding coverage xml output in tox.ini

DocImpact
Adding a new datastore percona-xtradb-cluster(pxc) that should not
have any special cases for create and delete cluster.

Implements: blueprint support-pxc-56
Change-Id: I239433f0491cea15b214c41ceecc3a5e72b5bbeb
2015-09-04 03:25:06 -05:00
..
__init__.py Clusters API Implementation 2014-08-29 11:22:07 -07:00
test_cluster.py Removed the non-existent method call 2015-07-01 10:28:04 +00:00
test_cluster_controller.py Removed the non-existent method call 2015-07-01 10:28:04 +00:00
test_cluster_models.py Added dangling mock detection to 'cluster' module 2015-05-06 20:06:19 +00:00
test_cluster_pxc_controller.py Percona Xtradb Cluster implementation 2015-09-04 03:25:06 -05:00
test_cluster_redis_controller.py Redis Cluster Initial Implementation 2015-09-04 03:24:20 -05:00
test_cluster_vertica_controller.py Removed the non-existent method call 2015-07-01 10:28:04 +00:00
test_cluster_views.py Fixes hacking rules 2015-05-29 07:27:59 +00:00
test_pxc_cluster.py Percona Xtradb Cluster implementation 2015-09-04 03:25:06 -05:00
test_redis_cluster.py Redis Cluster Initial Implementation 2015-09-04 03:24:20 -05:00
test_vertica_cluster.py Removed the non-existent method call 2015-07-01 10:28:04 +00:00