blob: ff7d08db0730b7b3ec6461a805cfffc0ea86b75f [file] [log] [blame]
Thomas Vachuska785f5812015-03-19 01:11:00 -07001# EC2-based cluster (7-node)
Thomas Vachuska734b7492015-03-11 20:42:07 -07002
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
Thomas Vachuska785f5812015-03-19 01:11:00 -070018export ONOS_APPS=null,intentperf