tom

Fixing the cell definition and the install script.

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