Thomas Vachuska | eef928f | 2015-11-17 09:56:40 -0800 | [diff] [blame] | 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 |