tom | 2482e6f | 2014-10-01 16:51:48 -0700 | [diff] [blame] | 1 | # Local VirtualBox-based ONOS instances 1,2,3 & ONOS mininet box |
| 2 | |
Pavlin Radoslavov | 0770d0f | 2014-10-15 15:58:31 -0700 | [diff] [blame] | 3 | export ONOS_CELL="triple" |
| 4 | |
tom | 2482e6f | 2014-10-01 16:51:48 -0700 | [diff] [blame] | 5 | export ONOS_NIC=192.168.56.* |
| 6 | export OC1="192.168.56.101" |
| 7 | export OC2="192.168.56.102" |
| 8 | export OC3="192.168.56.104" |
tom | 2482e6f | 2014-10-01 16:51:48 -0700 | [diff] [blame] | 9 | export OCN="192.168.56.103" |
Pavlin Radoslavov | 0770d0f | 2014-10-15 15:58:31 -0700 | [diff] [blame] | 10 | export OCI="${OC1}" |
| 11 | |
| 12 | export ONOS_FEATURES="" |