lefred / posgreSQL_BDR-Vagrant

Vagrant environment to play with PostreSQL BDR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL BDR from 2ndQuandrant Vagrant environement

run make to update the puppet modules

setup

$ make
$ vagrant up pgsql1 --no-provision
$ vagrant up pgsql2 --no-provision
$ vagrant up pgsql3 --no-provision
$ vagrant ssh pgsql1 -c "sudo iptables -F"
$ vagrant ssh pgsql2 -c "sudo iptables -F"
$ vagrant ssh pgsql3 -c "sudo iptables -F"
$ vagrant provision

About

Vagrant environment to play with PostreSQL BDR


Languages

Language:Shell 56.3%Language:Puppet 34.8%Language:Ruby 7.0%Language:Makefile 1.8%