mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
Fixed profile to work with new prerequisites.xml
Change-Id: I3578237480330a12e50d3375cfd0157cdb150628
This commit is contained in:
parent
0bee1f8262
commit
330aef1c23
@ -112,6 +112,7 @@ function cell {
|
|||||||
unset ONOS_CELL ONOS_NIC ONOS_IP ONOS_APPS ONOS_BOOT_FEATURES
|
unset ONOS_CELL ONOS_NIC ONOS_IP ONOS_APPS ONOS_BOOT_FEATURES
|
||||||
unset OCI OCN OCT ONOS_INSTANCES ONOS_USER ONOS_GROUP ONOS_FEATURES
|
unset OCI OCN OCT ONOS_INSTANCES ONOS_USER ONOS_GROUP ONOS_FEATURES
|
||||||
unset $(env | sed -n 's:\(^OC[0-9]\{1,\}\)=.*:\1 :g p')
|
unset $(env | sed -n 's:\(^OC[0-9]\{1,\}\)=.*:\1 :g p')
|
||||||
|
export ONOS_USER=${ONOS_USER:-sdn}
|
||||||
export ONOS_WEB_USER=onos
|
export ONOS_WEB_USER=onos
|
||||||
export ONOS_WEB_PASS=rocks
|
export ONOS_WEB_PASS=rocks
|
||||||
export ONOS_CELL=$1
|
export ONOS_CELL=$1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user