blob: b0c8a5ae4db7152340606d7ad7441dc4977d15a7 [file] [log] [blame]
Thomas Vachuskab6acc7b2015-03-11 09:11:21 -07001# Bare metal cluster with rearranged nodes
2
3# Use the 10G NIC for cluster communications
4export ONOS_NIC="10.254.1.*"
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.207
11export OC2=10.254.1.202
12export OC3=10.254.1.203
13export OC4=10.254.1.204
14export OC5=10.254.1.206
15
16export OCI=${OC1}
17
18export ONOS_FEATURES=webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-null