From b69af5cece1a70bbc58459242f11b3cca4ba5501 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Thu, 8 Sep 2016 11:36:04 +0200 Subject: [PATCH] Add vagrant docs Change-Id: I952bd31d8851b3e051c82cd21c1d8c505b392962 Signed-off-by: Bogdan Dobrelya --- doc/source/index.rst | 1 + doc/source/vagrant.rst | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 doc/source/vagrant.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 2ae5dc9..7111294 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,6 +13,7 @@ Contents :maxdepth: 1 quickstart + vagrant troubleshooting inventory_repo packer diff --git a/doc/source/vagrant.rst b/doc/source/vagrant.rst new file mode 100644 index 0000000..d47ec62 --- /dev/null +++ b/doc/source/vagrant.rst @@ -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!