X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fdeploy-nonrtric;h=eab4dc21b349fae6380446d6166fdc07a4a6fcc2;hb=4d2d4f1134dfe309238af3777fbefa91c1ecf8d6;hp=fd7b85eedcd08c66af87b8adc82cfb0356674b12;hpb=6e1a341bd8185cf69b16541f36f2a366d5cf111d;p=it%2Fdep.git diff --git a/bin/deploy-nonrtric b/bin/deploy-nonrtric index fd7b85ee..eab4dc21 100755 --- a/bin/deploy-nonrtric +++ b/bin/deploy-nonrtric @@ -56,11 +56,7 @@ if [ -z "$HELM_REPO_PID" ]; then nohup helm serve >& /dev/null & fi -# Package nonrtric-common and serve it using Helm local repo -HELM_HOME=$(helm home) -COMMON_CHART_VERSION=$(cat $ROOT_DIR/../ric-common/Common-Template/helm/nonrtric-common/Chart.yaml | grep version | awk '{print $2}') -helm package -d /tmp $ROOT_DIR/../ric-common/Common-Template/helm/nonrtric-common -cp /tmp/nonrtric-common-$COMMON_CHART_VERSION.tgz $HELM_HOME/repository/local/ +$ROOT_DIR/prepare-common-templates COMPONENTS=${LIST_OF_COMPONENTS:-"controlpanel a1controller a1simulator policymanagementservice"} echo "Packaging NONRTRIC components [$COMPONENTS]"