Skip to content

Commit

Permalink
Basic README.md for Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
rlowe committed Aug 25, 2015
1 parent a8fbdf3 commit 9d4bac0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions vagrant/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Orchestrator Vagrant Instructions
=================================

Orchestrator's Vagrant defaults to installing five (5) CentOS 6.6 boxes in the following replication topology, with a separate "admin" node:

db1<->db2
| |
v v
db3 db4

It is possible to override what gets installed by the use of environmental variables:

VAGRANT_SERVER_URL defaults to 'https://atlas.hashicorp.com'
VAGRANT_DEFAULT_PROVIDER defaults to 'virtualbox'
VAGRANT_BOX defaults to 'nrel/CentOS-6.6-x86_64

The MySQL configuration is such that it is the minimum required to set up replication. For testing such features as delayed replication, RBR/SBR, GTID, it is simply a matter of editing the vagrant/dbX-my.cnf before running the `vagrant up` command.

0 comments on commit 9d4bac0

Please sign in to comment.