Merge "Add vagrant docs"

This commit is contained in:
Jenkins 2016-09-19 09:47:13 +00:00 committed by Gerrit Code Review
commit 4f290171dc
2 changed files with 17 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Contents
contributing
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!