Aaron Kruglikov | 1110b2c | 2016-02-02 16:24:37 -0800 | [diff] [blame] | 1 | # Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box |
| 2 | |
| 3 | export ONOS_NIC=192.168.56.* |
| 4 | export OC1="192.168.56.101" |
| 5 | export OC2="192.168.56.102" |
| 6 | export OC3="192.168.56.103" |
| 7 | export OCN="192.168.56.100" |
| 8 | |
Sean Condon | bf7ff4f | 2019-03-17 16:18:42 +0000 | [diff] [blame] | 9 | export ONOS_APPS="gui,drivers,openflow,fwd,proxyarp,mobility" |
Aaron Kruglikov | 1110b2c | 2016-02-02 16:24:37 -0800 | [diff] [blame] | 10 | |
| 11 | export ONOS_USER=sdn |
| 12 | export ONOS_WEB_PASS=sdnrocks |
Sean Condon | bf7ff4f | 2019-03-17 16:18:42 +0000 | [diff] [blame] | 13 | export ONOS_WEB_USER=onos |