aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2024-04-17[AAI] Add model-loader tracing configFiete Ostkamp4-1/+45
- mount application.properties file that is used by Spring [1] - add tracing config to that file - deploy model-loader version 1.13.5 [1] this is also a prerequisite for replacing the model-loader.properties file that is loaded by the service via some custom logic. Spring does this out of the box for application-*.properties files. Issue-ID: AAI-3812 Change-Id: I0a101fd246b8313f90cfc3ebca5a65dae769d3d6 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-03Merge "[COMMON][READINESS] Update readiness image and use service feature"Lukasz Rajewski22-47/+79
2024-04-02[PORTAL-NG] Ui is exposed on wrong portFiete Ostkamp2-7/+6
- adjust port mapping in service to map to 8080 Issue-ID: PORTALNG-80 Change-Id: Ica131a1207d147c75c8604bcc63472b9f8785afa Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-27[COMMON][READINESS] Update readiness image and use service featureAndreas Geissler22-47/+79
Update the ReadinessCheck (13.1.0) to support the "services" feature of readiness image version 6.0.2 and use the feature in the charts under common (dgbuilder, etcd-init, mariadb-galera, mariadb-init, postgres-init) Additional exclude K8S API port (443) from Istio Sidecar communication to allow CNI Plugin Issue-ID: OOM-3280 Change-Id: Ibe030aa9debfc82e88f2ce5e309dd6fa2250f211 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-25Merge "[MONGODB] Set default resource settings for mongodb"Lukasz Rajewski5-35/+36
2024-03-25Merge "[AAI] Kyverno - disallow-host-path policy"Lukasz Rajewski12-81/+0
2024-03-25Merge "[COMMON] Make imagePullSecrets configurable"Lukasz Rajewski147-298/+346
2024-03-24[AAI] Kyverno - disallow-host-path policyFiete Ostkamp12-81/+0
- remove hostPath mounting of /etc/localtime Issue-ID: AAI-3803 Change-Id: Ia5d1bfef1581a5e3f1b2ed3869ad1f840337f969 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-21[SO] Config Changes for SO using Kafka for PNFsanket123458-8/+63
- Using kafka instead of Dmaap MR topics - Create kafka-user & provide kafka-auth - bpmn-infra-code: https://gerrit.onap.org/r/c/so/+/136743 Issue-ID: OOM-3276 Change-ID: I43f67f689a814b438f92f8b36809d0947d8b2508 Signed-off-by: sanket12345 <SX00562924@techmahindra.com> Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
2024-03-20[COMMON] Make imagePullSecrets configurableAndreas Geissler147-298/+346
Currently in ONAP the imagePullSecrets is hardcoded to 'onap-docker-registry-key' which is created by the repository-wrapper component. With this change the secrets can be configured via setting global.imagePullSecrets and optionally per image if it is configured as map (image.pullSecrets) Issue-ID: OOM-3284 Change-Id: I8644f9b46043b6014219c42928e057b149df43a4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-18[MONGODB] Set default resource settings for mongodbAndreas Geissler5-35/+36
Set the resources settings for mongodb in: - NBI - DCAEGEN2/TCAEGEN2 - MULTICLOUD/K8S Issue-ID: OOM-3277 Change-Id: I3454120d920edf3ae45eb1ebb0132cf5133e1575 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-18Merge "[OOM] Fixed DCAE VES Collector chart ReadinessCheck issues"Andreas Geissler2-8/+1
2024-03-18[OOM] Fixed DCAE VES Collector chart ReadinessCheck issuessushant532-8/+1
Removed ReadinessCheck for dcaegen-ves-collector Issue-ID: OOM-3285 Change-Id: I9f0bc8bd6890700154e7366842d74927251169bc Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
2024-03-18[OOM] Fixed DCAE PRH chart readinessCheck issuessushant532-8/+0
Fixed DCAE PRH chart readinessCheck issues Issue-ID: OOM-3282 Change-Id: I3e546454cd8202d6ef03bd42cffad12ad8ee7847 Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
2024-03-14[COMMON] Harmonize resource settings, Part 2Andreas Geissler109-247/+247
Some settings are still wrongly interpreted (e.g. 0.02Gi) Therefor they are changed to non-floating numbers (e.g. 20Mi) Issue-ID: OOM-3273 Change-Id: Icc88dead1ac5b1df8629d6adcc438a739e20522e Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-14Merge "[COMMON] Update MariaDB readinessChecks to fix Operator issues"Lukasz Rajewski13-87/+151
2024-03-11[COMMON] Update MariaDB readinessChecks to fix Operator issuesAndreas Geissler13-87/+151
Give different readinessCheck rules depending on the usage of mariaDB Operator and local/global DB setup Apply these changes to CDS, NBI, SO, SDNC, Policy Issue-ID: OOM-3280 Change-Id: I4e6f584558ffebb6ab602db88a73c2f02891902e Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-11Merge "[MONGODB] Update to latest bitnami mongodb chart"Lukasz Rajewski77-422/+10484
2024-03-07[MONGODB] Update to latest bitnami mongodb chartAndreas Geissler77-422/+10484
Import the latest bitnami mongodb chart and update the client charts, which use it: - NBI - DCAEGEN2/TCAEGEN2 (include Chart.yaml fix) - MULTICLOUD/K8S THe new version supports the initial creation of DBs and user Issue-ID: OOM-3277 Change-Id: I75a475aadb8b84a313527b75f4c69e85624af8ba Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-06[POLICY] Update docker images to latest versionssaul.gill30-59/+59
The image versions in policy values.yaml files have been updated *** This commit is generated by a PF release script *** Issue-ID: POLICY-4907 Change-Id: I2a03efe9e39db70fd60e0790f206ad92cd8fe42b Signed-off-by: Saul Gill <saul.gill@est.tech>
2024-03-01Merge "[DCAEGEN2] Update helm chart for dcae-prh"Lukasz Rajewski4-3/+73
2024-02-28[DCAEGEN2] Update helm chart for dcae-prhsushant534-3/+73
Update helm chart for prh changes to remove DMaaP dependency Issue-ID: DCAEGEN2-3402 Change-Id: I36ae6a6821a2462a147d0e80f7de5b7b34afda9a Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
2024-02-28[COMMON] Harmonize resource settingsAndreas Geissler206-1268/+1618
Update all resource settings to the kubernetes recommended normalized form. Fix ReadinessCheck resource limits. Issue-ID: OOM-3273 Change-Id: Ie10903b801e4dc1689bcec092162d711a431a7a6 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-24[SDC] Correct cassandra cql version in SDCAndreas Geissler1-2/+3
Increase the cql client version in SDC to be compliant with cassandra Issue-ID: OOM-3275 Change-Id: If883e8c9e87081a9543d3feff57c494eac3be2db Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-23[CASSANDRA] Update cassandra version and fix timeoutsAndreas Geissler3-6/+9
Update cassandra to 4.1.3 and increase the write timeouts to improve the AAI/SDC stability. Increase the cql client version in SDC to be compliant with cassandra Issue-ID: OOM-3275 Change-Id: Ie1b2f4d38e580eecacd416fca4e392b4a8b0c62a Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-21Merge "[SDC] Remove MR connection in SDC-BE"Lukasz Rajewski2-1/+10
2024-02-21Merge "[POSTGRES][COMMON] Add support for postgres operator"Lukasz Rajewski20-23/+170
2024-02-19[POSTGRES][COMMON] Add support for postgres operatorrajesh.kumar20-23/+170
Add template for the postgres operator instance setup and modifications to use the postgres instance via Operator TBD: Update of documentation and fix for clients (DMaaP, CPS) Issue-ID: OOM-3247 Change-Id: I56c34400dc73c71b936a51260efd231017adaeae Signed-off-by: rajesh.kumar <rk00747546@techmahindra.com>
2024-02-16Merge "[DCAEGEN2] Update snmptrap-collector image"Andreas Geissler4-8/+12
2024-02-15[DCAEGEN2] Update snmptrap-collector imageJack Lucas4-8/+12
Update snmptrap-collector to 2.0.8. Fix outdated configuration library. Add "protocol" to common.containerPorts. Update dcae-snmptrap-collector chart version to 13.0.1. Update dcaegen2-services chart version to 13.0.2. Issue-ID: DCAEGEN2-3409 Issue-ID: OOM-3251 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: If0ca26e07fdbbebafb442dc0ead3a14d4ea0d4a6
2024-02-15[PLATFORM][KEYCLOAK] Update Keycloak instructions and Realm importAndreas Geissler6-39/+10
Update Keycloak installation instructions to use keycloakx (Quarkus based) and update of REALM import Move the creation of the keycloak-ui ingress setup from helmchart to documentation. Issue-ID: OOM-3267 Change-Id: I3c79b05edd488f60a112590584974ba94a8c71a8 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-09[SDC] Remove MR connection in SDC-BEAndreas Geissler2-1/+10
SDC-BE still uses "healthcheck" calls to MR. To avoid these calls and possible autocreated Topics, this patch changes the MR connection URLs to avoid these calls Issue-ID: OOM-3272 Change-Id: I06834b9b12d1ad92f83e5c8ff1a096948b2ebf71 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-05[DCAEGEN2] Update helm chart for dcae-ves-collectorsushant536-5/+128
Update helm chart for ves-collector changes to remove DMaaP dependency Issue-ID: DCAEGEN2-3401 Change-Id: I1aa286aeecd9fad0ef551f8018beed03c31b35bd Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
2024-01-27Merge "[AAI] Use latest aai-resources image"Andreas Geissler3-3/+3
2024-01-26Merge "[CPS] Updating permit-uri config"Andreas Geissler2-2/+2
2024-01-26Merge "[POLICY] Support external MariaDB using Operator"Lukasz Rajewski2-6/+26
2024-01-26[AAI] Use latest aai-resources imageMichal Jagiello3-3/+3
Use the latest aai-resources which fix a bug with A&AI bulk API Issue-ID: AAI-3722 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I091944668d85aac2e24d789365a9f8aea180000f
2024-01-25[CPS] Updating permit-uri configwaqas.ikram2-2/+2
Adding Swagger UI URI, api-docs, and v3 api-docs to be excluded from authentication verification. Issue-ID: CPS-2045 Change-Id: I5638b8ac98b73bad1002c72f8145a494c7b3c44f Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2024-01-23[POLICY] Support external MariaDB using OperatorAndreas Geissler2-6/+26
Change global.mariadb to be able to select Operator user and add setting for external Secret name for root User Issue-ID: OOM-3266 Change-Id: Ic54819b0d146bd3194b51fddff069167b72cd4f3 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-01-22[CDS] Support the external creation of the CDS DBAndreas Geissler2-121/+16
Add the global.mariadbGalera section to allow the selection for a locally created DB or external DB Disable the mariadb-galera dependency, if no local DB is used. Issue-ID: OOM-3266 Change-Id: Ia0ec94e552681eede519010951cbf1c92da863c3 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-01-22Merge "[SO] Support root secret for external DB"Lukasz Rajewski2-11/+26
2024-01-22Merge "[SDNC] Support root secret for external DB"Lukasz Rajewski2-8/+15
2024-01-22Merge "[MARIADB] Provide S3 Backup for MariaDB instances"Lukasz Rajewski5-24/+57
2024-01-19[SDNC] Support root secret for external DBAndreas Geissler2-8/+15
In case of an external DB the secret containing the root password can be given in the global.mariadbGalera section and has to be used in the DB jobs Issue-ID: OOM-3266 Change-Id: I05d36169e7f8c6aa18712e0a75621d1cd001f1b3 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-01-19[SO] Support root secret for external DBAndreas Geissler2-11/+26
In case of an external DB the secret containing the root password can be given in the global.mariadbGalera section and has to be used in the DB jobs Issue-ID: OOM-3266 Change-Id: Ifdaa4bdefbe3f985bfb2ff9f630a2d806089241c Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-01-17[MARIADB] Provide S3 Backup for MariaDB instancesAndreas Geissler5-24/+57
Using the mariadb-operator version 0.24.0 a backup to S3 storages is supported and implemented in the templates and mariadb chart Add a missing mariadbOperator config for mariadb-init Issue-ID: OOM-3264 Change-Id: I065053832c226740b2a3b64b065cecc599f28296 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-01-16[AAI] Add options for remote debugging and profilingFiete Ostkamp4-0/+69
- add debug.enabled value for enabling debugging [1] - add profiling.enabled value for enabling probiling [2] - only expose debug port (5005) if debug.enabled=true [1] appropriate jvm args will be added and the debug port will be exposed on the pod [2] appropriate jvm args will be added and the 9999 port used for profiling via jmx will be exposed Issue-ID: AAI-3730 Change-Id: I1d83a6ac1875ba63e710e86d4fcbfc8924810292 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-15Merge "[CDS] BP Request tracing"Andreas Geissler2-0/+19
2024-01-12Merge "[AAI] Fix AAI service monitoring via Prometheus"Andreas Geissler6-11/+13
2024-01-11[CDS] BP Request tracingLukasz Rajewski2-0/+19
Configuration of request tracing in CDS BP helm chart Issue-ID: CCSDK-3980 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: If9728b5d319ed83e5c157bdeffd05d1b453affa7