Thomas Vachuska
Committed by Gerrit Code Review

Fixed profile to work with new prerequisites.xml

Change-Id: I3578237480330a12e50d3375cfd0157cdb150628
...@@ -112,6 +112,7 @@ function cell { ...@@ -112,6 +112,7 @@ function cell {
112 unset ONOS_CELL ONOS_NIC ONOS_IP ONOS_APPS ONOS_BOOT_FEATURES 112 unset ONOS_CELL ONOS_NIC ONOS_IP ONOS_APPS ONOS_BOOT_FEATURES
113 unset OCI OCN OCT ONOS_INSTANCES ONOS_USER ONOS_GROUP ONOS_FEATURES 113 unset OCI OCN OCT ONOS_INSTANCES ONOS_USER ONOS_GROUP ONOS_FEATURES
114 unset $(env | sed -n 's:\(^OC[0-9]\{1,\}\)=.*:\1 :g p') 114 unset $(env | sed -n 's:\(^OC[0-9]\{1,\}\)=.*:\1 :g p')
115 + export ONOS_USER=${ONOS_USER:-sdn}
115 export ONOS_WEB_USER=onos 116 export ONOS_WEB_USER=onos
116 export ONOS_WEB_PASS=rocks 117 export ONOS_WEB_PASS=rocks
117 export ONOS_CELL=$1 118 export ONOS_CELL=$1
......