Add vagrant docs

Change-Id: I952bd31d8851b3e051c82cd21c1d8c505b392962
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2016-09-08 11:36:04 +02:00
parent 6268f37ac2
commit b69af5cece
2 changed files with 17 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Contents
:maxdepth: 1
quickstart
vagrant
troubleshooting
inventory_repo
packer

16
doc/source/vagrant.rst Normal file
View File

@ -0,0 +1,16 @@
===========================
Vagrant for a quick dev env
===========================
Requirements:
* Vagrant >= 1.8.5
* Plugin vagrant-libvirt >= 0.0.35
* Plugin vagrant-vbguest >= 0.13.0
To start with defaults, just run ``vagrant up``. To tweak defaults, see the
`vagrant-settings.yaml_defaults` file. You can rename the file as
`vagrant-settings.yaml` end edit it to override defaults as well.
.. note:: Make sure the default network choice doesn't conflict with existing
host networks!