https://github.com/lefred/percona-prm
Percona Replication Manager (ocf agent for Pacemaker)
https://github.com/lefred/percona-prm
Last synced: 12 months ago
JSON representation
Percona Replication Manager (ocf agent for Pacemaker)
- Host: GitHub
- URL: https://github.com/lefred/percona-prm
- Owner: lefred
- Created: 2012-04-16T07:50:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-24T10:10:50.000Z (about 14 years ago)
- Last Synced: 2025-04-13T19:17:40.690Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 150 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme
Awesome Lists containing this project
README
This Vagrant setup can be used to test Percona Replication Manager for Corosync/Pacemaker
This is used with Centos 6 x86_64, and use a second nic for the galera replication.
That base box can be retrieved on http://dl.dropbox.com/u/11697684/centos6.box.bz2
How to use ?
vagrant up percona1
vagrant up percona2
vagrant up percona3
And this is all, you have now a cluster of 3 nodes.
Note: SElinux is disabled, there is a selinux policy file included that allows the server to start but the other nodes aren't yet able to sync, I need to investigate...