blob: c2db173977ed25c40aada94dbf8c00b359dd3856 [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
13
14export OCI=${OC1}
15
16export ONOS_FEATURES=webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-null