blob: 842f59db56aa79aa23c8051a201cd12bced67ad5 [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
Sean Condonbf7ff4f2019-03-17 16:18:42 +000018export ONOS_APPS="gui,drivers,null,intentperf"