Issue-ID: RICAPP-169 - Inclusion of InfluxDB helm chart for KPIMON, AD, TS, QP xApps
updated 3rdparty influxdb templates to refer the definitions from the common template
updated supporting files in the ric-dep repo
Signed-off-by: Chandrasekaran Ramachandran <chandrasekaran-r@hcl.com>
Change-Id: If5b2fc8cb7b62a071788ccc045e6dcf36fa76490
diff --git a/bin/uninstall b/bin/uninstall
index 2fb080e..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 alarmmanager"
+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