aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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-01Merge "[CDS] Enable workflow status"Sylvain Desbureaux2-0/+7
2021-09-01Merge "[DCAE] Helm charts for SNMPTrap collector"Sylvain Desbureaux11-2/+296
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
2021-08-26[SO] Add multicloud endpoint to cnf adapterLukasz Rajewski1-0/+2
Add multicloud endpoint to cnf adapter overrides Issue-ID: SO-3643 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ia5fb860e66be69607c90ba3cac5d76034344b80a
2021-08-25[DCAE] Svc template support for policy release overrideVijay Venkatesh Kumar2-5/+19
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-08-24Merge "[SDNC] Update chart with service account"Krzysztof Opasiak18-1/+61
2021-08-24Merge "[DCAEGEN2] Change AAI variable syntax in PRH"Krzysztof Opasiak2-4/+4
2021-08-24Merge "[DMAAP] Replace aafConfig with certInitializer"Krzysztof Opasiak4-30/+28
2021-08-17[SDNC] Update chart with service accountfarida azmy18-1/+61
Add service account to chart Issue-ID: OOM-2719 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I263f53a60e32867f61b2d85cc4dc8a78d9701449
2021-08-17Merge "[PLATFORM][CMPV2-CERT-PROVIDER] Remove kube-rbac-proxy"Sylvain Desbureaux3-78/+2
2021-08-17Merge "[DCAEGEN2] Deploy Datalake components(feeder, des, admin-ui) via Helm"Sylvain Desbureaux23-0/+860
2021-08-17[DCAEGEN2] Change AAI variable syntax in PRHTomasz Wrobel2-4/+4
- Change AAI URL syntax in config - Top up PRH container to 1.7.0. - Top up bootstrap container to 3.3.3. Issue-ID: DCAEGEN2-2863 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Idff98a11cb0418e5c327251e04de2bd202f79315
2021-08-17Merge "[MULTICLOUD] Change rb-definition-version identifier"Sylvain Desbureaux2-4/+4
2021-08-13[PLATFORM][CMPV2-CERT-PROVIDER] Remove kube-rbac-proxyPiotr Marcinkiewicz3-78/+2
- Remove unused kube-rbac-proxy container with service Issue-ID: OOM-2796 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I1c4eb79bc0d4336f24666779ab1efc10e2b484a6
2021-08-13[MULTICLOUD] Change rb-definition-version identifierLukasz Rajewski2-4/+4
Change rb-definition-version identifier. As a consequnece the vf-module-model-customization-uuid will be used to identify the version of the rb definition. In consequence the profiling mechanism use may be affected Issue-ID: MULTICLOUD-1377 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Iab7f913f14d0a5066886c15be6e2d49aa9e6d627
2021-08-12[DCAEGEN2] Deploy Datalake components(feeder, des, admin-ui) via HelmNiranjana23-0/+860
DCAE Helm Transformation (Phase-2). Issue-ID: DCAEGEN2-2764 Issue-ID: DCAEGEN2-2765 Issue-ID: DCAEGEN2-2860 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ib0ec587c6647d419967489b5d09b24d437567a16
2021-08-11Merge "[SDC] Top up sdc-helm-validator image to 1.2.2"Krzysztof Opasiak1-1/+1
2021-08-11Merge "[DCAEGEN2] Update PRH to 1.6.1"Krzysztof Opasiak2-3/+3
2021-08-11Merge "[DCAE] Update PRH config to use AAI v23 API"Krzysztof Opasiak1-3/+3
2021-08-11[DCAE] Update PRH config to use AAI v23 APIRemigiusz Janeczek1-3/+3
Update PRH app config to use AAI v23 API instead of v12 Issue-ID: DCAEGEN2-1531 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I6d390e93c71c3c38eb6ab922b44171363b1eb775
2021-08-09[CPS] Refactor CPS charts to include sub charts for other cps componentsputhuparambil.aditya20-195/+408
Cps-core sub chart added in CPS. Issue-ID: CPS-513 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ifb049f33864b0608ce8d938158f33bd3c01f87f4
2021-08-09[DCAEGEN2] Update PRH to 1.6.1Tomasz Wrobel2-3/+3
- Update k8s-bootstrap-container to 3.3.2 - Update spring-boot to version 2.4.8 Issue-ID: DCAEGEN2-2808 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I46ffd0361a62604decc84953391e820c400ccd34
2021-08-09[SDC] Top up sdc-helm-validator image to 1.2.2Joanna Jeremicz1-1/+1
Fix code vulnerabilities: - spring.version 2.4.3 -> 2.5.0 - apache.commons.compress.version 1.20 -> 1.21 Issue-ID: SDC-3647 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I9d05dee137aad8a7328ef6a5d0f2c6425bb31f56
2021-08-09[DMAAP] Replace aafConfig with certInitializerKrzysztof Opasiak4-30/+28
Use cert initializer instead of aafConfig to keep dmaap-dr-node aligned with the rest of ONAP Issue-ID: OOM-1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I2b73e87bb8ae011416555216605ade9a6316261e
2021-08-03Merge "[DCAEGEN2] Update PM-Mapper to 1.7.0"Krzysztof Opasiak2-3/+3
2021-07-29Merge "[DCAE] Fix PRH aai lookup url config"Krzysztof Opasiak1-1/+3
2021-07-29Merge "[DCAE] Dashboard healthcheck failure"Krzysztof Opasiak1-6/+6
2021-07-29[DCAEGEN2] Update PM-Mapper to 1.7.0Joanna Jeremicz2-3/+3
- 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-28[DCAE] Fix PRH aai lookup url configvv770d1-1/+3
envsubst was modifying application config containing ${<pattern>} to null; introduced dummy variable as work-around to generate required config Change-Id: I596e542f4719880a4359de9ea82bbb80b9d87403 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2869 Signed-off-by: vv770d <vv770d@att.com>
2021-07-28Merge "[DCAEGEN2] Update datafile-app-server to 1.6.0"Krzysztof Opasiak2-3/+3
2021-07-27Merge "[DMAAP] Update chart with service account"Krzysztof Opasiak20-0/+69
2021-07-27Merge "[OOF] Add configuration for Slice termination"Krzysztof Opasiak2-0/+9
2021-07-27[DCAE] Dashboard healthcheck failurevv770d1-6/+6
Remove resource limit setting to resolve orange gating/daily job failures Switched to 1.4.4 released image from nexus3. Change-Id: Ie5d7979cbd6d6a950519228c2e61c432f363b9f6 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2800 Signed-off-by: vv770d <vv770d@att.com>