Browse Source

modified test pillars and README

pull/41/head
Tomas Pipota 6 years ago
parent
commit
afef730df0
3 changed files with 5 additions and 2 deletions
  1. +3
    -2
      README.rst
  2. +1
    -0
      tests/pillar/master_cluster.sls
  3. +1
    -0
      tests/pillar/single.sls

+ 3
- 2
README.rst View File

Usage Usage
===== =====


Galera Cluster for MySQL is a true Multimaster Cluster based on synchronous
Galera Cluster for MySQL or Mariadb is a true Multimaster Cluster based on synchronous
replication. Galera Cluster is an easy-to-use, high-availability solution, replication. Galera Cluster is an easy-to-use, high-availability solution,
which provides high system uptime, no data loss and scalability for future which provides high system uptime, no data loss and scalability for future
growth. growth.
version: version:
mysql: 5.6 mysql: 5.6
galera: 3 galera: 3
engine: mysql or mariadb
master: master:
enabled: true enabled: true
name: openstack name: openstack
Usage Usage
===== =====


MySQL Galera check sripts
MySQL/Mariadb Galera check sripts


.. code-block:: bash .. code-block:: bash



+ 1
- 0
tests/pillar/master_cluster.sls View File

6xiZViPc4VayFnhDIC1w1oBqlhyIZ0AG/D7gqvfYiG6mHO32kPtHEN6Qzny8 6xiZViPc4VayFnhDIC1w1oBqlhyIZ0AG/D7gqvfYiG6mHO32kPtHEN6Qzny8
-----END RSA PRIVATE KEY----- -----END RSA PRIVATE KEY-----
galera: galera:
engine: mariadb
master: master:
enabled: true enabled: true
name: galeracluster name: galeracluster

+ 1
- 0
tests/pillar/single.sls View File

galera: galera:
engine: mariadb
master: master:
enabled: true enabled: true
name: galeracluster name: galeracluster

Loading…
Cancel
Save