blob: 6f5de2ba3f9a77bb3aed1dd465ad1cc5abbe7aed [file] [log] [blame]
Thomas Vachuska785f5812015-03-19 01:11:00 -07001# Bare metal cluster (7-node)
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -08002
Thomas Vachuska785f5812015-03-19 01:11:00 -07003# Use the 1G NIC for cluster communications
Thomas Vachuska28d46572017-12-05 13:39:27 -08004export ONOS_NIC="10.192.19.*"
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -08005
6# ONOS Test proxy
Thomas Vachuska28d46572017-12-05 13:39:27 -08007export OCT=10.192.19.69
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -08008
9# 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
15export OC6=10.192.19.63
16export OC7=10.192.19.62
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -080017
YPZhang66c2d1f2016-06-23 16:07:28 -070018# IP address of Mininet
Thomas Vachuska28d46572017-12-05 13:39:27 -080019export OCN=10.192.19.69
YPZhang66c2d1f2016-06-23 16:07:28 -070020
Sean Condonbf7ff4f2019-03-17 16:18:42 +000021export ONOS_APPS="gui,drivers,null,intentperf"