aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-03-23Merge "[CPS] Upgrade docker images to Jakarta"Sylvain Desbureaux3-3/+3
2022-03-23Merge "[CPS] Configure roles-wrapper dependency"Sylvain Desbureaux2-0/+7
2022-03-22[POLICY] OOM Jakarta changes for PAP,API & PDPsa.sreekumar15-199/+263
This review contains the below changes: 1) PAP config changes for spring boot migration 2) savePdpStatistics flag is disabled by default 3) DMaaP connectivity added to PAP consolidated healthcheck 4) Improve PAP & API readiness probe from TCP to HTTP GET based healthcheck api 5) API config changes for springboot migration 6) Update the docker image versions for Jakarta. Change-Id: I8dfc821b1245cd4ef6bdedad7802deb4ac3297e3 Issue-ID: POLICY-3750 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2022-03-22[CPS] Upgrade docker images to JakartaBruno Sakoto3-3/+3
* onap/cps-and-ncmp:3.0.0 * onap/ncmp-dmi-plugin:1.1.0 * onap/cps-temporal:1.1.0 Issue-ID: CPS-933 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Ib06db850f34ee224ced4b9c4fef244a55911c03d
2022-03-22[CPS] Configure roles-wrapper dependencyBruno Sakoto2-0/+7
If needed, RBAC roles are created when deploying cps chart. This change is coming from the need to deploy cps chart standalone independently from onap main chart. A previous change has been made in https://gerrit.onap.org/r/c/oom/+/126713 and reverted with https://gerrit.onap.org/r/c/oom/+/126961 for onap main chart compatibility. Then this current change supports both integrated and standalone cps deployments depending on a configurable variable. Default deployment remains onap integrated one. Issue-ID: CPS-862 Change-Id: Ic787a8bcf9373f060a91966614a0145dec2a7c90 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
2022-03-22Merge "[HOLMES] Fixed the healthcheck failure"Sylvain Desbureaux4-6/+20
2022-03-22Merge "[DCAE] Update kpi-ms to use unauthenticated Dmaap topic"Sylvain Desbureaux1-6/+4
2022-03-22Merge "[DCAE] Update son-handler-ms to use unauthenticated Dmaap topic"Sylvain Desbureaux1-7/+7
2022-03-22Merge "[DCAE] Update application config properties in slice-analysis-ms"Sylvain Desbureaux1-8/+9
2022-03-22Merge "[POLICY] Enable prometheus integration for policy fwk"Sylvain Desbureaux11-0/+251
2022-03-22Merge "[COMMON][MARIADB] Fix backup job"Sylvain Desbureaux2-10/+36
2022-03-22Merge "[DMAAP-DR] Bump version to 2.1.10"Sylvain Desbureaux2-2/+2
2022-03-22Merge "[POLICY] Accept Permit list repositories"Sylvain Desbureaux1-2/+10
2022-03-22Merge "[DCAEMOD] Runtime base charts updates"Sylvain Desbureaux3-5/+30
2022-03-22Merge "[AAI] Testing a revert of v26 to v24"Sylvain Desbureaux5-5/+5
2022-03-21Merge "[COMMON] Update Ingress API"Jack Lucas1-3/+10
2022-03-21[HOLMES] Fixed the healthcheck failureGuangrong Fu4-6/+20
Fixed the healthcheck failure occurred in the auto-tests. Issue-ID: HOLMES-512 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I2e3d89b8dc8b27412008ca36f1e6209a47a997db
2022-03-21[DCAE] Update son-handler-ms to use unauthenticated Dmaap topicNiranjana1-7/+7
- Son-handler-ms image version bump - Use unauthenticated Dmaap topic Issue-ID: DCAEGEN2-3035 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ia82771050da7ebf90145c9644ae04167eaab7e70
2022-03-21[DCAE] Update kpi-ms to use unauthenticated Dmaap topicNiranjana1-6/+4
- Kpi image version bump - Use unauthenticated Dmaap topic Issue-ID: DCAEGEN2-3033 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ib8ed9e7c1b3d0a5d1d3b00985dfd7c13936585c6
2022-03-21[POLICY] Enable prometheus integration for policy fwkRashmi Pujar11-0/+251
1. Define serviceMonitor for policy components 2. Changes to common serviceMonitor tpl file to include tls params in authentication config, and to provide ability to overrride labels. Issue-ID: POLICY-3779 Signed-off-by: Rashmi Pujar <rashmi.pujar1@bell.ca> Change-Id: I79441958698271d9118efb78cfd121433e201ebd
2022-03-18[COMMON][MARIADB] Fix backup jobJozsef Csongvai2-10/+36
The backup job stopped working after upgrade to bitnami images. Mariabackup was not designed to work remotely, it is supposed to run on the database server. Because of this we need to mount the data pvc into the backup job pod. It will however connect to the database daemon using a hostname, so we need to connect to the first replica in the cluster. Also had to set readOnlyRootFilesystem=false and add emptyDir volumes to solve various permission issues. Issue-ID: OOM-2932 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I776903f9ec541f8dc5818b2ba4c1292226ec2bc6
2022-03-18[DMAAP-DR] Bump version to 2.1.10efiacor2-2/+2
Bump dmaap-dr version for J release Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I6d047b93264983b26344a3d0e14ad6f1075bdbf5 Issue-ID: DMAAP-1624
2022-03-18Merge "[DCAEGEN2] Top up DCAEGEN2 images"Sylvain Desbureaux5-15/+18
2022-03-18[POLICY] Accept Permit list repositoriesLathish1-2/+10
- K8s participant to accept only permitted and secured repositories Issue-ID: POLICY-3894 Change-Id: If602ecc35384d66990a81fd470d24d76e95725fd Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2022-03-18[DCAEMOD] Runtime base charts updatesVijay Venkatesh Kumar3-5/+30
- Released RuntimeAPI container with updated helm-gen - Mongo charts support on base templates Change-Id: I2d4c4f63d607716e95bc0058e299751972400770 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3096 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-03-18Merge "[DCAEGEN2] Fix check for log directory path"Sylvain Desbureaux1-3/+4
2022-03-18[AAI] Testing a revert of v26 to v24wr148d5-5/+5
Issues happening for SO so trying to revert just the mS to see if that is the issue for gating Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ib9b57ff979bb29d5557890208ade5aa7b250cc05
2022-03-18[DCAE] Update application config properties in slice-analysis-msNiranjana1-8/+9
- Add new application config properties - Use unauthenticated Dmaap topics Issue-ID: DCAEGEN2-3099 Issue-ID: DCAEGEN2-3034 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I8ba290dc8792285eaf4a16dcc9e027096dd5c846
2022-03-15[DCAEGEN2] Top up DCAEGEN2 imagesTomasz Wrobel5-15/+18
Top up following DCAEGEN2 images: - DFC 1.7.1 - PM-Mapper 1.8.0 - PRH 1.8.0 - VES 1.11.0 Issue-ID: DCAEGEN2-3006 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Icf8c08c42a002d131207201af7df1e7ced5e120e
2022-03-15Merge "[DCAE] Disable CBS deployment and remove CBS dependency"Sylvain Desbureaux16-26/+10
2022-03-15Merge "[OOM][OOF-HAS] Use basic password strength to avoid dollar sign"Sylvain Desbureaux2-1/+4
2022-03-15Merge "[OOM] Disable VID"Sylvain Desbureaux1-1/+1
2022-03-15[DCAEGEN2] Fix check for log directory pathJack Lucas1-3/+4
Fix bug in dcaegen2-services-common deployment template that caused a nil pointer error when values.yaml for a dcaegen2 microservice did not have a log.path entry. Issue-ID: DCAEGEN2-3093 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I3874fd4c4327b487f3a9bf7d95e747d86a320998
2022-03-14[OOM][OOF-HAS] Use basic password strength to avoid dollar signMichal Jagiello2-1/+4
OOF HAS controller uses Python oslo library to manage config files. In Python configuration files dollar sign ($) is used to reference other values. If that sign is in generated password container can't parse configuration file and exits with error. Basic password strength means it will use only alphanumberic characters. Issue-ID: OPTFRA-1028 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Id31d6f21f22dab93386ea36e2aa026f70367c2e0
2022-03-08[DCAE] Disable CBS deployment and remove CBS dependencyVijay Venkatesh Kumar16-26/+10
- Disable default deployment of CBS - Remove CBS from dependency on all DCAE services - Version bump for VESMapper, RESTConf, PMSH Change-Id: Ibf58c4c949d4b847ebeaa7e511b901a83792d1ba Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2890 Issue-ID: DCAEGEN2-2968 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-03-08Merge "[COMMON][MARIADB] Fix typo in bootstrap condition"Sylvain Desbureaux1-1/+1
2022-03-08[OOM] Disable VIDMichal Jagiello1-1/+1
VID is unmaintained and shouldn't be installed by default Issue-ID: OOM-2921 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I47d0ba365838f4673c9997648f6a066c217d66f1
2022-03-08Merge "[DMAAP] Add pod security context to MR and others"Sylvain Desbureaux7-0/+35
2022-03-07[COMMON][MARIADB] Fix typo in bootstrap conditionJozsef Csongvai1-1/+1
This was causing errors when using bootstrapFromNode Issue-ID: OOM-2933 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I55b49ad40b5f45b394acd064fcbc7f272298fde0
2022-03-04[COMMON] Update Ingress APIJack Lucas1-3/+10
Move from using the v1beta1 version of the Ingress API (deprecated in k8s v1.19 and not present in v1.22+) to the stable v1 version. Issue-ID: OOM-2926 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Icbd4bf3b8a8a0521160e277cde2977aef8a17faf
2022-03-03[DMAAP] Add pod security context to MR and othersrope2527-0/+35
Add security context to pods within DMAAP Change-Id: I86f7bd79e77dec33879f4ee3b599799705d40a24 Issue-ID: OOM-2913 Signed-off-by: rope252 <gareth.roper@est.tech>
2022-03-02Merge "[DCAE] Container version revision for Jakarta"Sylvain Desbureaux2-2/+2
2022-03-02Merge "[AAI] Automatically select valid jetty-util jar"Sylvain Desbureaux6-20/+26
2022-03-02Merge "[PORTAL] Update chart with service account"Sylvain Desbureaux15-1/+49
2022-03-02Merge "[DCAEGEN2] Update hv-ves version"Sylvain Desbureaux2-3/+4
2022-03-01[PORTAL] Update chart with service accountfarida azmy15-1/+49
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2874 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I878ccfce7d7e02875376bc5941af43d3f10fcb2d
2022-03-01[AAI] Automatically select valid jetty-util jarRadoslaw Chmiel6-20/+26
jetty-util jar filename will be automatically generated from currently present instead of hardcoded value Change-Id: Iface1530739cc28d9f0823573c98852ae4a3b6d9 Signed-off-by: Radoslaw Chmiel <r.chmiel@partner.samsung.com> Issue-ID: OOM-2929
2022-02-28[DCAE] Container version revision for JakartaVijay Venkatesh Kumar2-2/+2
SNMP 2.0.6 - STDOUT compliance Bootstrap 3.3.6 - Fix for BP upload issue (same version as istanbul) Change-Id: I887c4e48ca1b8dc26ab2daa465bbf9abba46b77e Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3077 Issue-ID: DCAEGEN2-2957
2022-02-28[DCAEGEN2] Update hv-ves versionKasperki2-3/+4
- update hv-ves version from 1.9.1 to 1.10.0 Issue-ID: DCAEGEN2-3006 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Id74869b0b93ae5c47a6b2bb14c1ad87c89b852d9
2022-02-28Merge "[SDC] Top up sdc-helm-validator"Sylvain Desbureaux1-1/+1