tom

Fixing the cell definition and the install script.

......@@ -37,4 +37,4 @@ ssh $remote "
onos-config $node
# Ignite the ONOS service.
onos-service $node start†
\ No newline at end of file
onos-service $node start
......
unset OC1 OC2 OC3 OC4 OC5 OC6 OC7 OC8 OC9 OCN ONOS_NIC
# Default virtual box ONOS instances 1,2 & ONOS mininet box
. $ONOS_ROOT/tools/test/cells/.reset
export OC1="192.168.56.101"
export OC2="192.168.56.102"
......
# ProxMox-based cell of ONOS instances 1,2 & ONOS mininet box
. $ONOS_ROOT/tools/test/cells/.reset
export ONOS_NIC="10.1.9.*"
......