blob: 698eded71bda99d108f0d74e0161d361a1456a7b [file] [log] [blame]
Thomas Vachuska785f5812015-03-19 01:11:00 -07001# Bare metal cluster (1-node)
2
3# Use the 1G 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.201
11
Simon Hunt3f156372015-05-05 16:21:01 -070012export ONOS_APPS="drivers,null,intentperf"