Committed by
Gerrit Code Review
Added cell for brian.
Change-Id: I438052af0b1b3e453314466bb6ee59cde9021f96
Showing
1 changed file
with
11 additions
and
0 deletions
tools/test/cells/brian
0 → 100644
| 1 | +# Brians's ProxMox ONOS instances 1,2,3 & ONOS mininet box | ||
| 2 | + | ||
| 3 | +export ONOS_NIC="10.128.3.*" | ||
| 4 | +export OC1="10.128.3.1" | ||
| 5 | +export OC2="10.128.3.2" | ||
| 6 | +export OC3="10.128.3.3" | ||
| 7 | +export OCN="10.128.3.4" | ||
| 8 | + | ||
| 9 | +export OCT=$OC1 | ||
| 10 | +export ONOS_USE_SSH=true | ||
| 11 | +export ONOS_APPS=drivers,openflow,proxyarp,mobility,pathpainter |
-
Please register or login to post a comment