From ef9c432c22a777a22097428253a6d44d99824be7 Mon Sep 17 00:00:00 2001 From: William Tu Date: Wed, 29 Jun 2016 10:35:00 -0700 Subject: vagrant: Add FreeBSD 10.2 box support. Add FreeBSD 10.2 vagrant file "Vagrantfile-FreeBSD". Users can run 'VAGRANT_VAGRANTFILE=Vagrantfile-FreeBSD vagrant up' to test basic OVS configure, build, and check. Signed-off-by: William Tu Signed-off-by: Ben Pfaff --- Vagrantfile-FreeBSD | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Vagrantfile-FreeBSD (limited to 'Vagrantfile-FreeBSD') diff --git a/Vagrantfile-FreeBSD b/Vagrantfile-FreeBSD new file mode 100644 index 000000000..8f00abe8d --- /dev/null +++ b/Vagrantfile-FreeBSD @@ -0,0 +1,49 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# All Vagrant configuration is done below. The "2" in Vagrant.configure +# configures the configuration version (we support older styles for +# backwards compatibility). Please don't change it unless you know what +# you're doing. + +VAGRANTFILE_API_VERSION = "2" +Vagrant.require_version ">=1.7.0" + +$bootstrap_freebsd = <