Thomas Vachuska | 7399e48 | 2014-12-01 21:27:42 -0800 | [diff] [blame] | 1 | # Local VirtualBox-based ONOS instances 1,2,3 & ONOS mininet box |
| 2 | |
| 3 | export ONOS_NIC=10.128.11.* |
| 4 | export OC1="10.128.11.1" |
| 5 | export OC2="10.128.11.2" |
| 6 | export OC3="10.128.11.3" |
| 7 | export OCN="10.128.11.4" |
| 8 | |
| 9 | export OCI="${OC1}" |
Thomas Vachuska | a132e3a | 2015-02-21 01:53:14 -0800 | [diff] [blame] | 10 | export OCT="${OC1}" |
Thomas Vachuska | 7399e48 | 2014-12-01 21:27:42 -0800 | [diff] [blame] | 11 | |
Thomas Vachuska | a132e3a | 2015-02-21 01:53:14 -0800 | [diff] [blame] | 12 | export ONOS_FEATURES="webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-null" |