aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/components/dcae-ves-collector/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2024-03-18[OOM] Fixed DCAE VES Collector chart ReadinessCheck issuessushant531-5/+1
Removed ReadinessCheck for dcaegen-ves-collector Issue-ID: OOM-3285 Change-Id: I9f0bc8bd6890700154e7366842d74927251169bc Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
2024-02-28[COMMON] Harmonize resource settingsAndreas Geissler1-8/+8
Update all resource settings to the kubernetes recommended normalized form. Fix ReadinessCheck resource limits. Issue-ID: OOM-3273 Change-Id: Ie10903b801e4dc1689bcec092162d711a431a7a6 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-05[DCAEGEN2] Update helm chart for dcae-ves-collectorsushant531-1/+73
Update helm chart for ves-collector changes to remove DMaaP dependency Issue-ID: DCAEGEN2-3401 Change-Id: I1aa286aeecd9fad0ef551f8018beed03c31b35bd Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
2023-10-18[OOM] Fixing k8s cpu limitsvladimir turok1-2/+2
Adding specific cpu limits for all oom components Issue-ID: OOM-3241 Change-Id: I0bbd973d91d11dbb0ffa5848f7c1ed5ebb5f54ba Signed-off-by: vladimir turok <vladimir.turok@t-systems.com>
2023-07-14[OOM] Fixing k8s resources and limitsAndreas Geissler1-6/+6
This fix is adjusting OOM helm charts components resources limits and requests Issue-ID: OOM-3199 Signed-off-by: Vladimir Turok <vladimir.turok@t-systems.com> Change-Id: I56aeba925cda4984277ac7bbf23cfd158263d30f
2023-05-26[DCAEGEN2] Create Authorization Policies for DCAEAndrewLamb1-0/+6
Add initial authorized serviceaccounts for each sub component service Issue-ID: OOM-3132 Change-Id: I984d5aef78836e066d800bf739619f556f9adbfe Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2023-03-30[DCAE] VEScollector and HB service container revisionVijay Venkatesh Kumar1-1/+1
HB - Code refactoring VES - SDK revision to remove consul/CBS depedendency Log config updates Change-Id: Ie943e34b901e4f218394ff496d111c004d4902e1 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3366
2023-03-14[DCAE] Remove references to AAFJack Lucas1-7/+1
Remove chart elements that deploy an AAF init container and set up volumes that hold AAF-certificates. Remove AAF values.yaml entries that are no longer needed. Issue-ID: OOM-3068 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I8e6659cf6aa4c214d485b9e78c28f55622e3a864
2023-01-30[DCAE] Remove AAF dependencies from external MSsAndreas Geissler1-3/+2
Disable TLS settings in DCAE MSs (undo temporary fix of patch 132178) and remove AAF dependency in - dcae-ves-collector - dcae-hv-ves-collector - dcae-datafile-collector - dcae-pm-mapper - dcae-restconf-collector - dcae-ves-openapi-manager (update SDC connection) This patch will require changes in existing E2E tests Issue-ID: OOM-3068 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Iad42ef84f7012f9e6a23c1a6b65cb4e9e1628077
2022-11-22[DCAE] Revert TLS disabling for external DCAE MSsAndreas Geissler1-1/+2
For Kohn we still base on AAF CM to provide TLS on the external DCAE services: - dcae-ves-collector - dcae-hv-ves-collector - dcae-datafile-collector - dcae-pm-mapper connection to dmaap-dr-node For London this will be changed to use Ingress TLS Issue-ID: OOM-2775 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I1deb6492483c6ae2db7b5437319dc722d78727c0
2022-11-09[DCAE] DCAEGEN2-Services Service Mesh Patchrope2521-2/+2
Service Mesh patch for DCAE, changing port names to http. Remove aaf-cm readiness check, set tlsServer to false (excluding restconf) Added environment variables to pods to solve CBS problems Disable VES authentcation in SM override Change-Id: I42a12912f471d89bd4ebc6181f5454140e54a605 Issue-ID: OOM-2820 Issue-ID: DCAEGEN2-3277 Signed-off-by: rope252 <gareth.roper@est.tech> Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-10-20[DCAE] Add Ingress configuration for DCAEGEN2 servicesAndreas Geissler1-0/+10
Add Ingress configurations for external DCAE servcices - datafile-collector - restconf-collector - ves-collector - hv-ves-collector Issue-ID: OOM-3014 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I05c334c000f7ec938239ddfad3c5e43ffecd10e8
2022-09-12[DCAEGEN2] Update DCAEGEN2 released containersTomasz Wrobel1-1/+1
Update Datafile Collector version to 1.9.0 Update HV-VES Collector version to 1.11.0 Update PM-Mapper version to 1.9.0 Update PRH version to 1.8.1 Update VES Collector version to 1.11.1 Update VES-OpenApi-Manager version to 1.2.0 Issue-ID: DCAEGEN2-3211 Issue-ID: DCAEGEN2-3212 Issue-ID: DCAEGEN2-3218 Issue-ID: DCAEGEN2-3219 Issue-ID: DCAEGEN2-3214 Issue-ID: DCAEGEN2-3215 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I2617aa870a5cea1683829584d57af2cba7b06ef9
2022-03-23[DCAEGEN2] Remove Consul loader init containerJack Lucas1-2/+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-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-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-02-03[DCAE] Log4j vulnerability fixvv770d1-1/+1
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-19[OOM-CERT-SERVICE][DCAE] Top up Cert Service containersTomasz Wrobel1-1/+1
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-10Merge "[DCAEGEN2] Use common.log template"Sylvain Desbureaux1-2/+6
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
2022-01-06[DCAE] Log4j vulnerability fix with patched containersvv770d1-1/+2
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 Kumar1-0/+1
Disable explicitly the msg format lookups Change-Id: I7485d5de818bd7897458723aaf5b3357a8ccc1dd Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3022
2021-09-26[DCAEGEN2-SERVICES] Update chart with service accountfarida azmy1-0/+6
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-06[CONTRIB] Introduce certificate update use case in CertServicePiotr Marcinkiewicz1-1/+1
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 Desbureaux1-1/+1
2021-09-03[DCAEGEN2] Add Consul key delete jobJack Lucas1-1/+1
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-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-06-08[COMMON] Remove CertService client mechanismPiotr Marcinkiewicz1-1/+0
- 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-05-28Merge "[DCAEGEN2] Update CMPv2 certs usage in dcaegen2-services"Sylvain Desbureaux1-1/+6
2021-05-21Merge "[DCAEGEN2] Upgrade vescollector to 1.9.2"Sylvain Desbureaux1-1/+1
2021-05-20[DCAEGEN2] Update CMPv2 certs usage in dcaegen2-servicesRemigiusz Janeczek1-1/+6
Updates: - Add microservice specific flag to determine if CMPv2 should be used - Add function to check if CMPv2 parts should be included Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Issue-ID: DCAEGEN2-2630 Change-Id: If81c50c6029aafef40fa91c5295ad8ad24f953d3
2021-05-19[DCAEGEN2] Upgrade vescollector to 1.9.2Maciej Malewski1-1/+1
Removed unnecessary dependencies: json-simple unirest-java commons-collections junit-jupiter mockito-junit-jupiter jimfs wiremock-standalone spring-security-test functionaljava Issue-ID: DCAEGEN2-2682 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: Ic0986996d687ec02aca1f13a31194ca77e3cdff2
2021-05-10[DCAEGEN2] Add pem support in CMPv2 for dcaegen2-servicesPiotr Marcinkiewicz1-0/+2
- Add mounting certificates in pem format. - Add comment description to certificates in dcae values Issue-ID: DCAEGEN2-2688 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I546292c33e25e36376b98d42e08a3c4ffa95de64
2021-05-10[DCAEGEN2] Add CMPv2 support to dcaegen2-servicesRemigiusz Janeczek1-0/+18
Add support for CMPv2 certificates in dcaegen2-services-common template Add CMPv2 certificates to HV-VES and VES charts Issue-ID: DCAEGEN2-2688 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I6ade2c24f240872e78df92ca31b30c779f86e38b
2021-03-26[DCAEGEN2] Fix VES Helm Chart to use correct schemaRemigiusz Janeczek1-1/+1
v7 endpoint should use updated schema file: CommonEventFormat_30.2.1_ONAP.json instead of: CommonEventFormat_30.2_ONAP.json Issue-ID: DCAEGEN2-2697 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ib5c02653af809b5c65c962dda9b39ad839dae639
2021-03-21[DCAEGEN2] Deploy DCAE microservices via HelmJack Lucas1-0/+174
Deploy DCAE microservices using Helm instead of having the DCAE bootstrap container deploy them using Cloudify. Charts for the microservices are found under oom/kubernetes/dcaegen2-services. Issue-ID: DCAEGEN2-2615 Issue-ID: DCAEGEN2-2617 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I22d88987ae8e21b3c08f31f13ffda98967d13297 [Use common secret template for secrets] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>