blob: fc39f70899f54c39da086e6e3ebf1f7b4d9a597d [file] [log] [blame]
Thomas Vachuska28d46572017-12-05 13:39:27 -08001# Bare metal cluster (7-node)
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -08002
Thomas Vachuska785f5812015-03-19 01:11:00 -07003# Use the 1G NIC for cluster communications
Thomas Vachuska28d46572017-12-05 13:39:27 -08004export ONOS_NIC="10.192.19.*"
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -08005
6# ONOS Test proxy
Thomas Vachuska28d46572017-12-05 13:39:27 -08007export OCT=10.192.19.69
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -08008
9# Use the 1G NICs for external access
Thomas Vachuska28d46572017-12-05 13:39:27 -080010export OC1=10.192.19.68
11export OC2=10.192.19.67
12export OC3=10.192.19.66
13
14# IP address of Mininet
15export OCN=10.192.19.69
Thomas Vachuskaa132e3a2015-02-21 01:53:14 -080016
Simon Hunt3f156372015-05-05 16:21:01 -070017export ONOS_APPS="drivers,null,intentperf"