Vagrant box for development use.

vagrant up onosdev sets up a vm with three lxc instances
which should be used with the lxc cell.

Change-Id: I18b5cc5366efc61f05063798b498559eb49a8eff
diff --git a/tools/dev/vagrant/ansible/roles/brctl/vars/main.yml b/tools/dev/vagrant/ansible/roles/brctl/vars/main.yml
new file mode 100644
index 0000000..5c705ac
--- /dev/null
+++ b/tools/dev/vagrant/ansible/roles/brctl/vars/main.yml
@@ -0,0 +1,9 @@
+interfaces:
+    hostonly: "{{ hostonly_iface | default('eth1') }}"
+
+networks:
+    # CHANGE:
+    #   'bridge' name of the bridge to create that is used when connecting
+    #            the LXC containers
+    bridge_name: "{{ bridge_name | default('onosbr0') }}"
+    bridge: "{{ bridge_network | default('10.100.198.200/24') }}"