blob: 6b13756f8028152cfc7c653ccd7595219b59d795 [file] [log] [blame]
tom2482e6f2014-10-01 16:51:48 -07001# Local VirtualBox-based single ONOS instance & ONOS mininet box
2
Pavlin Radoslavov0770d0f2014-10-15 15:58:31 -07003export ONOS_CELL="single"
4
tom2482e6f2014-10-01 16:51:48 -07005export ONOS_NIC=192.168.56.*
6export OC1="192.168.56.101"
7export OCN="192.168.56.103"
Pavlin Radoslavov0770d0f2014-10-15 15:58:31 -07008export OCI="${OC1}"
9
Thomas Vachuskacce11ca2014-10-16 11:52:29 -070010export ONOS_FEATURES="${ONOS_FEATURES:-webconsole,onos-api,onos-core-trivial,onos-cli,onos-openflow,onos-app-fwd,onos-app-proxyarp,onos-app-tvue}"