X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fhelm%2Frobot_install.sh;fp=ric_robot_suite%2Fhelm%2Frobot_install.sh;h=867eb98b717f2bd7052283a812edbd728efaf9f6;hb=629f612ca5504d62a436b72c031d41df1fb6e864;hp=92b7b93b79dc5f7cf28d54c66048813f2280fd1d;hpb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;p=it%2Ftest.git diff --git a/ric_robot_suite/helm/robot_install.sh b/ric_robot_suite/helm/robot_install.sh index 92b7b93..867eb98 100755 --- a/ric_robot_suite/helm/robot_install.sh +++ b/ric_robot_suite/helm/robot_install.sh @@ -1,6 +1,4 @@ -#!/bin/bash -################################################################################ -# Copyright (c) 2019 AT&T Intellectual Property. # +opyright (c) 2019 AT&T Intellectual Property. # # Copyright (c) 2019 Nokia. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # @@ -29,7 +27,7 @@ BASE=${DIR%/test*} # /data/ORAN-OSC/it/dep/ric-platform/50-RIC-Platform/bin/install BASEDIR50=$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 $BASEDIR50" @@ -56,9 +54,12 @@ 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 $BASEDIR50/helm/common/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