Browse Source

modified test pillars and README

master
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

@@ -3,7 +3,7 @@
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,
which provides high system uptime, no data loss and scalability for future
growth.
@@ -19,6 +19,7 @@ Galera cluster master node
version:
mysql: 5.6
galera: 3
engine: mysql or mariadb
master:
enabled: true
name: openstack
@@ -186,7 +187,7 @@ Usage:
Usage
=====

MySQL Galera check sripts
MySQL/Mariadb Galera check sripts

.. code-block:: bash


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

@@ -137,6 +137,7 @@ linux:
6xiZViPc4VayFnhDIC1w1oBqlhyIZ0AG/D7gqvfYiG6mHO32kPtHEN6Qzny8
-----END RSA PRIVATE KEY-----
galera:
engine: mariadb
master:
enabled: true
name: galeracluster

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

@@ -1,4 +1,5 @@
galera:
engine: mariadb
master:
enabled: true
name: galeracluster

Loading…
Cancel
Save