tom | 2482e6f | 2014-10-01 16:51:48 -0700 | [diff] [blame] | 1 | # Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box |
tom | 5c058e8 | 2014-09-19 08:48:05 -0700 | [diff] [blame] | 2 | |
tom | defed6f | 2014-09-29 11:37:02 -0700 | [diff] [blame] | 3 | export ONOS_NIC=192.168.56.* |
tom | 5c058e8 | 2014-09-19 08:48:05 -0700 | [diff] [blame] | 4 | export OC1="192.168.56.101" |
| 5 | export OC2="192.168.56.102" |
tom | 0872a17 | 2014-09-23 11:24:26 -0700 | [diff] [blame] | 6 | export OCN="192.168.56.103" |
Pavlin Radoslavov | 0770d0f | 2014-10-15 15:58:31 -0700 | [diff] [blame] | 7 | |
Bri Prebilic Cole | 43f17c0 | 2015-05-01 10:43:38 -0700 | [diff] [blame] | 8 | export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility" |