Forge Home

galera_maxscale

Galera and MaxScale Cluster

11,718 downloads

5,798 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.3.8 (latest)
  • 0.3.7
  • 0.3.6
  • 0.3.5
  • 0.3.0
  • 0.2.1
  • 0.2.0
  • 0.1.14
  • 0.1.12
  • 0.1.11
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0 (deleted)
released Apr 1st 2018
This version is compatible with:
  • , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'maxadamo-galera_maxscale', '0.3.8'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add maxadamo-galera_maxscale
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install maxadamo-galera_maxscale --version 0.3.8

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

maxadamo/galera_maxscale — version 0.3.8 Apr 1st 2018

Module Deprecation Notice

Please consider using the new module galera_proxysql.

The new module makes use of Percona instead of MariaDB.

I came to this decision after having observed the followings:

  1. percona repository is still needed to use percona tools
  2. the preferred method for SST is Percona-extrabackup
  3. maxscale started throwing coredumps
  4. a bug in the extrabackup-v2 script appeared all of a sudden and I had to roll-back to extrabackup
  5. With Percona only 1 repository is needed. With MariaDB 3 repositories were needed (1 for Percona, 1 for MariaDB, 1 for MaxScale).