aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Merge "[AAI] Service Mesh compatibility"Sylvain Desbureaux41-96/+282
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 "[CPS] Charts added for repo cps-cps-temporal"Sylvain Desbureaux24-1/+983
2021-09-14Merge "[DCAEGEN2] Update HV-VES version to 1.9.1"Sylvain Desbureaux2-2/+3
2021-09-14Merge "[DCAE] Update DFC to version 1.6.1"Sylvain Desbureaux2-3/+7
2021-09-14Merge "[HOLMES] Updated the Version of Docker Images"Sylvain Desbureaux2-2/+2
2021-09-14Merge "[DCAE] Update tcagen2 version to 1.3.1"Sylvain Desbureaux2-3/+3
2021-09-14Merge "[COMMON] Fix deploy.sh/undeploy.sh scripts"Sylvain Desbureaux2-4/+4
2021-09-13[AAI] Service Mesh compatibilityosk1146141-96/+282
This patch makes AAI to work on service mesh by removing https calls from everywhere. It allows also to use AAI on an environment without need of TLS. Issue-ID: OOM-2670 Signed-off-by: Ondrej Frindrich <ondrej1.frindrich@orange.com> Change-Id: I19adabc7b33c1ada243ec16f77dbf8fde19b1386
2021-09-13[CPS] Charts added for repo cps-cps-temporalputhuparambil.aditya24-1/+983
cps-temporal component added for cps-temporal-db and cps-temporal(application) Issue-ID: CPS-482 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I91998e0d2e9f953f8579ee40d1670199155d3396
2021-09-12[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-604 Change-Id: I1aa59d3c8c4d198ecb7d734a2df848e20adc2b0f Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-09-10[OOM] Fix Feed Provisioning for DFCajay_dp0011-1/+1
Cmd :"grep -o '"logURL":"[^"]*' "$file" | cut -d '"' -f4" filters more then one logURL like below from feedConfig response log, If both subs/pubs are present, which corrupts application config. https://dmaap-dr-prov/feedlog/1 https://dmaap-dr-prov/sublog/1 Requirement is to filter only feedlog URL, with changes script should correctly filter URL: https://dmaap-dr-prov/feedlog/1. Issue-ID: DCAEGEN2-2910 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I2a67aad5c533f1b623737f56feeefb3a05f6373a
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-10Merge "[CPS] Charts added for repo cps-ncmp-dmi-plugin"Sylvain Desbureaux15-2/+615
2021-09-09Merge "[CDS] Prometheus metrics for command-executor"Sylvain Desbureaux4-0/+53
2021-09-09Merge "[OOM] Update Linux SSL Truststore /etc/ssl"Sylvain Desbureaux2-0/+16
2021-09-09Merge "[CONTRIB] Introduce certificate update use case in CertService"Sylvain Desbureaux12-11/+43
2021-09-09Merge "[DCAE] Bootstrap and other components version update"Sylvain Desbureaux4-4/+4
2021-09-09[COMMON] Fix deploy.sh/undeploy.sh scriptsguillaume.lambert2-4/+4
- fix bugs introduced after Honolulu - use exit code 1 rather than 0 when scripts are not called properly Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: If4bff02bcf8c26b924ce6d5281d6ad35f3defa40
2021-09-08[CPS] Charts added for repo cps-ncmp-dmi-pluginshivasubedi15-2/+615
ncmp-dmi-plugin component added for ncmp dmi plugin application Issue-ID: CPS-497 Change-Id: I4100140b5421a6ee638a2e0a7dab1eaf3031a698 Signed-off-by: shivasubedi <shiva.subedi@est.tech> [Improve secrets management] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-09-08Merge "[ESR] Remove ESR from OOM"Sylvain Desbureaux32-1127/+0
2021-09-08[SO] Add TLS configuration for SO API IngressSylvain Desbureaux5-4/+28
Instead of terminating TLS on SO POD, let's terminate it on its Ingress. This patch uses certInitializer to create the right certificates and put them in a secret. This secret is then referenced on SO Ingress. Issue-ID: SO-3078 Issue-ID: SO-3237 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Icdc8cf6fc84cb3b3c337b4f4e5320980eee06337
2021-09-08Merge "[COMMON] Fix bashisms in import-custom-cert"Krzysztof Opasiak1-5/+4
2021-09-08Merge "[COMMON] Fix ${p//pat/str} bashism"Krzysztof Opasiak1-2/+2
2021-09-08[DCAE] Update tcagen2 version to 1.3.1Remigiusz Janeczek2-3/+3
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-08Merge "[CONSUL] Update chart with service account"Sylvain Desbureaux8-1/+126
2021-09-08[HOLMES] Updated the Version of Docker ImagesGuangrong Fu2-2/+2
Updated the version of Holmes' images for Istanbul. Issue-ID: HOLMES-465 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I1241a1f652f9d001e23826f0924f759cb42de01e
2021-09-07[CDS] Prometheus metrics for command-executorkuldipr4-0/+53
helm chart changes to enable the collection of metrics Issue-ID: OOM-2815 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: I25a45d45d39a9ce7309f0f37ad277a41538a8c43
2021-09-07[CONSUL] Update chart with service accountfarida azmy8-1/+126
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2725 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ib3c768d074f5cf64e2f213fd31ee4b8517a21c09 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2021-09-07[DCAE] Bootstrap and other components version updateVijay Venkatesh Kumar5-5/+5
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-07[COMMON] Fix bashisms in import-custom-certguillaume.lambert1-5/+4
Bashisms of type (should be 'b = a') were all fixed previously but a new one was reintroduced during the fixes of other types. Also commit f79b6676cfdc380e004f184a21bb969b2824c06e moved import-custom-cert shebang from bash to sh but substring syntaxes similar to ${f: -4} and only supported by bash were not migrated. Let's fix that alltogether before enforcing the checkbashisms tox profile. Issue-ID: OOM-2643 Issue-ID: POLICY-3232 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ie9b5ac1c2edd9ddf3574f09c77ca8734f2311d1d
2021-09-07Merge "[COMMON] Fix brace expansion bashisms"Krzysztof Opasiak2-4/+4
2021-09-07[COMMON] Fix ${p//pat/str} bashismGuillaume Lambert1-2/+2
pointed out by checkbashisms Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: Ic3162f08f39026bf15a2c5a990b0078635c1c918
2021-09-07Merge "[COMMON] Fix ${foo:3[:1]} bashisms"Sylvain Desbureaux5-9/+9
2021-09-07Merge "[COMMON] Add prometheus service monitor template"Sylvain Desbureaux2-35/+169
2021-09-06[DCAEGEN2] Update HV-VES version to 1.9.1Joanna Jeremicz2-2/+3
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 Marcinkiewicz12-11/+43
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 "[AAI] Added Rolling Update Strategy to traversal"Sylvain Desbureaux2-0/+32
2021-09-06Merge "[AAI] Added Rolling Update Strategy to graphAdmin"Sylvain Desbureaux2-0/+32
2021-09-06Merge "[AAI] Added Rolling Update Strategy"Sylvain Desbureaux2-0/+32
2021-09-06Merge "[DCAEGEN2] Add Consul key delete job"Sylvain Desbureaux42-24/+368
2021-09-06[COMMON] Fix ${foo:3[:1]} bashismsGuillaume Lambert5-9/+9
pointed out by checkbashisms Issue-ID: OOM-264 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: Ief3b2595a55f0e7a0a2e7ab05857848c99ce42f9
2021-09-06Merge "[DCAEGEN2] Update VES version to 1.10.1"Sylvain Desbureaux2-2/+6
2021-09-06Merge "[DCAE] Update PRH version"Sylvain Desbureaux2-2/+5
2021-09-06Merge "[UUI] Update image of components of UUI"Sylvain Desbureaux1-1/+1
2021-09-06[COMMON] Add prometheus service monitor templateMarat Salakhutdinov2-35/+169
Add prometheus service monitor template to common charts so that components can reuse it to enable scraping of their metrics by prometheus. Issue-ID: OOM-2710 Signed-off-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca> Change-Id: Ifa8da676dec05192c518ba97208df60e5ec46f55
2021-09-06Merge "[DCAE] Make sure to update index.yaml after pushing all components"Sylvain Desbureaux1-1/+7
2021-09-05[OOM] Update Linux SSL Truststore /etc/sslAbdelmuhaimen Seaudi2-0/+16
Add update for /etc/ssl/cacerts/ca-certificates.crt Issue-ID: CCSDK-3356 Change-Id: I797aea054bb80db805f4791a288e89b102e1d662 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2021-09-03[AAI] Added Rolling Update Strategy to graphAdminM.Hosnidokht2-0/+32
Addded preStop hook to let long-running tasks be finished before the SIGTERM is invoked Issue-ID: AAI-3368 Signed-off-by: Mohammad Hosnidokht <mohammad.hosnidokht@yoppworks.com> Change-Id: Ie5d0c5b454bd99022e5a2307e5813a92a8713ebd
2021-09-03[AAI] Added Rolling Update Strategy to traversalM.Hosnidokht2-0/+32
Addded preStop hook to let long-running tasks be finished before the SIGTERM is invoked Issue-ID: AAI-3368 Signed-off-by: Mohammad Hosnidokht <mohammad.hosnidokht@yoppworks.com> Change-Id: I7925c622f29b800c19cc7931a951f29083561cc1