mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Start new branch for Docker Swarm HA project
Added README.md and created new branch for project to build HA Docker Swarm environment.
This commit is contained in:
parent
25fc82391e
commit
e2aa3e2ba9
1 changed files with 17 additions and 0 deletions
17
docker-swarm-ha/README.md
Normal file
17
docker-swarm-ha/README.md
Normal file
|
|
@ -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!
|
||||
Loading…
Reference in a new issue