aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/components/dcae-pm-mapper/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11[COMMON] Update all ReadinessChecksAndreas Geissler1-2/+2
Use the new "service" feature of the readiness image to resolve startup dependencies. Issue-ID: OOM-3280 Change-Id: Ia331d51528676744e5e0479d1fd0ca02830c3499 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
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>
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-26[DMAAP] Introduce drprov-clientJack Lucas1-17/+10
Introduce the drprov-client (replaces dbc-client) and use it to provision data router feeds and subscriptions for DCAE datafile collector and pm-mapper. - Update the common dmaap provisioning template to use drprov-client instead of dbc-client. - Add drprov-client image to the repository generator. - Update the dcaegen2-services-common configMap template to generate JSON files suitable for provisioning data router directly. - Update the dcaegen2-services-common deployment template to use drprov-client as an init container instead of dbc-client. - Update dcae-datafile-collector and pm-mapper values.yaml to format feed and subscription data properly for drprov-client. - Update versions for datarouter-node and datarouter-prov - Update dependencies for DCAE datafile-collector and pm-mapper, which no longer depend on DMAAP bus controller. Issue-ID: DMAAP-1893 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ia090365428362ff6aa94cfb4096ee4c6b554b480
2023-07-14[OOM] Fixing k8s resources and limitsAndreas Geissler1-2/+2
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/+5
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-04-24[DCAEGEN2] Update pm-mapper Helm Chart for London Releasepranitk19051-1/+2
Update dcaegen2-services-pm-mapper Helm Chart for London Release Issue-ID: DCAEGEN2-3368 Change-Id: I380007fece8337696d69324ff792f8650eb50b53 Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
2023-03-14[DCAE] Remove references to AAFJack Lucas1-31/+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/+8
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/+1
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-5/+5
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-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-08-02[DCAEGEN2-SVCS] Support config update via configMapJack Lucas1-1/+0
Change chart to mount application configuration configMap directly on the application container and rely on the DCAE SDK to do environment variable substitution on the configMap content. This allows changing configuration by editing the configMap without restarting the application. Remove message router authenticated topic provisioning from DCAE. Issue-ID: DCAEGEN2-2935 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I85139e64f8cb7e1b88f8fca8d5d84cc71f946290
2022-07-28[DCAE] Remove topic provisioning config for PM-MapperVijay Venkatesh Kumar1-14/+0
PM-Mapper was switched to use unauthenticated topic with Jakarta The topic provisioning config removed to avoid un-necessary DMAAP dbc-client topic provisioning Change-Id: Idf5fb3862ae41fad459eb2e8afddc99f71104416 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3032 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
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-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-23[DCAEGEN2] Remove Consul loader init containerJack Lucas1-1/+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-9/+10
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-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-10-11Merge "[DCAEGEN2] Fix PM-Mapper Feed configuration issue"Sylvain Desbureaux1-1/+1
2021-10-11Merge "[DCAEGEN2-SERVICES] Update chart with service account"Sylvain Desbureaux1-0/+6
2021-10-08[DCAEGEN2] Fix PM-Mapper Feed configuration issueajay_dp0011-1/+1
- Updated feedVersion: 0.0 -> feedVersion: ”0.0” in drFeedConfig Issue-ID: DCAEGEN2-2938 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I9781569bb9a03997f40f3ff997593b6f3549f450
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-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-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-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-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-12[DCAEGEN2] Deploy DCAE PM-Mapper Microservices via Helmajay_dp0011-0/+218
- 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