Commit graph

7 commits

Author SHA1 Message Date
Scott Lowe
149631aa90 Add VirtualBox support
Modify Vagrantfile in various environments to add support for VirtualBox
2016-03-10 21:38:04 -07:00
Scott Lowe
81b1458b0f Add Ruby code to all Vagrantfiles
Add Ruby code to determine full path to supporting files referenced
in all Vagrantfiles. This will allow more effective use of Vagrant
commands when not in the same directory as the Vagrantfile.
2016-01-13 13:48:02 -07:00
Scott Lowe
77b014618c Update Vagrantfile
Update the Vagrantfile for all projects to specify a specific VM
clone directory (to help with Time Machine backups)
2015-06-23 23:28:53 -06:00
Paul Czarkowski
bf988503fe addressing comments 2015-04-16 14:07:51 -05:00
Paul Czarkowski
78ecd9a3aa fixes and cleanup
* move etcd.overrides to /etc/default/etcd ( more linuxy, upstart script tries to source that already ).
* template etcd.defaults using values from servers.yml
* provision installs curl if doesn't exist ( I use vbox and my base image doesn't have it )
* provision is now roughly idempotent
* provision starts etcd or restarts it if already running
* gitignore to not save template written .default files
2015-04-16 08:55:45 -05:00
Scott Lowe
0149f75400 Update README.md with final instructions
Update README.md with final instructions on how to use the files
in this directory to turn up an etcd 2.0 cluster on Ubuntu 14.04.
2015-04-15 16:03:41 -06:00
Scott Lowe
85a9d5db2e Initial commit
Initial commit of files to use Vagrant for building etcd 2.0 cluster
2015-04-15 15:39:06 -06:00