aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 Marcinkiewicz14-65/+227
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
2021-09-03[AAI] Added Rolling Update StrategyM.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: I02cc0068a3588d94b3da9414685e6cd798e9976f
2021-09-03[DCAEGEN2] Add Consul key delete jobJack Lucas42-24/+368
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[UUI] Update image of components of UUIhekeguang1-1/+1
Update the image version for UUI components Issue-ID: USECASEUI-594 Change-Id: I3d2ebb8f264ecbce733c437338a63cc5591432a3 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-09-02[ESR] Remove ESR from OOMmorganrol35-1146/+2
Integration team believes that it will have no impact assuming that ESR is not used directly. Some AAI API mentions ESR but no direct call to ESR in the tests. This gate shall prove it or not... Issue-ID: INT-1972 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: If37199dc25fa9c268baa1dc88921aa22d6cb7277
2021-09-02[DCAEGEN2] Update VES version to 1.10.1Piotr Marcinkiewicz2-2/+6
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-09-02[DCAE] Update PRH versionRemigiusz Janeczek2-2/+5
Update PRH to read configuration provided via config-map instead of Consul. Resolve a bug causing PRH to exhaust node file descriptors limit because of unclosed PRH-CBS connections. Issue-ID: DCAEGEN2-2692 Issue-ID: DCAEGEN2-2863 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Id35029ecffdfecfde82845da839f42825c254952
2021-09-01Merge "[CDS] Enable workflow status"Sylvain Desbureaux2-0/+7
2021-09-01Merge "[DCAE] Helm charts for SNMPTrap collector"Sylvain Desbureaux11-2/+296
2021-08-31[COMMON] Fix brace expansion bashismsGuillaume Lambert2-4/+4
pointed out by checkbashisms Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: If162bba41eec0998bd6eaf321eebe2e7834aca29
2021-08-31Merge "[MODELING] Update modeling/etsicatalog image"Krzysztof Opasiak1-1/+1
2021-08-31Merge "[COMMON] Fix ${p^^} bashisms"Krzysztof Opasiak2-4/+4
2021-08-31Merge "[COMMON] Fix non-breaking spaces in shell scripts"Krzysztof Opasiak2-2/+2
2021-08-31Merge "[COMMON] Fix handling affinity block for mariadb-galera"Krzysztof Opasiak2-5/+5
2021-08-31Merge "[SO] Check for job instead of container for so-mariadb-config"Krzysztof Opasiak8-8/+16
2021-08-31Merge "[SDNC] Fix MDSAL data not retained across restarts"Krzysztof Opasiak1-1/+1
2021-08-31Merge "[SO] SO Istanbul first release candidate"Krzysztof Opasiak12-12/+12
2021-08-31[CDS] Enable workflow statusKavitha P2-0/+7
CDS blueprints processors helm charts changes to include a flag to enable workflow status persistence Change-Id: Ieaf55c97bffc6f6ea3e8ea0bcde600e3b1cc037e Signed-off-by: Kavitha P <pkavitha@aarnanetworks.com> Issue-ID: OOM-2803
2021-08-31Merge "[SO] Add multicloud endpoint to cnf adapter"Krzysztof Opasiak1-0/+2
2021-08-31[MODELING] Update modeling/etsicatalog imagedyh1-1/+1
Update modeling/etsicatalog image to 1.0.11 Change-Id: I1814097206fb12ac61eb2e58dc09ae31268d7f34 Issue-ID: MODELING-546 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2021-08-30[SO] SO Istanbul first release candidateDan Timoney12-12/+12
Includes the So core components. Also installs compatible CDS version 1.1.5 Issue-ID: SO-3740 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic40426e569fd9f15e50d6697eb031f169c7eb38b Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-08-28[COMMON] Fix ${p^^} bashismsGuillaume Lambert2-4/+4
pointed out by checkbashisms Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: I34d828ac4ab27b5ce6547a20aecc610cdcecf00e
2021-08-28[SDNC] Fix MDSAL data not retained across restartsSatoshi Fujii1-1/+1
From ODL Aluminium, MDSAL journal dir is changed to /opt/opendaylight/segmented-journal . journalPath should be updated to make it retained across pod restarts. Issue-ID: SDNC-1593 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Change-Id: I67cc2f9b428316922ccca5ab072bb127891ef018
2021-08-28[COMMON] Fix non-breaking spaces in shell scriptsguillaume.lambert2-2/+2
Non-breaking spaces (0xa0) are interpreted differently than spaces, what makes shell scripts debugging very tricky. Issue-ID: OOM-264 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ica60bdc1274ae6f949c1df1cbef0836abd249654
2021-08-27[DCAE] Helm charts for SNMPTrap collectorVijay Venkatesh Kumar11-2/+296
Helm deployment support for DCAE transformation common/svc template support for UDP protocol. Added readiness configuration. Change-Id: Idc40c60d95ddd5eb0ef43ba0b11b7b163970a5b1 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2708 Issue-ID: OOM-2751 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-08-27[COMMON] Fix handling affinity block for mariadb-galeraPrabhjot Singh Sethi2-5/+5
fix matchExpressions under nodeSelectorTerms to indicating array construct. there is no helm tpl defined with common.tplvalues, fixing it to use common.tplValue Issue-ID: OOM-2800 Signed-off-by: Prabhjot Singh Sethi <prabhjot@aarnanetworks.com> Change-Id: I572ee30af745aa7f10c8438ea9516534e71d5acd
2021-08-27[SO] Check for job instead of container for so-mariadb-configPrabhjot Singh Sethi8-8/+16
so-bpmn-infra deployment init container waits on so-mariadb-config pod to complete instead of checking job status itself. This causes issues when the completed config job container finishes and gets cleaned up due to garbage collector, after which so-bpmn-infra pod gets stuck in init state forever. Fixing other instances of waiting for so-mariadb-config job as well. Issue-ID: OOM-2799 Signed-off-by: Prabhjot Singh Sethi <prabhjot@aarnanetworks.com> Change-Id: Ib6d1b53d52c178386a743558c4b45b8f8748487b