PXC catalog item (#95)

* PXC Template

* fix bind issue

* version

* missed version

* variables

* proper icon
This commit is contained in:
Peter Szalatnay
2016-05-16 12:06:55 +08:00
committed by Bill Maxwell
parent dafdfcbd63
commit 9b31003fce
5 changed files with 116 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Percona XtraDB Cluster
### Info:
This template creates a Percona XtraDB Cluster on top of Rancher.
When deployed from the catalog, a three node cluster is created with a database, root password, database user and password. The cluster is set up for replication between all of the nodes. Health check monitors port 8000 for clustercheck status updates.
### Usage:
Once deployed, use a mysql client to connect:
`mysql -u<db_user> -p -h<pxc>`