Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 1 | # Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box |
Thomas Vachuska | ad53a76 | 2014-10-31 00:52:27 -0700 | [diff] [blame] | 2 | |
| 3 | export ONOS_NIC=192.168.56.* |
Thomas Vachuska | 7a12002 | 2016-01-12 14:45:25 -0800 | [diff] [blame] | 4 | export OC1="192.168.56.5" |
| 5 | export OC2="192.168.56.6" |
| 6 | export OC3="192.168.56.7" |
| 7 | export OCN="192.168.56.8" |
Thomas Vachuska | bdd23be | 2016-04-05 12:48:36 -0700 | [diff] [blame] | 8 | #export OCN="10.128.11.4" |
| 9 | |
| 10 | export ONOS_USE_SSH=true |
| 11 | export ONOS_APPS=drivers,openflow,proxyarp,mobility,pathpainter |