blob: 204988e9ca670e20617314b7769f2b1cc1a87658 [file] [log] [blame]
Thomas Vachuska734b7492015-03-11 20:42:07 -07001# 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=192.168.200.101
8
9# Use the 1G NICs for external access
10export OC1=192.168.200.101
11export OC2=192.168.200.102
12export OC3=192.168.200.103
13export OC4=192.168.200.104
14export OC5=192.168.200.105
15export OC6=192.168.200.106
16export OC7=192.168.200.107
17
18export OCI=${OC1}
19
20export ONOS_FEATURES=webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-null