X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fbin%2Funinstall;h=fcd1761ac27beb793f9284d82b4a495d40ffd464;hb=0309475769b27702c8c886411222882da8b519b1;hp=91e56e8cf8167342b2d74034b4759c10238cdc2b;hpb=88657efe9e96a83cda32bf8c642d1dd03013aad2;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/bin/uninstall b/ric-aux/80-Auxiliary-Functions/bin/uninstall index 91e56e8c..fcd1761a 100755 --- a/ric-aux/80-Auxiliary-Functions/bin/uninstall +++ b/ric-aux/80-Auxiliary-Functions/bin/uninstall @@ -22,23 +22,17 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -source $DIR/../etc/dashboard.conf +source $DIR/../etc/aux.conf if [ -z "$RICAUX_RELEASE_NAME" ];then RELEASE_NAME=$helm_release_name else RELEASE_NAME=$RICAUX_RELEASE_NAME fi -if [ -z "$RICAUX_NAMESPACE" ];then - NAMESPACE=$namespace -else - NAMESPACE=$RICAUX_NAMESPACE -fi -RICAUX_COMPONENTS="dashboard message-router ves" +RICAUX_COMPONENTS="dashboard message-router ves kong-aux" echo "Undeploying RIC AUX components [$RICAUX_COMPONENTS]" -echo "Platform Namespace: $NAMESPACE" echo "Helm Release Name: $RELEASE_NAME"