Giter Site home page Giter Site logo

puppet-mmm's Introduction

puppet-mmm

This is the puppet-mmm module.

Usage:

recommend creating a services/manifests/s_mmmcommon.pp 

define services::s_mmmcommon {
        mmm::cluster::config { "mmm cluster config ${name}":
                ensure                => 'present',
                cluster_interface     => 'eth0:2',
                replication_user      => 'replication',
                replication_password  => 'xxxxxxxxx',
                agent_user            => 'mmm_agent',
                agent_password        => 'xxxxxxxxxxxxxxxxxx',
                monitor_user          =>' mmm_monitor',
                monitor_password      => 'xxxxxxxxxxxxxxxxxx',
                monitor_ip            => '192.168.159.58',
                masters               => [ [ 'tx-db01', '192.168.155.134', 'tx-db02' ], ['tx-db02', '192.168.129.88', 'tx-db01'] ],
                slaves                => [ [ 'tx-dbslave-01', '192.168.129.9'], [ 'tx-dbslave-02', '192.168.181.160' ] ],
                readers               => ['tx-db01', 'tx-db02', 'tx-dbslave-01', 'tx-dbslave-02' ],
                writer_virtual_ip     => '192.168.135.56',
                reader_virtual_ips    => ['192.168.135.151','192.168.169.32','192.168.182.102'],
                localsubnet           => '192.168.%',
                reader_user           => 'webapp',
                reader_pass           => 'xxxxxxxxxxxxxxxxxx',
                writer_user           => 'webapp_write',
                writer_pass           => 'xxxxxxxxxxxxxxxxxx',
                mmm_type              => $name
        }
}


Ensure your replicaiton_password is less than 32 characters: http://bugs.mysql.com/bug.php?id=43439

Your dbserver node/class will contain:

    services::s_mmmcommon{ 'agent': }

And the monitor node/class will contain:

services::s_mmmcommon { 'monitor': }

puppet-mmm's People

Contributors

joostfaassen avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.