vagrant: Provide basic Vagrantfile
authorThomas Graf <tgraf@noironetworks.com>
Mon, 5 Jan 2015 15:22:56 +0000 (16:22 +0100)
committerThomas Graf <tgraf@noironetworks.com>
Mon, 5 Jan 2015 16:52:47 +0000 (17:52 +0100)
commit1ce96d2a729ea9735345f92f9c347b902b43d6d6
tree6f2f4621ba0120fcba9b603415f15364e2345e46
parent6c3cc113824002b079098843dc5a93522ae623bd
vagrant: Provide basic Vagrantfile

This is a basic Vagrantfile which compiles and provisions the local OVS
source tree in a Fedora 20 VM. The Vagrantfile.in can be extended to
support additional distributions.

To use this Vagrantfile:
 1. Install Vagrant plus a compatible hypervisor
 2. Run configure to translate Vagrantfile.in to Vagrantfile
 3. Run `vagrant up` to create & provision the VM
 4. Run `vagrant ssh` to log into the VM

Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Kyle Mestery <mestery@mestery.com>
.gitignore
INSTALL.md
Makefile.am
Vagrantfile.in [new file with mode: 0644]
configure.ac