X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fundeploy-ric-infra;h=9b2f53df4456bad65d7cbd91209bcb772ebae24a;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=ea8ab35926be4bee24ff1a2c99abfcf50111f1a7;hpb=96f1edd267659d09822b64fffa16077e28fcec0b;p=it%2Fdep.git diff --git a/bin/undeploy-ric-infra b/bin/undeploy-ric-infra index ea8ab359..9b2f53df 100755 --- a/bin/undeploy-ric-infra +++ b/bin/undeploy-ric-infra @@ -21,17 +21,6 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -source $ROOT_DIR/../etc/ric.conf -source $ROOT_DIR/../etc/ric-infra.conf - - -export RICINFRA_RELEASE_NAME=$helm_release_name - -export RICPLT_NAMESPACE=$plt_namespace -export RICXAPP_NAMESPACE=$xapp_namespace -export RICAUX_NAMESPACE=$aux_namespace -export RICINFRA_NAMESPACE=$infra_namespace - for component in $ROOT_DIR/../ric-infra/*/; do # Will print */ if no directories are available