https://github.com/mastermindg/vagrant-mysql-ha
MySQL HA Deployed using Chef on Vagrant
https://github.com/mastermindg/vagrant-mysql-ha
Last synced: 3 months ago
JSON representation
MySQL HA Deployed using Chef on Vagrant
- Host: GitHub
- URL: https://github.com/mastermindg/vagrant-mysql-ha
- Owner: mastermindg
- Created: 2017-08-23T19:47:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T02:49:52.000Z (almost 9 years ago)
- Last Synced: 2025-02-25T06:27:24.684Z (over 1 year ago)
- Language: Ruby
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-mysql-ha
Custom MySQL Cookbook that provides High Availablility with a master-slave MySQL pair. The servers are provisioned with Chef.
Make sure to install the latest Chef DK, Vagrant, and VirtualBox (for local testing) to get this working.
This has been tested with Chef DK 2.1, Vagrant 1.9.7, and Virtualbox 5.1.26 on OSX 10+ and Ubuntu 16.04+.
This installs on CentOS 7. The box version is locked to ensure replicability.
To get working:
```
git clone https://github.com/mastermindg/vagrant-mysql-ha
cd vagrant-mysql-ha
vagrant up
```