Committed by
Gerrit Code Review
Creating Simon's cell.
Change-Id: Id94c1065ac833cf05142a6adab10559b7fc03ee1
Showing
1 changed file
with
11 additions
and
0 deletions
tools/test/cells/simon
0 → 100644
| 1 | +# Simon's ProxMox ONOS instances 1,2,3 & ONOS mininet box | ||
| 2 | + | ||
| 3 | +export ONOS_NIC="10.128.2.*" | ||
| 4 | +export OC1="10.128.2.1" | ||
| 5 | +export OC2="10.128.2.2" | ||
| 6 | +export OC3="10.128.2.3" | ||
| 7 | +export OCN="10.128.2.4" | ||
| 8 | + | ||
| 9 | +export OCT=$OC1 | ||
| 10 | +export ONOS_USE_SSH=true | ||
| 11 | +export ONOS_APPS=drivers,openflow,proxyarp,mobility | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment