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/test/cells/lxc b/tools/test/cells/lxc
new file mode 100644
index 0000000..e04b899
--- /dev/null
+++ b/tools/test/cells/lxc
@@ -0,0 +1,11 @@
+export OCI=10.100.198.201
+export OC1=10.100.198.201
+export OC2=10.100.198.202
+export OC3=10.100.198.203
+export ONOS_APPS=drivers,openflow,proxyarp
+export ONOS_NIC=10.100.198.*
+export ONOS_SCENARIOS=$HOME/work/onos-next/tools/test/scenarios
+export ONOS_USER=ubuntu
+export ONOS_GROUP=ubuntu
+export ONOS_WEB_PASS=rocks
+export ONOS_WEB_USER=onos