aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2
AgeCommit message (Collapse)AuthorFilesLines
2022-08-19[DCAE] Remove platform charts and overridesVijay Venkatesh Kumar87-5109/+0
All platform components has been disabled/deprecated since Jakarta release Change-Id: I8837ad4e6b9ef20cd7c94fefd6ec4b9cb7b20b08 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3002 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-08-17[COMMON] Update Makefiles to enable parallelizationAndreas Geissler2-6/+20
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-06-24[COMMON] Bump ONAP versionAndreas Geissler10-51/+51
Use version 11.0.0 for Kohn Issue-ID: OOM-2971 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
2022-03-15[DCAEGEN2] Top up DCAEGEN2 imagesTomasz Wrobel1-2/+2
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-08[DCAE] Disable CBS deployment and remove CBS dependencyVijay Venkatesh Kumar1-2/+2
- 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-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-1/+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-01-12[DCAEGEN2] Move ves-openapi-manager to dcaegen2-servicesJack Lucas6-182/+3
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
2021-12-09[DCAEGEN2] Update healthcheck to version 2.4.0Jack Lucas1-1/+1
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-07[GLOBAL] Migrate to helm v3efiacor24-372/+208
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 Lucas6-36/+61
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
2021-10-29Merge "[DCAEGEN2] Added imagePullSecret to cleanup job"Sylvain Desbureaux1-1/+3
2021-10-28[DCAEGEN2] Added imagePullSecret to cleanup jobAndreas Geissler1-1/+3
Added the imagePullSecret in the job to enable private registries with credential access Issue-ID: OOM-2869 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I00f2166dee740a226f30e51b81b5e8e7f8396d04
2021-10-15[COMMON] Bump ONAP versionSylvain Desbureaux22-58/+97
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-10[DCAEGEN2] Update chart with service accountfarida azmy31-3/+102
Add service account to requirements.yaml, values.yaml and deployment/statefulset. Issue-ID: OOM-2726 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6bafed3c621f4e7b1a307bc9338334586eb6795e Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2021-09-26[COMMON] Add and run pre-commit linters via toxguillaume.lambert2-37/+37
- create a .pre-commit-config.yaml configuration file with * gitlint * trailing blanks linter * tabs removal linter - exclude .git folder from it - exclude Makefiles since tabs are mandatory by default in them - create a tox pre-commit profile to run it from tox note gitlint is not runnable at this pre-commit stage - create pre-commit-install and pre-commit-uninstall tox profiles to (un)install hooks locally and (un)perform tests at each "git commit" call (i.e. without calling manually the pre-commit tox profile) - precise pre-commit stages/types in the pre-commit configuration file so that hooks are installed correctly. This avoids messages about skipped tests when they are run at a wrong stage. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ie95bb4f6f90be80b05a1398973caffeff7936881
2021-09-20[DCAE] Istanbul version updates for DCAE componentsVijay Venkatesh Kumar2-2/+2
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-14Merge "[DCAEGEN2] Update HV-VES version to 1.9.1"Sylvain Desbureaux1-1/+1
2021-09-14Merge "[DCAE] Update tcagen2 version to 1.3.1"Sylvain Desbureaux1-1/+1
2021-09-09Merge "[DCAE] Bootstrap and other components version update"Sylvain Desbureaux2-2/+2
2021-09-08[DCAE] Update tcagen2 version to 1.3.1Remigiusz Janeczek1-1/+1
Changes: - Update DCAE-SDK to load config and policies from mounted files - Vulnerabilities fixes - Add AaiSerializer to prevent the duplication entry - Fix AAI HTTPS connection issues Issue-ID: DCAEGEN2-2710 Issue-ID: DCAEGEN2-2803 Issue-ID: DCAEGEN2-2878 Issue-ID: DCAEGEN2-2831 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ia6296c32a566571188def3f77a47090f2e3b0590
2021-09-07[DCAE] Bootstrap and other components version updateVijay Venkatesh Kumar2-2/+2
bootstrap 3.3.4 includes blueprint updates for following components universalvesadaptor:1.3.0 datalake.exposure.service:1.1.1 datalakefeeder:1.1.1 prh-app-server:1.7.1 pm-mapper:1.7.1 Resource limit added for tca deployment CM Container version bumped to 4.6.1 (includes clamp plugintype file update) MOD-Runtime import update for clampplugin 1.1.1 Change-Id: I4ea1c47a452f0649bc6cea375511b45be9f97beb Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2904 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-09-06[DCAEGEN2] Update HV-VES version to 1.9.1Joanna Jeremicz1-1/+1
Update HV-VES to read configuration provided via config-map instead of Consul. Issue-ID: DCAEGEN2-2718 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I852f75920b52a2f00722df8e7a5c7249aec1a3a8
2021-09-06Merge "[DCAEGEN2] Add Consul key delete job"Sylvain Desbureaux5-5/+5
2021-09-03[DCAEGEN2] Add Consul key delete jobJack Lucas5-5/+5
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-09-02[DCAEGEN2] Update VES version to 1.10.1Piotr Marcinkiewicz1-1/+1
Update VES to read configuration provided via config-map instead of Consul. Issue-ID: DCAEGEN2-2719 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ie7a264b9aa3326f1425cf028e4b3308c1427ea9e
2021-09-02[DCAE] Update PRH versionRemigiusz Janeczek1-1/+1
Update PRH to read configuration provided via config-map instead of Consul. Resolve a bug causing PRH to exhaust node file descriptors limit because of unclosed PRH-CBS connections. Issue-ID: DCAEGEN2-2692 Issue-ID: DCAEGEN2-2863 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Id35029ecffdfecfde82845da839f42825c254952
2021-08-17[DCAEGEN2] Change AAI variable syntax in PRHTomasz Wrobel1-2/+2
- Change AAI URL syntax in config - Top up PRH container to 1.7.0. - Top up bootstrap container to 3.3.3. Issue-ID: DCAEGEN2-2863 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Idff98a11cb0418e5c327251e04de2bd202f79315
2021-08-09[DCAEGEN2] Update PRH to 1.6.1Tomasz Wrobel1-2/+2
- Update k8s-bootstrap-container to 3.3.2 - Update spring-boot to version 2.4.8 Issue-ID: DCAEGEN2-2808 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I46ffd0361a62604decc84953391e820c400ccd34
2021-08-03Merge "[DCAEGEN2] Update PM-Mapper to 1.7.0"Krzysztof Opasiak1-1/+1
2021-07-29Merge "[DCAE] Dashboard healthcheck failure"Krzysztof Opasiak1-6/+6
2021-07-29[DCAEGEN2] Update PM-Mapper to 1.7.0Joanna Jeremicz1-1/+1
- Update k8s-bootstrap-container to 3.3.1 - Update io.undertow:undertow-core to version 2.2.9.Final - Update org.freemarker:freemarker to version 2.3.31 - Update oparent to version 3.2.0 Issue-ID: DCAEGEN2-2807 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I4e2ba5f415d6417d5a4b04c6fb68076e187eff12
2021-07-27[DCAE] Dashboard healthcheck failurevv770d1-6/+6
Remove resource limit setting to resolve orange gating/daily job failures Switched to 1.4.4 released image from nexus3. Change-Id: Ie5d7979cbd6d6a950519228c2e61c432f363b9f6 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2800 Signed-off-by: vv770d <vv770d@att.com>
2021-07-23[DCAEGEN2] Update datafile-app-server to 1.6.0Joanna Jeremicz1-1/+1
- docker base image to integration (from debian based to alpine based) - java version bump from 11.0.8 to 11.0.9 - remove exec file permission for config file - tomcat-embed-core version bump from 9.0.39 to 9.0.50 - spring version bump from 5.3.1 to 5.3.6 - spring-boot version bump from 2.4.0 to 2.4.5 Issue-ID: DCAEGEN2-2804 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I3306cfd014dda48cdda5db9fa24c5048764c1ce8
2021-07-13Merge "[DCAEGEN2] Update DCAE healthcheck version"Sylvain Desbureaux1-1/+2
2021-07-13Merge "[DCAEGEN2] Update HV-VES version to 1.9.0"Sylvain Desbureaux1-1/+1
2021-07-12[DCAEGEN2] Update HV-VES version to 1.9.0Piotr Marcinkiewicz1-1/+1
Changes within HV-VES: - Change openjdk baseOS img to integration-java11 - Remove checker-framework from HV-VES dependencies Issue-ID: DCAEGEN2-2420 Issue-ID: DCAEGEN2-2851 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ic5b3aff30f79a089e2450c8078117a8d940a507a
2021-07-12[DCAEGEN2] Update DCAE healthcheck versionJack Lucas1-1/+2
Use healthcheck version 2.2.0, built from a base image from a base image that does not have python, to eliminate python2 Issue-ID: DCAEGEN2-2737 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I980c3af8262f35106fa7345e70472beb90caec8b
2021-07-08[DCAEGEN2] Upgrade vescollector to 1.10.0Pawel1-1/+1
- remove cambria, add DmaaP client - sending event for many topics at once is no longer supported - add backward compatibility status codes - add additional validation for batchEvent Issue-ID: DCAEGEN2-1483 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I2db295ce8f6d5351ed2971df3c256f21416d1410
2021-07-01[DCAE] Update policy handler versionJack Lucas1-1/+2
Remove VOLUME definition from PH Dockerfile to prevent startup issues with newer versions of containerd (in current gating/integration, for example) Issue-ID: DCAEGEN2-2849 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: If522c9ff67c6986255787ae1308bcf43ebebb70b
2021-06-21Merge "[DMAAP-BC] Update incorrect topic values"Sylvain Desbureaux2-2/+2
2021-06-16Merge "[DCAE] Dashboard resource update"Sylvain Desbureaux1-4/+4
2021-06-16[DCAE] Dashboard resource updatevv770d1-4/+4
Bump up resource to stablize gating/daily run failures Change-Id: Ic46e163596917101f748b71465723c0a089bf45c Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2800
2021-06-10[DMAAP-BC] Update incorrect topic valuesefiacor2-2/+2
Update BC image version Update cm-container version to 4.6.0 Update k8s-bootstrap-container version to 3.2.0 Update dmaap plugin version to >=1.5.1,<2.0.0 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I8d6062d794b9d270cce781ed67421d25d1783530 Issue-ID: DMAAP-1544
2021-06-08[COMMON] Remove CertService client mechanismPiotr Marcinkiewicz2-6/+1
- Remove cmpv2Certificate chart in order to deprecate CertService client mechanism. - Remove CertServiceClient init containers in SDNC. - Replace CMPv2CertManagerIntegration with cmpv2Enabled flag Issue-ID: OOM-2744 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I8c818fcf64a029552c8833f68b6ae95fad379c8d
2021-06-02Merge "[DCAEGEN2] Add new OpenAPI schemas configmap"Sylvain Desbureaux7-2053/+1
2021-05-26[DCAEGEN2] Update tca-gen2 to 1.3.0Remigiusz Janeczek1-1/+1
Updates: - Vulnerabilities removal - Change openjdk baseOS img to integration-java11. Issue-ID: DCAEGEN2-2590 Issue-ID: DCAEGEN2-2654 Issue-ID: INT-1864 Issue-ID: DCAEGEN2-2420 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ie63a0feb4a9edc9ed0883a21ef9a906ed84f263a
2021-05-24[DCAEGEN2] Add new OpenAPI schemas configmapMichal Banka7-2053/+1
- Added ConfigMap with 3gpp SA91-Rel16 OpenAPI schemas - Moved ConfigMaps from 'dcaegen2' chart to 'dcaegen2-services' - Removed old SA88-Rel16 OpenAPI schemas Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: Ibae0786c7d5e498aa076186a580a268913a57692 Issue-ID: DCAEGEN2-2690
2021-05-21Merge "[DCAEGEN2] Upgrade vescollector to 1.9.2"Sylvain Desbureaux1-1/+1