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" |
Ray Milkey | a51656d | 2018-07-06 14:33:30 -0700 | [diff] [blame] | 6 | export OCC1="192.168.56.101" |
| 7 | export OCC2="192.168.56.102" |
tom | 0872a17 | 2014-09-23 11:24:26 -0700 | [diff] [blame] | 8 | export OCN="192.168.56.103" |
Pavlin Radoslavov | 0770d0f | 2014-10-15 15:58:31 -0700 | [diff] [blame] | 9 | |
Sean Condon | bf7ff4f | 2019-03-17 16:18:42 +0000 | [diff] [blame^] | 10 | export ONOS_APPS="gui,drivers,openflow,fwd,proxyarp,mobility" |