summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 50ec1d7af..a3522d8e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,5 @@ tags
_debian
odp-netlink.h
OvsDpInterface.h
+Vagrantfile
+/.vagrant/