aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services
AgeCommit message (Collapse)AuthorFilesLines
2021-10-11Merge "[DCAEGEN2-SERVICES] Update chart with service account"Sylvain Desbureaux39-13/+182
2021-09-26[COMMON] Add and run pre-commit linters via toxguillaume.lambert9-48/+48
- 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-26[DCAEGEN2-SERVICES] Update chart with service accountfarida azmy39-13/+182
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 Kumar9-10/+9
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-16Merge "[DCAEGEN2] Update PM-Mapper image to 1.7.1"Sylvain Desbureaux1-1/+1
2021-09-14[DCAEGEN2] Update PM-Mapper image to 1.7.1k.kedron1-1/+1
new version 1.7.1 rebased to patch with bootstrap update Issue-ID: DCAEGEN2-2873 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ie7e9a52eb78e43af28806cfbbc6082143fc55a90 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-09-14Merge "[DCAEGEN2] Update HV-VES version to 1.9.1"Sylvain Desbureaux1-1/+2
2021-09-14Merge "[DCAE] Update DFC to version 1.6.1"Sylvain Desbureaux2-3/+7
2021-09-14Merge "[DCAE] Update tcagen2 version to 1.3.1"Sylvain Desbureaux1-2/+2
2021-09-10[DCAE] Update DFC to version 1.6.1Remigiusz Janeczek2-3/+7
Update of DCAE-SDK in DFC Issue-ID: DCAEGEN2-2692 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I2b64227344aae2f76d61876983eead92d761e9ea
2021-09-09Merge "[CONTRIB] Introduce certificate update use case in CertService"Sylvain Desbureaux3-3/+3
2021-09-09Merge "[DCAE] Bootstrap and other components version update"Sylvain Desbureaux1-1/+1
2021-09-08[DCAE] Update tcagen2 version to 1.3.1Remigiusz Janeczek1-2/+2
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/+2
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-06[CONTRIB] Introduce certificate update use case in CertServicePiotr Marcinkiewicz3-3/+3
1. Make changes in order to allow performing KUR/CR in EJBCA: - Add Certificate Update Admin role - Enable EndEntityAuthentication module - Create and set CA with constant UID - Add configuration for provider. 2. Update CertService, which provides with new certificate update endpoint. 3. Update release-notes. Issue-ID: OOM-2753 Issue-ID: OOM-2754 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I9cb0cb4d6d6939ad229a4ea254f2bc35d45a3d52 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2021-09-06Merge "[DCAEGEN2] Add Consul key delete job"Sylvain Desbureaux37-19/+363
2021-09-06Merge "[DCAEGEN2] Update VES version to 1.10.1"Sylvain Desbureaux1-1/+5
2021-09-06Merge "[DCAE] Update PRH version"Sylvain Desbureaux1-1/+4
2021-09-06Merge "[DCAE] Make sure to update index.yaml after pushing all components"Sylvain Desbureaux1-1/+7
2021-09-03[DCAEGEN2] Add Consul key delete jobJack Lucas37-19/+363
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/+5
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/+4
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-09-01Merge "[DCAE] Helm charts for SNMPTrap collector"Sylvain Desbureaux10-1/+281
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-08-27[DCAE] Helm charts for SNMPTrap collectorVijay Venkatesh Kumar10-1/+281
Helm deployment support for DCAE transformation common/svc template support for UDP protocol. Added readiness configuration. Change-Id: Idc40c60d95ddd5eb0ef43ba0b11b7b163970a5b1 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2708 Issue-ID: OOM-2751 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-08-25[DCAE] Svc template support for policy release overrideVijay Venkatesh Kumar2-5/+19
As ONAP (and policy framework) can be deployed with any release name, the policy sidecar must support releasename as configuration. The releasename is important to identify the K8S secret created by Policy Framework (for retreiving the username/password config required by Policy-Sidecar container). Change-Id: I9145da841c68b585f2ad5f54c7df155470763f4f Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2870 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-08-24Merge "[DCAEGEN2] Change AAI variable syntax in PRH"Krzysztof Opasiak1-2/+2
2021-08-17Merge "[DCAEGEN2] Deploy Datalake components(feeder, des, admin-ui) via Helm"Sylvain Desbureaux23-0/+860
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-12[DCAEGEN2] Deploy Datalake components(feeder, des, admin-ui) via HelmNiranjana23-0/+860
DCAE Helm Transformation (Phase-2). Issue-ID: DCAEGEN2-2764 Issue-ID: DCAEGEN2-2765 Issue-ID: DCAEGEN2-2860 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ib0ec587c6647d419967489b5d09b24d437567a16
2021-08-11Merge "[DCAEGEN2] Update PRH to 1.6.1"Krzysztof Opasiak1-1/+1
2021-08-11[DCAE] Update PRH config to use AAI v23 APIRemigiusz Janeczek1-3/+3
Update PRH app config to use AAI v23 API instead of v12 Issue-ID: DCAEGEN2-1531 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I6d390e93c71c3c38eb6ab922b44171363b1eb775
2021-08-09[DCAEGEN2] Update PRH to 1.6.1Tomasz Wrobel1-1/+1
- 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-03[DCAE] Make sure to update index.yaml after pushing all componentsKrzysztof Opasiak1-1/+7
As helm may cache the index.yaml from the server let's force it to update it after we push all dcae services to be sure that the building process of umbrella chart is able to find them. Issue-ID: OOM-1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ie9717bc7c57176ade912bf35f48ac97f13f3e338
2021-08-03Merge "[DCAEGEN2] Update PM-Mapper to 1.7.0"Krzysztof Opasiak1-2/+2
2021-07-29[DCAEGEN2] Update PM-Mapper to 1.7.0Joanna Jeremicz1-2/+2
- 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-28[DCAE] Fix PRH aai lookup url configvv770d1-1/+3
envsubst was modifying application config containing ${<pattern>} to null; introduced dummy variable as work-around to generate required config Change-Id: I596e542f4719880a4359de9ea82bbb80b9d87403 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2869 Signed-off-by: vv770d <vv770d@att.com>
2021-07-23[DCAEGEN2] Update datafile-app-server to 1.6.0Joanna Jeremicz1-2/+2
- 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-15[DCAE] Helm charts for Mapper/BBS-Ep/RESTConfVijay Venkatesh Kumar24-1/+957
Helm deployment support for DCAE transformation + Template fix for policy config (duration) Change-Id: Icf2c8d529d62207db3fedf31b0c4fc644ba2e744 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2706 Issue-ID: DCAEGEN2-2707 Issue-ID: DCAEGEN2-2709 Issue-ID: DCAEGEN2-2855 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-07-13[DCAEGEN2] Deploy DCAEGEN2-DFC Microservices to Helmajay_dp00111-7/+392
- DCAE Helm Transformation (Phase-2) - Charts for the microservices are found under - oom/kubernetes/dcaegen2-services/dcae-datafile-collector Issue-ID: DCAEGEN2-2715 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I6efa2d4cd9e838a7befaf16576f8e94ad0a3ef0f
2021-07-13Merge "[DCAEGEN2] Update DCAE healthcheck version"Sylvain Desbureaux1-1/+1
2021-07-13Merge "[DCAEGEN2] Deploy DCAE PM-Mapper Microservices via Helm"Sylvain Desbureaux9-0/+355
2021-07-13Merge "[DCAEGEN2] Update HV-VES version to 1.9.0"Sylvain Desbureaux1-1/+1
2021-07-12[DCAEGEN2] Deploy DCAE PM-Mapper Microservices via Helmajay_dp0019-0/+355
- DCAE Helm Transformation (Phase-2) - Charts for the microservices are found under - oom/kubernetes/dcaegen2-services/dcae-pm-mapper Issue-ID: DCAEGEN2-2714 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Id91b19eec0e5d8f1ecc75b7f6042eac2fdb19609
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/+1
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] Heartbeat MS chartsVijay Venkatesh Kumar9-3/+331
Helm deployment support for DCAE transformation Change-Id: I127b5c4c89850eb5e9b93bbbd1a84f2f096c6b83 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2705 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>