X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fundeploy-ric-platform;h=a1bebc42495624c44c0e924f219f158a609ad88d;hb=HEAD;hp=e9e5c9f29ca2b8e422f27cbbc3c002168dc0a92c;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;p=it%2Fdep.git diff --git a/bin/undeploy-ric-platform b/bin/undeploy-ric-platform index e9e5c9f2..a1bebc42 100755 --- a/bin/undeploy-ric-platform +++ b/bin/undeploy-ric-platform @@ -16,20 +16,12 @@ # limitations under the License. # ################################################################################ -# This script deploys RIC platform components automatically +# This script deploys RIC auxiliary function components automatically +ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" +$ROOT_DIR/../ric-dep/bin/uninstall -source $DIR/../etc/ric-platform.conf -export RICPLT_RELEASE_NAME=$ric_platform_helm_release_name - -export RICPLT_NAMESPACE=$ric_platform_namespace - - - -. ../ric-platform/50-RIC-Platform/bin/uninstall -