Fixed profile to work with new prerequisites.xml

Change-Id: I3578237480330a12e50d3375cfd0157cdb150628
This commit is contained in:
Thomas Vachuska 2015-10-15 12:00:33 -07:00 committed by Gerrit Code Review
parent 0bee1f8262
commit 330aef1c23

View File

@ -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