An open API service indexing awesome lists of open source software.

https://github.com/lefred/posgresql_bdr-vagrant

Vagrant environment to play with PostreSQL BDR
https://github.com/lefred/posgresql_bdr-vagrant

Last synced: 11 months ago
JSON representation

Vagrant environment to play with PostreSQL BDR

Awesome Lists containing this project

README

          

# 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