Forge Home

maxscale

installs MariaDB MaxScale

9,424 downloads

9,149 latest version

4.3 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.0.2 (latest)
  • 0.0.1
released Feb 19th 2015
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 'bzed-maxscale', '0.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add bzed-maxscale
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install bzed-maxscale --version 0.0.2

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

bzed/maxscale — version 0.0.2 Feb 19th 2015

maxscale

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with maxscale
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

MariaDB MaxScale is an open-source, database-centric proxy that works with MariaDB Enterprise, MariaDB 5.5, MariaDB 10 and Oracle MySQL®. It has a pluggable architecture designed to increase flexibility and aid customization as well as a lightweight, high-speed networking core designed to facilitate throughput.

Module Description

This module will install MaxScale. More might be implemented later, but for now setting up apt repositories and installing the package on Debian/Ubuntu are the only supported features.

FIXME

Setup

What maxscale affects

  • On Debian based systems this module will add a new apt key and sources list using the puppetlabs-apt module. In case you are using a different way to manage apt please ensure that your module won't conflict with puppetlabs-apt.

Setup Requirements

For $::osfamily == 'Debian' the puppetlabs-apt module is required.

Usage

FIXME

Reference

FIXME

Limitations

So far this module only works on Debian based systems.

Development

Please fork on github and send pull requests!