blob: a11c2b013ad64fd5c55e69a160d84643f156d97b [file] [log] [blame]
Thomas Vachuska28d46572017-12-05 13:39:27 -08001# Bare metal cluster (7-node)
Thomas Vachuska785f5812015-03-19 01:11:00 -07002
3# Use the 1G NIC for cluster communications
Thomas Vachuska28d46572017-12-05 13:39:27 -08004export ONOS_NIC="10.192.19.*"
Thomas Vachuska785f5812015-03-19 01:11:00 -07005
6# ONOS Test proxy
Thomas Vachuska28d46572017-12-05 13:39:27 -08007export OCT=10.192.19.69
Thomas Vachuskaebe42a52015-06-10 12:05:50 -07008
Thomas Vachuska785f5812015-03-19 01:11:00 -07009# Use the 1G NICs for external access
Thomas Vachuska28d46572017-12-05 13:39:27 -080010export OC1=10.192.19.68
11export OC2=10.192.19.67
12export OC3=10.192.19.66
13export OC4=10.192.19.65
14export OC5=10.192.19.64
Thomas Vachuska785f5812015-03-19 01:11:00 -070015
Thomas Vachuska28d46572017-12-05 13:39:27 -080016# IP address of Mininet
17export OCN=10.192.19.69
18
Sean Condonbf7ff4f2019-03-17 16:18:42 +000019export ONOS_APPS="gui,drivers,null,intentperf"