Commit graph

9 commits

Author SHA1 Message Date
Scott S. Lowe
4f0eb76317 Update Docker Swarm-etcd environment
Update the etcd-backed Docker Swarm environment with new methods/techniques learned in building the Vagrant environment. This involves changes to the external YAML file (renamed to "machines.yml") and the Vagrantfile. Only minor changes were made to the ERB template and the provisioning script (to eliminate a dependency on shared folders).

Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
2016-10-20 16:18:13 -06:00
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
2cea197b74 Update Vagrantfile
Add Ruby commands to derive full path to `servers.yml`; this allows
user to run Vagrant commands when not in the same directory as the
Vagrantfile.
2016-01-12 21:22:58 -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
Scott Lowe
ea369a3da7 Update to final instructions
Update README.md to include final instructions for the use of the
contents in this directory.
2015-04-16 23:40:16 -06:00
Scott Lowe
1816354698 Fix scoping of ERB template to prevent etcd errors
Modify Vagrantfile and servers.yml to create mechanism for properly
limiting results placed into the override files generated from the
ERB template. This prevents non-etcd systems from being listed as
part of the etcd cluster, which would otherwise cause etcd to fail.
2015-04-16 23:07:38 -06:00
Scott Lowe
b5c8824e70 Add changes from etcd-2.0 project
Add ERB template for generating etcd override files. Update the
Vagrantfile to automatically generate etcd override files. Update
the provisioning script for easier changes in the future.
2015-04-16 22:19:32 -06:00
Scott Lowe
43c10c1785 Add/modify files for minimally-functional setup
Added and modified files to create a minimally functional setup.
README.md is still not up-to-date. Additional optimizations are
possible.
2015-04-16 12:49:38 -06:00
Scott Lowe
b8dfe57e38 Add skeleton structure for new projects
Add skeleton structure for OpenStack CLI learning environment and
environment for etcd-backed Docker Swarm cluster.
2015-03-10 20:48:58 -06:00