X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Funinstall;h=f065fe8baa1d3f725c52468e157647c17db1cdcf;hb=9fb18847091767093c624c715137c621113d71c4;hp=fa8fc0a541bc9c91e703aa684bb968d39ac1bf8d;hpb=5ace6274d13066aa9c25c2a85e5565801b4f6b06;p=ric-plt%2Fric-dep.git diff --git a/bin/uninstall b/bin/uninstall index fa8fc0a..f065fe8 100755 --- a/bin/uninstall +++ b/bin/uninstall @@ -2,6 +2,7 @@ ################################################################################ # Copyright (c) 2019 AT&T Intellectual Property. # # Copyright (c) 2019 Nokia. # +# Copyright (c) 2021 HCL Technologies Limited. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -16,7 +17,7 @@ # limitations under the License. # ################################################################################ -COMPONENTS="xapp-onboarder appmgr rtmgr e2mgr e2term a1mediator submgr vespamgr jaegeradapter dbaas infrastructure o1mediator alarmadapter" +COMPONENTS="xapp-onboarder appmgr rtmgr e2mgr e2term a1mediator submgr vespamgr jaegeradapter dbaas infrastructure o1mediator alarmmanager influxdb" RECIPE_NAMESPACE=$(kubectl get cm --all-namespaces | grep ricplt-recipe | awk '{print $1}') kubectl get configmap -n $RECIPE_NAMESPACE ricplt-recipe -o jsonpath='{.data.recipe}' > /tmp/recipe.yaml