jarosser06 / pg-multi

Postgresql Master/Slave Chef wrapper cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pg-multi

Chef wrapper cookbook to create Postgresql Master/Slave Streaming Replication server configuration - creates a master server and read-only slave system(s). This wrapper should work on all Debian and RHEL platform family OS's.

Utilization

Cookbook works as a wrapper around the community Postgresql cookbook to allow for the creation of master/slave and master/multi-slave Postgresql systems.

The cookbook utilizes two recipes depending on the server's role.

pg_master.rb : sets up a master Postgresql server and creates a replicant users for along with setting up the authorization within the pg_hba.conf file.

pg_slave.rb : sets up a slave Postgresql streaming slave replication server pointing to the master node definded within attributes. The slave servers are configured by default into read-only mode.

Attributes

['pg-multi']['master'] : sets the IP address that defines the master node

['pg-multi']['slaves'] : is any array that defines the IP address(es) of the slave node(s).

['pg-multi']['replication']['user'] : allows for the setting of a custom name for the replication user, by default it is set to 'repl'.

['pg-multi']['replication']['password'] : allows for the setting of a custom password for the replication user.

License & Authors


Copyright:: 2014 Rackspace US, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Postgresql Master/Slave Chef wrapper cookbook


Languages

Language:Ruby 100.0%