summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2015-01-05 16:22:56 +0100
committerThomas Graf <tgraf@noironetworks.com>2015-01-05 17:52:47 +0100
commit1ce96d2a729ea9735345f92f9c347b902b43d6d6 (patch)
tree6f2f4621ba0120fcba9b603415f15364e2345e46 /Makefile.am
parent6c3cc113824002b079098843dc5a93522ae623bd (diff)
downloadopenvswitch-1ce96d2a729ea9735345f92f9c347b902b43d6d6.tar.gz
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 46e861039..e209e3c7e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,7 +103,8 @@ EXTRA_DIST = \
build-aux/sodepends.pl \
build-aux/soexpand.pl \
$(MAN_FRAGMENTS) \
- $(MAN_ROOTS)
+ $(MAN_ROOTS) \
+ Vagrantfile.in
bin_PROGRAMS =
sbin_PROGRAMS =
bin_SCRIPTS =