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
- Host: GitHub
- URL: https://github.com/lefred/posgresql_bdr-vagrant
- Owner: lefred
- Created: 2016-10-18T07:04:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T09:35:07.000Z (over 9 years ago)
- Last Synced: 2024-12-29T21:26:58.945Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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