From e2aa3e2ba984d435ff3c10acb02d8a404a29646a Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 7 Oct 2015 23:10:03 -0600 Subject: [PATCH] Start new branch for Docker Swarm HA project Added README.md and created new branch for project to build HA Docker Swarm environment. --- docker-swarm-ha/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docker-swarm-ha/README.md diff --git a/docker-swarm-ha/README.md b/docker-swarm-ha/README.md new file mode 100644 index 0000000..84ad49e --- /dev/null +++ b/docker-swarm-ha/README.md @@ -0,0 +1,17 @@ +# Using Vagrant with OpenStack + +These files were created to allow users to use Vagrant ([http://www.vagrantup.com](http://www.vagrantup.com)) to automate the provisioning and de-provisioning of OpenStack instances. This configuration was tested using Vagrant 1.7.4 and version 0.7.0 of [the vagrant-openstack-provider plugin](https://github.com/ggiamarchi/vagrant-openstack-provider). + +## Contents + +* **README.md**: The file you're currently reading. + +* **Vagrantfile**: This file is used by Vagrant to spin up the OpenStack instance. Edit this file to change any of the properties of the OpenStack instance you want created by Vagrant. + +## Instructions + +Note that you'll need a working OpenStack installation in order to use these files. + +1. Edit `Vagrantfile` to ... + +Enjoy!