blob: cd7f1740441442426fe951ef221b29e3f4a4c05e [file] [log] [blame]
tom2482e6f2014-10-01 16:51:48 -07001# Local VirtualBox-based ONOS instances 1,2,3 & ONOS mininet box
2
3export ONOS_NIC=192.168.56.*
4export OC1="192.168.56.101"
5export OC2="192.168.56.102"
6export OC3="192.168.56.104"
tom2482e6f2014-10-01 16:51:48 -07007export OCN="192.168.56.103"
Pavlin Radoslavov0770d0f2014-10-15 15:58:31 -07008export OCI="${OC1}"
9
Thomas Vachuskadec50092014-12-08 11:14:07 -080010export ONOS_FEATURES="webconsole,onos-api,onos-core,onos-cli,onos-openflow,onos-gui,onos-rest,onos-app-fwd,onos-app-proxyarp"