tom | 0768a02 | 2014-09-24 16:16:16 -0700 | [diff] [blame] | 1 | # ProxMox-based cell of ONOS instances 1,2 & ONOS mininet box |
tom | 0768a02 | 2014-09-24 16:16:16 -0700 | [diff] [blame] | 2 | |
Pavlin Radoslavov | 0770d0f | 2014-10-15 15:58:31 -0700 | [diff] [blame] | 3 | export ONOS_CELL="prox" |
4 | |||||
tom | 0768a02 | 2014-09-24 16:16:16 -0700 | [diff] [blame] | 5 | export ONOS_NIC="10.1.9.*" |
tom | 0768a02 | 2014-09-24 16:16:16 -0700 | [diff] [blame] | 6 | export OC1="10.1.9.94" |
7 | export OC2="10.1.9.82" | ||||
tom | 0768a02 | 2014-09-24 16:16:16 -0700 | [diff] [blame] | 8 | export OCN="10.1.9.93" |
Pavlin Radoslavov | 0770d0f | 2014-10-15 15:58:31 -0700 | [diff] [blame] | 9 | export OCI="${OC1}" |
10 | |||||
11 | export ONOS_FEATURES="" |