tripleo-image-elements/elements/mysql
Jenkins 98b5df5c83 Merge "Sync mariadb cluster init with mysql element" 2014-07-09 19:25:51 +00:00
..
environment.d add some missing “set -ue” declarations 2014-05-20 09:39:55 +02:00
install.d Update mysql element to work better with OpenSuSe 2014-06-27 09:53:12 -07:00
os-refresh-config Allow single node mysql clusters to restart 2014-07-03 12:23:42 -07:00
README.md Document the required mysql config values 2014-04-10 11:12:26 -07:00
element-deps Sync mariadb cluster init with mysql element 2014-07-01 10:25:40 +02:00
source-repository-mysql Use version dir, not LATEST for Percona d/l path 2014-05-08 13:12:02 -07:00

README.md

Installs Percona Xtradb Cluster which is Mysql+HA solution

Mysql and mariadb elements are very similar so both depend on mysql-common element which contains shared logic. See mysql-common for more details about mysql setup.

Heat

A list of IP addresses for nodes in the cluster, the host's IP adddress, and a cluster name must be defined in the heat metadata:

Metadata:
  mysql:
    cluster-name: 'my_cluster'
    host: 192.0.2.3
    nodes: 192.0.2.3,192.0.2.4