X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F55-Ext-Services%2Fbin%2Finstall;h=cf5a6db41e3d1e0dae2ac4a0d96e39eb6fd38709;hb=3b089031368fe2801d662405ef53d9233b07bc63;hp=68fb4dc670b29e17b671d6dca6a51f81f06369b7;hpb=112e73d383b26192fea6e320ef3de6ef6bfdca0a;p=it%2Fdep.git diff --git a/ric-platform/55-Ext-Services/bin/install b/ric-platform/55-Ext-Services/bin/install index 68fb4dc6..cf5a6db4 100755 --- a/ric-platform/55-Ext-Services/bin/install +++ b/ric-platform/55-Ext-Services/bin/install @@ -24,10 +24,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" source $DIR/../etc/ext.conf -if [ -z "$RICAUX_RELEASE_NAME" ];then +if [ -z "$RICPLT_RELEASE_NAME" ];then RELEASE_NAME=$helm_release_name else - RELEASE_NAME=$RICAUX_RELEASE_NAME + RELEASE_NAME=$RICPLT_RELEASE_NAME fi # Namespace configuration if [ -z "$RICPLT_NAMESPACE" ];then @@ -58,9 +58,9 @@ else COMMON_OVERRIDE=$RIC_COMMON_OVERRIDE fi -RICAUX_COMPONENTS="ext" +RICPLT_COMPONENTS="extsvcplt" -echo "Deploying RIC AUX components [$RICAUX_COMPONENTS]" +echo "Deploying RIC Platform components [$RICPLT_COMPONENTS]" echo "Helm Release Name: $RELEASE_NAME" @@ -69,7 +69,7 @@ COMMON_CHART_VERSION=$(cat $DIR/../../../ric-common/Common-Template/helm/ric-com helm package -d /tmp $DIR/../../../ric-common/Common-Template/helm/ric-common -for component in $RICAUX_COMPONENTS; do +for component in $RICPLT_COMPONENTS; do echo "Preparing chart for comonent $component" mkdir -p $DIR/../helm/$component/charts/ cp /tmp/ric-common-$COMMON_CHART_VERSION.tgz $DIR/../helm/$component/charts/