Committed by
Gerrit Code Review
Changing Andrea's cell to containers
Change-Id: I614673dafb31314844a0fd2177fa6f5e117b274e
Showing
1 changed file
with
4 additions
and
4 deletions
1 | # Andrea's ProxMox ONOS instances 1,2,3 & ONOS mininet box | 1 | # Andrea's ProxMox ONOS instances 1,2,3 & ONOS mininet box |
2 | 2 | ||
3 | export ONOS_NIC="10.128.12.*" | 3 | export ONOS_NIC="10.128.12.*" |
4 | -export OC1="10.128.12.1" | 4 | +export OC1="10.128.12.11" |
5 | -export OC2="10.128.12.2" | 5 | +export OC2="10.128.12.12" |
6 | -export OC3="10.128.12.3" | 6 | +export OC3="10.128.12.13" |
7 | -export OCN="10.128.12.4" | 7 | +export OCN="10.128.12.14" |
8 | 8 | ||
9 | export OCT=$OC1 | 9 | export OCT=$OC1 |
10 | export ONOS_USE_SSH=true | 10 | export ONOS_USE_SSH=true | ... | ... |
-
Please register or login to post a comment