blob: baa97b0fa7ce10949932cb3f2786e927f68431bd [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
4export ONOS_NIC="10.254.1.*"
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -08005
6# ONOS Test proxy
7export OCT=10.254.1.200
8
9# Use the 1G NICs for external access
10export OC1=10.254.1.201
11export OC2=10.254.1.202
12export OC3=10.254.1.203
13export OC4=10.254.1.204
14export OC5=10.254.1.205
15export OC6=10.254.1.206
16export OC7=10.254.1.207
17
YPZhang66c2d1f2016-06-23 16:07:28 -070018# IP address of Mininet
19export OCN=10.254.1.200
20
Simon Hunt3f156372015-05-05 16:21:01 -070021export ONOS_APPS="drivers,null,intentperf"