commit | 3ba17c1c29274fbf98989bf9e154528c7c93be31 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Fri Jun 12 10:22:32 2015 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Fri Jun 12 10:22:48 2015 -0700 |
tree | 8f43f5f4481a9dfd678a0cb406b85d76ba8bb3dc | |
parent | e10ece06ce17a8eff0786493b5417bb159fa7791 [diff] |
Adding lxc cell Change-Id: I5d30f911b6981d3b6f5582e109dd90620f7a8293
diff --git a/tools/test/cells/lxc b/tools/test/cells/lxc new file mode 100644 index 0000000..66efe0a --- /dev/null +++ b/tools/test/cells/lxc
@@ -0,0 +1,8 @@ +# LXC-based Cluster running on EC2 + +export ONOS_NIC="10.0.3.*" +export OC1=10.0.3.101 +export OC2=10.0.3.102 +export OC3=10.0.3.103 + +export ONOS_APPS="drivers,openflow,proxyarp"