blob: 104eb05ed6c2443a6876e263389a2f5a04c6846a [file] [log] [blame]
tom2482e6f2014-10-01 16:51:48 -07001# Local VirtualBox-based ONOS instances 1,2,3 & ONOS mininet box
2
Pavlin Radoslavov0770d0f2014-10-15 15:58:31 -07003export ONOS_CELL="triple"
4
tom2482e6f2014-10-01 16:51:48 -07005export ONOS_NIC=192.168.56.*
6export OC1="192.168.56.101"
7export OC2="192.168.56.102"
8export OC3="192.168.56.104"
tom2482e6f2014-10-01 16:51:48 -07009export OCN="192.168.56.103"
Pavlin Radoslavov0770d0f2014-10-15 15:58:31 -070010export OCI="${OC1}"
11
12export ONOS_FEATURES=""