X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=simulators%2Fe2sim%2Fhelm%2Fe2sim_install.sh;h=9b9a13cea46c25460007e376c5ff0b4d031271a3;hb=refs%2Fchanges%2F77%2F1877%2F1;hp=745d82bdcc674beb1ce3507ba3c344b3f026851d;hpb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;p=it%2Ftest.git diff --git a/simulators/e2sim/helm/e2sim_install.sh b/simulators/e2sim/helm/e2sim_install.sh index 745d82b..9b9a13c 100755 --- a/simulators/e2sim/helm/e2sim_install.sh +++ b/simulators/e2sim/helm/e2sim_install.sh @@ -29,7 +29,7 @@ BASE=${DIR%/test*} # /data/ORAN-OSC/it/dep/ric-platform/50-RIC-Platform/bin/install BASEDIR05=$BASE/dep/ric-platform/50-RIC-Platform/ -BASEDIR_COMMON_TEMPLATE=$BASE/dep/ric-common/Common-Template/helm/ric-common +BASEDIRCOMMON=$BASE/dep/ric-common/Common-Template/helm/ric-common echo "Using etc/ric.conf from $BASEDIR05" @@ -59,10 +59,9 @@ echo "Platform Namespace: $PLT_NAMESPACE" echo "Helm Release Name: $RELEASE_NAME" -COMMON_CHART_VERSION=$(cat $BASEDIR_COMMON_TEMPLATE/Chart.yaml | grep version | awk '{print $2}') +COMMON_CHART_VERSION=$(cat $BASEDIRCOMMON/Chart.yaml | grep version | awk '{print $2}') - -helm package -d /tmp $BASEDIR_COMMON_TEMPLATE +helm package -d /tmp $BASEDIRCOMMON for component in $RICPLT_COMPONENTS; do