aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services
AgeCommit message (Collapse)AuthorFilesLines
2022-08-17[COMMON] Update Makefiles to enable parallelizationAndreas Geissler3-7/+28
All Makefiles are updated to support SKIP_LINT option, have a defined order of compilation (common -> components) to support the parallel compilation of charts using: make all -j8 (for 8 Jobs). Additionally use cm-push instead of push to use the new K8S/Helm version Issue-ID: OOM-3011 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If9903c9d5bc646b5ce54075acc616e98c4b6706e
2022-05-18[DCAEGEN2] Update son-handler image version to 2.1.7 and slice-analysis-ms ↵malar2-2/+2
version to 1.1.3 Bug fix in handling FM notification Issue-ID: DCAEGEN2-3150 Issue-ID: DCAEGEN2-3156 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I6698b2087bcc2cd5a34813b59de16f727809e4a7
2022-05-10Merge "[HV-VES-STRIMZI] Migrate hv-ves to use strimzi kafka"Jack Lucas5-37/+152
2022-05-09[HV-VES-STRIMZI] Migrate hv-ves to use strimzi kafkaefiacor5-37/+152
Move hv-ves to use strimzi kafka Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ia441d060771186ba41465c8622291ff73b7561aa Issue-ID: DMAAP-1705
2022-05-04[DCAE] Update slice-analysis-ms image version to 1.1.2decheng zhang1-1/+1
- Update slice-analysis-ms image version to 1.1.2 Issue-ID: DCAEGEN2-3147 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I8d116becc133fc289cc3c1b9280d2f70c7309e3d Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-04-26[DCAE] Update application config properties in slice-analysis-msdecheng zhang1-1/+26
- Add new application config properties - Add new dmaap subscribers properties - Update slice-analysis-ms image version to 1.1.1 Issue-ID: DCAEGEN2-3124 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I9fa1bbcbce9ce03d6b02d857037e9e0c5333df66 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-04-22[DCAE] Update application config properties for slice/son/kpi msNiranjana3-22/+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-04-21Merge "[PMSH] Release Image 2.2.2"Fiachra Corcoran1-1/+1
2022-04-21Merge "[DCAE] Remove deprecated mS charts"Fiachra Corcoran8-335/+0
2022-04-20[PMSH] Release Image 2.2.2egernug1-1/+1
Release of latest image for PMSH after merge dcaegen2-services-pmsh-docker-merge-master/182/ Issue-ID: DCAEGEN2-3116 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I497d66729b36183a1277edc625266a40c3d19707
2022-04-11[DCAE] Update pm-mapper default vaulesTomasz Wrobel1-6/+6
Change default pm-mapper configuration to avoid TLS error in default installation. Issue-ID: INT-1895 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I20c235a86f87f01b965e14f38145d1754f65b7c2
2022-04-11[DCAE] Remove deprecated mS chartsVijay Venkatesh Kumar8-335/+0
BBS-Ep deprecated with J release Change-Id: I05ff9c496ac55f660f3e6cc0236ace601c45df2b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2974
2022-04-06Merge "[DCAEGEN2-SERVICES] Fixing Policy Side Car Sync issue"Jack Lucas1-2/+2
2022-03-30Merge "[DCAE] Version revision for TCA and VES-Mapper"Sylvain Desbureaux2-2/+2
2022-03-30Merge "[DCAGEN2] Fix pm-mapper readiness values"Sylvain Desbureaux1-2/+2
2022-03-29[DCAE] Version revision for TCA and VES-MapperVijay Venkatesh Kumar2-2/+2
TCA - vulnerability updates VES-Mapper - Fix for removing consul lookup Change-Id: I26c240e2e224adbb95a154d27814e72b032a01da Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3097 Issue-ID: DCAEGEN2-3042
2022-03-29Merge "[DCAEGEN2] Top up ves-openapi-manager to version 1.1.0"Sylvain Desbureaux1-2/+2
2022-03-29[DCAGEN2] Fix pm-mapper readiness valuesTomasz Wrobel1-2/+2
- Switch readiness to http Issue-ID: DCAEGEN2-3006 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I8a0b74a3575dbd64f9f9ac37ae11c578045ec2df
2022-03-29[DCAEGEN2-SERVICES] Fixing Policy Side Car Sync issuePrativa Dora1-2/+2
Updated the policy-xacml-pdp access credentials Issue-ID: DCAEGEN2-3128 Signed-off-by: Prativa Dora <prativa.dora@techmahindra.com> Change-Id: I81655e4d79c792ea656eab9e6db660d27673c949
2022-03-23[DCAEGEN2] Remove Consul loader init containerJack Lucas37-448/+18
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-22Merge "[DCAE] Update son-handler-ms to use unauthenticated Dmaap topic"Sylvain Desbureaux1-7/+7
2022-03-22Merge "[DCAE] Update application config properties in slice-analysis-ms"Sylvain Desbureaux1-8/+9
2022-03-21[DCAE] Update son-handler-ms to use unauthenticated Dmaap topicNiranjana1-7/+7
- Son-handler-ms image version bump - Use unauthenticated Dmaap topic Issue-ID: DCAEGEN2-3035 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ia82771050da7ebf90145c9644ae04167eaab7e70
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-18Merge "[DCAEGEN2] Top up DCAEGEN2 images"Sylvain Desbureaux4-13/+16
2022-03-18Merge "[DCAEGEN2] Fix check for log directory path"Sylvain Desbureaux1-3/+4
2022-03-18[DCAE] Update application config properties in slice-analysis-msNiranjana1-8/+9
- Add new application config properties - Use unauthenticated Dmaap topics Issue-ID: DCAEGEN2-3099 Issue-ID: DCAEGEN2-3034 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I8ba290dc8792285eaf4a16dcc9e027096dd5c846
2022-03-15[DCAEGEN2] Top up DCAEGEN2 imagesTomasz Wrobel4-13/+16
Top up following DCAEGEN2 images: - DFC 1.7.1 - PM-Mapper 1.8.0 - PRH 1.8.0 - VES 1.11.0 Issue-ID: DCAEGEN2-3006 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Icf8c08c42a002d131207201af7df1e7ced5e120e
2022-03-15[DCAEGEN2] Fix check for log directory pathJack Lucas1-3/+4
Fix bug in dcaegen2-services-common deployment template that caused a nil pointer error when values.yaml for a dcaegen2 microservice did not have a log.path entry. Issue-ID: DCAEGEN2-3093 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I3874fd4c4327b487f3a9bf7d95e747d86a320998
2022-03-08[DCAE] Disable CBS deployment and remove CBS dependencyVijay Venkatesh Kumar15-24/+8
- 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-03-08[DCAEGEN2] Top up ves-openapi-manager to version 1.1.0Remigiusz Janeczek1-2/+2
Fix security vulnerabilities. Issue-ID: DCAEGEN2-3092 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I4f42a2f7cb1332450d6cef685c9b90ea5a98521a
2022-03-02Merge "[DCAE] Container version revision for Jakarta"Sylvain Desbureaux1-1/+1
2022-02-28[DCAE] Container version revision for JakartaVijay Venkatesh Kumar1-1/+1
SNMP 2.0.6 - STDOUT compliance Bootstrap 3.3.6 - Fix for BP upload issue (same version as istanbul) Change-Id: I887c4e48ca1b8dc26ab2daa465bbf9abba46b77e Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3077 Issue-ID: DCAEGEN2-2957
2022-02-28[DCAEGEN2] Update hv-ves versionKasperki1-2/+2
- update hv-ves version from 1.9.1 to 1.10.0 Issue-ID: DCAEGEN2-3006 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Id74869b0b93ae5c47a6b2bb14c1ad87c89b852d9
2022-02-21Merge "[OOM] Avoid duplicate DrPublisher creation via DCAE"Sylvain Desbureaux2-3/+47
2022-02-03[DCAE] Log4j vulnerability fixvv770d3-3/+3
VES/Mapper/RestConf container updated with log4j 2.17.1 version Change-Id: I03ac6c920ab942ca60dde3bdf04e94ca29cfc005 Issue-ID: DCAEGEN2-3022 Signed-off-by: vv770d <vv770d@att.com>
2022-01-31[OOM] Avoid duplicate DrPublisher creation via DCAEajay_dp0012-3/+47
- Username/Password passed as k8s Secret while dr_pub creation. Issue-ID: DCAEGEN2-2861 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Ib767c8a17e2d7edabf4a9952ac7277d8062c7988
2022-01-20Merge "[OOM-CERT-SERVICE][DCAE] Top up Cert Service containers"Sylvain Desbureaux3-3/+3
2022-01-19[OOM-CERT-SERVICE][DCAE] Top up Cert Service containersTomasz Wrobel3-3/+3
Top up cert service container to 2.5.0 Issue-ID: OOM-2903 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I297f14b89043f680add508dbf2b636edbc12cb61
2022-01-12[DCAEGEN2] Move ves-openapi-manager to dcaegen2-servicesJack Lucas6-2/+182
In preparation for disabling the entire dcaegen2 chart tree later in the Jakarta release cycling, move the dcae-ves-openapi-manager chart from dcaegen2 to dcaegen2-services. Add dcae-ves-openapi-manager to the list of components to be healthchecked as part of dcaegen2-services. Issue-ID: DCAEGEN2-2968 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I2fcc55ba0a8af7f249454f98a8d4749138a76948
2022-01-10Merge "[DCAEGEN2] Use common.log template"Sylvain Desbureaux23-81/+148
2022-01-06[DCAEGEN2] Use common.log templateMaciej Wereski23-81/+148
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
2022-01-06[DCAE] Log4j vulnerability fix with patched containersvv770d3-5/+6
VES/Mapper/RestConf container updated with log4j 2.16.0 version Change-Id: If58dc1a35172f896cb4b585259ad34a59100225a Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3022
2021-12-14[DCAE] Log4j vulnerability fixVijay Venkatesh Kumar3-0/+8
Disable explicitly the msg format lookups Change-Id: I7485d5de818bd7897458723aaf5b3357a8ccc1dd Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3022
2021-12-13Merge "[DCAEGEN2] Add missing configurations in son-handler helm chart"Sylvain Desbureaux1-2/+24
2021-12-09[DCAEGEN2] Update healthcheck to version 2.4.0Jack Lucas3-3/+12
Add health checks for DCAE microservices deployed after the initial installation of dcaegen2-services. Issue-ID: DCAEGEN2-2959 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ife7620b252641d0ac466f3bb977d826f6e955446
2021-12-09[DCAEGEN2] Add missing configurations in son-handler helm chartMalarvizhi1-2/+24
Update the missing CPS configurations in son-handler chart Issue-ID: DCAEGEN2-2998 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Iad0d185d9b28836c63e26a9cd1328dd3fd65968d
2021-12-07[GLOBAL] Migrate to helm v3efiacor45-850/+523
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-11-19[DCAEGEN2] Updates for R10Jack Lucas5-26/+71
By default, disable all dcaegen2 components except config-binding-service, healthcheck, and ves-openapi-manager. Fix DNS name for the ONAP consul instance. Move mongodb dependency from dcae-bootstrap to dcae-tcagen2. Fix the generation of the JSON list of expected components for the healthcheck services. (Previously could have a spurious leading ",") Update healthcheck-container version to 2.3.0 for logging enhancements and updated base image. Issue-ID: DCAEGEN2-2968 Issue-ID: DCAEGEN2-2958 Issue-ID: DCAEGEN2-2983 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I4bcce1d3e43e2e5c7cc2c3179870de72b55d5d2e