blob: c3ed41e781430b88f5764b92f72dbe42597841e4 [file] [log] [blame]
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -08001# Bare metal cluster
2
3# Use the 10G NIC for cluster communications
4export ONOS_NIC="192.168.200.*"
5
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
18export OCI=${OC1}
19
20export ONOS_FEATURES=webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-null