Fix ACM installation to support kafka
[nonrtric/plt/rappmanager.git] / scripts / install / uninstall-all.sh
index f179af7..33a0dff 100755 (executable)
@@ -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