YPZhang 66c2d1f9e8 Add a OCN for beast cell file
Change-Id: Ic412e5032341dfd9e41d1065ffd35070265409d3
(cherry picked from commit 916da431aeb57942990470a2bdad316ceecd659b)
2016-07-20 19:16:53 +00:00

22 lines
447 B
Plaintext

# Bare metal cluster (7-node)
# Use the 1G NIC for cluster communications
export ONOS_NIC="10.254.1.*"
# ONOS Test proxy
export OCT=10.254.1.200
# Use the 1G NICs for external access
export OC1=10.254.1.201
export OC2=10.254.1.202
export OC3=10.254.1.203
export OC4=10.254.1.204
export OC5=10.254.1.205
export OC6=10.254.1.206
export OC7=10.254.1.207
# IP address of Mininet
export OCN=10.254.1.200
export ONOS_APPS="drivers,null,intentperf"