aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/components/dcae-tcagen2/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-11Merge "[DCAEGEN2-SERVICES] Update chart with service account"Sylvain Desbureaux1-0/+6
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-2/+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-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-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-08-25[DCAE] Svc template support for policy release overrideVijay Venkatesh Kumar1-1/+2
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-06-21[OOM][DCAE] Chartmuseum deployment supportVijay Venkatesh Kumar1-2/+1
Introduction of chartmuseum as internal repo for ONAP components to push/pull charts post instantiation + Script to preload charts to this repo Change-Id: I4880900548dfe1d3e47a67b3822f82a15314b5b7 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2630 Issue-ID: OOM-2734 Issue-ID: INT-1895 Issue-ID: DCAEGEN2-2694 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Signed-off-by: vv770d <vv770d@att.com>
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-04-30[DCAE] Common template update for policy sidecarvv770d1-0/+13
Template enhanced to include policy sidecar support for DCAE components Issue-ID: DCAEGEN2-2689 Change-Id: Ida7eeadbcc2df2af9579fdda939d0427a7963b63 Signed-off-by: vv770d <vv770d@att.com>
2021-03-21[DCAEGEN2] Deploy DCAE microservices via HelmJack Lucas1-0/+152
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>