trove/trove
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
..
backup Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
cluster Redis Cluster Initial Implementation 2015-09-04 03:24:20 -05:00
cmd Associate flavor types with datastore versions 2015-08-11 23:13:02 -07:00
common Percona Xtradb Cluster implementation 2015-09-04 03:25:06 -05:00
conductor Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
configuration Fix race conditions in config overrides tasks 2015-08-19 16:28:14 -04:00
datastore Merge "Implements Datastore Registration API" 2015-09-04 00:34:33 +00:00
db Associate flavor types with datastore versions 2015-08-11 23:13:02 -07:00
dns Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
extensions Merge "Implements Datastore Registration API" 2015-09-04 00:34:33 +00:00
flavor Fixes hacking rules 2015-05-29 07:27:59 +00:00
guestagent Percona Xtradb Cluster implementation 2015-09-04 03:25:06 -05:00
instance Merge "Associate flavor types with datastore versions" 2015-08-22 17:37:52 +00:00
limits Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00:00
locale Imported Translations from Transifex 2015-08-06 06:31:06 +00:00
network Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
quota Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
taskmanager Add support for Redis replication 2015-09-04 03:24:45 -05:00
templates Percona Xtradb Cluster implementation 2015-09-04 03:25:06 -05:00
tests Percona Xtradb Cluster implementation 2015-09-04 03:25:06 -05:00
README Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
__init__.py Fixes hacking rules 2015-05-29 07:27:59 +00:00
rpc.py Notification serialization of context 2015-06-10 16:39:33 -05:00
version.py Remove extraneous vim configuration comments 2014-02-27 15:05:21 +08:00
versions.py Removes XML api from trove 2014-03-10 00:16:49 +00:00

README

This is the trove code itself