aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/components/dcae-kpi-ms
AgeCommit message (Collapse)AuthorFilesLines
2022-07-06[DCAE] Enable optional DCAE componentsVijay Venkatesh Kumar1-4/+6
All DCAE MS to be enabled for gating/daily/weekly KPI/SON-Handler Ms charts update to remove policy configuration dependency. Change-Id: Ia17da13cbfc8f1e7082b8b693e826b5f677c8cd1 Issue-ID: DCAEGEN2-3176 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-06-24[COMMON] Bump ONAP versionAndreas Geissler1-7/+7
Use version 11.0.0 for Kohn Issue-ID: OOM-2971 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
2022-04-22[DCAE] Update application config properties for slice/son/kpi msNiranjana1-4/+0
- Remove AAF credentials in DMAAP configuration from slice-analysis-ms, son-handler-ms and kpi-ms charts Issue-ID: DCAEGEN2-3034 Issue-ID: DCAEGEN2-3035 Issue-ID: DCAEGEN2-3033 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I85bee827cda40e5eca101846ab59b317c917a966
2022-03-23[DCAEGEN2] Remove Consul loader init containerJack Lucas2-20/+1
DCAE microservices no longer rely on Consul to store their configuration information. This change modifies the common DCAE microservice deployment template to eliminate the initContainer that loads configuration information into Consul. Issue-ID: DCAEGEN2-3059 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I4d9d547de020fe1987afab1c99cd033799ed7b36
2022-03-22Merge "[DCAE] Update kpi-ms to use unauthenticated Dmaap topic"Sylvain Desbureaux1-6/+4
2022-03-21[DCAE] Update kpi-ms to use unauthenticated Dmaap topicNiranjana1-6/+4
- Kpi image version bump - Use unauthenticated Dmaap topic Issue-ID: DCAEGEN2-3033 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ib8ed9e7c1b3d0a5d1d3b00985dfd7c13936585c6
2022-03-08[DCAE] Disable CBS deployment and remove CBS dependencyVijay Venkatesh Kumar1-1/+0
- Disable default deployment of CBS - Remove CBS from dependency on all DCAE services - Version bump for VESMapper, RESTConf, PMSH Change-Id: Ibf58c4c949d4b847ebeaa7e511b901a83792d1ba Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2890 Issue-ID: DCAEGEN2-2968 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-01-06[DCAEGEN2] Use common.log templateMaciej Wereski1-2/+6
Until now DCAEGEN2 used its own templates instead of common ones. This change switches filebeat sidecar generation to common.log templates. Other ONAP components already use it. Filebeat is depreceated and with use of common templates it is possible to disable it globally. This patch also changes ConfigMap usage from per component ConfigMap to one ConfigMap for all of DCAEGEN2 components. This is done to simplify generated file as there are no differences between per component ConfigMaps. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I87ffe4890b9a4d79edfe0669750dbf21b4a7b340
2021-12-07[GLOBAL] Migrate to helm v3efiacor2-37/+21
Move all Chart.yaml to use apiVersion: 2 Move dependencies from requirements.yaml to Chart.yaml Changes to all makeFiles Changes to helm deploy plugin Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I03c5290eee9e40f76eacbf171e774204cf5fb1c0 Issue-ID: OOM-2845
2021-10-15[COMMON] Bump ONAP versionSylvain Desbureaux2-7/+8
Use version 9.0.0 for Istanbul Also update the doc. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I03e11799bf487226784c98b04116f005c89d1e70
2021-10-11Merge "[DCAEGEN2-SERVICES] Update chart with service account"Sylvain Desbureaux2-2/+9
2021-09-26[DCAEGEN2-SERVICES] Update chart with service accountfarida azmy2-2/+9
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2828 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I9093839265e0d70dd68d7fdded0704942b4d6f71
2021-09-23Merge "[DCAEGEN2] Added policy sidecar for KPI MS"Sylvain Desbureaux1-0/+5
2021-09-20[DCAE] Istanbul version updates for DCAE componentsVijay Venkatesh Kumar1-1/+1
Updated version for bootstrap - includes blueprint revision for following services bbs-ep,dfc,dl-admin,hv-ves,kpi-ms,pm-mapper pmsh,slice-analysis, son-handler,tca, vescollector CBS version bump to 2.5.4 (integration base image alignment) Change-Id: I9964c8b1c09aa93dfb4426e5eace230c0a6178a8 Issue-ID: DCAEGEN2-2904 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-09-03[DCAEGEN2] Add Consul key delete jobJack Lucas2-1/+20
Add a job for each microservice that deletes the Consul key holding the microservice's configuration when the microservice is undeployed. (Fixes a bug in an earlier version that would loop indefinitely if Consul had been undeployed first.) Issue-ID: DCAEGEN2-2669 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I9172fc014b79d2cc07c0b1a1a187a28c63b1838a
2021-08-31[DCAEGEN2] Added policy sidecar for KPI MSSumithra1-0/+5
DCAE Helm Transformation support Issue-ID: DCAEGEN2-2762 Signed-off-by: sumithra.s69@wipro.com Change-Id: I3406b26d77a104aff1cf87b38237341190141f85
2021-06-30[DCAEGEN2] Migrate KPI MS to Helmsumithra7-0/+291
DCAE Helm Transformation support Issue-ID: DCAEGEN2-2762 Signed-off-by: sumithra.s69@wipro.com Change-Id: Idbc15f15c87a3588a8b48b6c187537437986e63c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>