aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/components/dcae-ves-collector/templates
AgeCommit message (Collapse)AuthorFilesLines
2024-02-05[DCAEGEN2] Update helm chart for dcae-ves-collectorsushant533-0/+49
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-05-26[DCAEGEN2] Create Authorization Policies for DCAEAndrewLamb1-0/+17
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>
2022-10-20[DCAE] Add Ingress configuration for DCAEGEN2 servicesAndreas Geissler1-0/+17
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-03-23[DCAEGEN2] Remove Consul loader init containerJack Lucas1-19/+0
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
2021-09-03[DCAEGEN2] Add Consul key delete jobJack Lucas1-0/+19
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-05-20[DCAEGEN2] Update CMPv2 certs usage in dcaegen2-servicesRemigiusz Janeczek1-1/+1
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-10[DCAEGEN2] Add CMPv2 support to dcaegen2-servicesRemigiusz Janeczek1-0/+19
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-21[DCAEGEN2] Deploy DCAE microservices via HelmJack Lucas3-0/+59
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>