aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2022-03-30Merge "[AAI] Upgrading to the latest images that include v25/v26 XSDs"Sylvain Desbureaux6-6/+6
2022-03-29[DCAE] Version revision for TCA and VES-MapperVijay Venkatesh Kumar2-2/+2
TCA - vulnerability updates VES-Mapper - Fix for removing consul lookup Change-Id: I26c240e2e224adbb95a154d27814e72b032a01da Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3097 Issue-ID: DCAEGEN2-3042
2022-03-29Merge "[DCAEGEN2] Top up ves-openapi-manager to version 1.1.0"Sylvain Desbureaux1-2/+2
2022-03-29[DCAGEN2] Fix pm-mapper readiness valuesTomasz Wrobel1-2/+2
- Switch readiness to http Issue-ID: DCAEGEN2-3006 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I8a0b74a3575dbd64f9f9ac37ae11c578045ec2df
2022-03-29[DCAEGEN2-SERVICES] Fixing Policy Side Car Sync issuePrativa Dora1-2/+2
Updated the policy-xacml-pdp access credentials Issue-ID: DCAEGEN2-3128 Signed-off-by: Prativa Dora <prativa.dora@techmahindra.com> Change-Id: I81655e4d79c792ea656eab9e6db660d27673c949
2022-03-29[ROBOT] Adopt robot test cases to helm based deploymentKrzysztof Kuzmicki3-0/+11
Adopt robot cases to helm based deployment Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I20594ae0734f3b5a3222fe38c625a4f40c31ff29
2022-03-29[POLICY] Update CLAMP OOM Configuration for Remove Clamp frontendFrancescoFioraEst13-511/+2
Remove clamp-frontend code, as this is moved to policy-gui Issue-ID: POLICY-3358 Change-Id: Id6402815ead572e8cec9f1743709d6de6f28b79c Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2022-03-28[AAI] Upgrading to the latest images that include v25/v26 XSDswr148d6-6/+6
Issues happening for SO so trying to upgrade to the latest images for e2e test to pass gating Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I666e243356e97885fa2a556ddfd524ef2458820e
2022-03-28[GLOBAL] Allow anonymous access to main repoSylvain Desbureaux1-3/+6
Today, access to main repo (nexus3.onap.org:10001 by default) mandates an user configuration. If someone is proxying it with a repository with anonymous access, it may not work. This patch allows to remove authentication by setting user to empty string. Issue-ID: OOM-2928 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I379d43343694d7dcb9212687c5a8104cc8c77bc3
2022-03-28Merge "[DCAEGEN2] Remove Consul loader init container"Sylvain Desbureaux37-448/+18
2022-03-28Merge "[MSB] Update msb gateway docker version"Sylvain Desbureaux2-2/+2
2022-03-28Merge "[UUI] Use NLP new version image"Sylvain Desbureaux1-1/+1
2022-03-28Merge "[UUI] Update image of components of UUI"Sylvain Desbureaux2-2/+2
2022-03-24[MSB] Update msb gateway docker versionjinquanni2-2/+2
Fixed the some security bug Issue-ID: MSB-654 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: Iaead5b50f9c2ce2ff9840d79d65e90027abf61e8
2022-03-23[DCAEGEN2] Remove Consul loader init containerJack Lucas37-448/+18
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
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-23[UUI] Use NLP new version imagezhaoyh61-1/+1
NLP image version has been updated. Issue-ID: REQ-1074 Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com> Change-Id: If77320d257abc4d22fc7e2ce4580f7d69525a5dc
2022-03-23[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-649 Change-Id: Ic828aaa86307287ad681e60b73bc538db95426a9 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
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