X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Finstall%2Funinstall-all.sh;h=33a0dff8a3e7c53e6cc9f261215bbc71ff300816;hb=fb46bc57fa0c51612111f45e34c9763ee0188f06;hp=f179af70abb86089ff4890da36677b53285cc2ca;hpb=389494b6d173803d5d73e708742610a77fb74723;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/scripts/install/uninstall-all.sh b/scripts/install/uninstall-all.sh index f179af7..33a0dff 100755 --- a/scripts/install/uninstall-all.sh +++ b/scripts/install/uninstall-all.sh @@ -2,6 +2,7 @@ # ============LICENSE_START=============================================== # Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,6 +23,10 @@ echo "######### Uninstalling Rapp Manager #########" echo "Uninstalling ACM Components..." helm uninstall csit-policy -n default +echo "Removing Kafka components..." +kubectl delete deploy zookeeper-deployment kafka-deployment +kubectl delete svc zookeeper-service kafka + echo "Uninstalling NONRTRIC Components..." sudo dep/bin/undeploy-nonrtric