trove/trove/templates
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
..
cassandra Update config.template for Cassandra 2.1.0 2014-10-15 12:01:36 -07:00
couchbase Initial support for single instance Couchbase 2014-02-27 11:37:40 -08:00
couchdb Add support for CouchDB datastore in Trove 2015-03-15 10:58:04 -04:00
db2 Add support for DB2 datastore in Trove 2015-03-26 20:22:24 -04:00
mariadb Add support for MariaDB datastore in Trove 2015-09-03 12:06:39 -07:00
mongodb Configuration Groups for MongoDB 2015-08-09 16:17:55 +00:00
mysql Adds lower_case_table_names support for MySQL 2015-07-29 00:44:51 +00:00
percona Move mysql datadir to a sub-directory on mounted volume 2015-06-24 11:25:50 +08:00
postgresql Add unix_socket_directories setting for pgsql 2015-04-21 15:18:29 -04:00
pxc Percona Xtradb Cluster implementation 2015-09-04 03:25:06 -05:00
redis Add support for Redis replication 2015-09-04 03:24:45 -05:00
vertica Add support for HP Vertica datastore in Trove 2015-03-19 08:21:57 -07:00
default.heat.template Inject guest conf files to configurable location 2015-03-09 14:24:08 +00:00