blob: e23f077104234af87ccf9d3f01ee1fe11cb8c1dc [file] [log] [blame]
Thomas Vachuska785f5812015-03-19 01:11:00 -07001# Bare metal cluster (5-node)
2
3# Use the 1G NIC for cluster communications
4export ONOS_NIC="10.254.1.*"
5
6# ONOS Test proxy
7export OCT=10.254.1.200
8
Thomas Vachuskaebe42a52015-06-10 12:05:50 -07009export OCN=10.254.1.200
10
Thomas Vachuska785f5812015-03-19 01:11:00 -070011# Use the 1G NICs for external access
12export OC1=10.254.1.201
13export OC2=10.254.1.202
14export OC3=10.254.1.203
15export OC4=10.254.1.204
16export OC5=10.254.1.205
17
Thomas Vachuskaebe42a52015-06-10 12:05:50 -070018export ONOS_APPS="drivers,openflow,proxyarp,fwd"