mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-11-02 09:11:29 +01:00
Change-Id: I0b3710b8e9b329b62a765ac87a269cd7aac4d7dd (cherry picked from commit d2535d768d7b0c2385c907e060fe6e5ded899942)
22 lines
448 B
Plaintext
22 lines
448 B
Plaintext
# Bare metal cluster (7-node)
|
|
|
|
# Use the 1G NIC for cluster communications
|
|
export ONOS_NIC="10.192.19.*"
|
|
|
|
# ONOS Test proxy
|
|
export OCT=10.192.19.69
|
|
|
|
# Use the 1G NICs for external access
|
|
export OC1=10.192.19.68
|
|
export OC2=10.192.19.67
|
|
export OC3=10.192.19.66
|
|
export OC4=10.192.19.65
|
|
export OC5=10.192.19.64
|
|
export OC6=10.192.19.63
|
|
export OC7=10.192.19.62
|
|
|
|
# IP address of Mininet
|
|
export OCN=10.192.19.69
|
|
|
|
export ONOS_APPS="drivers,null,intentperf"
|