mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
ONOS_FEATURES env. var is now deprecated! Cells are expected to use ONOS_APPS env. var to tailor which builtin apps should be activated by default. All builtin apps are installed by default, but can be uninstalled if desired. Cleaned up cell definitions accordingly. Change-Id: If3bb4691a73543a69197f4bf1855c8368f558450
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
# ProxMox-based cell of ONOS instances 1,2 & ONOS mininet box
|
|
|
|
export ONOS_NIC="10.1.9.*"
|
|
export OC1="10.1.9.94"
|
|
export OC2="10.1.9.82"
|
|
export OCN="10.1.9.93"
|