blob: 3d64be275474920253b66a81dea3d0c20d314837 [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
Simon Hunt3f156372015-05-05 16:21:01 -070018export ONOS_APPS="drivers,null,intentperf"