aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
10 daysMerge "[AAI] Add model-loader tracing config"HEADmasterAndreas Geissler4-1/+45
10 daysMerge "[MARIADB][POLICY] Correct the MariaDB ReadinessCheck"Lukasz Rajewski2-11/+7
2024-04-17[MARIADB][POLICY] Correct the MariaDB ReadinessCheckAndreas Geissler2-11/+7
The configuration of an external MariaDB did not fit with the template function of _mariadb.tpl and additionally the template function has a bug in the service information. Issue-ID: OOM-3290 Change-Id: I92f758647012ebf289549665f7f5c20e94c9ff66 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
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-17[SDNC] Disable MessageRouter ReadinessCheck in UEB ListenerAndreas Geissler1-2/+0
As the UEB Listener is already migrated to Kafka, the ReadinessCheck in the deployment.yaml is deleted Issue-ID: OOM-3291 Change-Id: If940f1e90b3bf3762ae70d7f96acd71357e4ffe7 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-04-13[COMMON] Remove hostPath entriesAndreas Geissler65-408/+2
As hostPath volumes violate Cluster policies, they are not allowed within pod definitions. In our case only the "etc/localtime" is mounted to get the timezone of the host, which is not required. Issue-ID: OOM-3287 Change-Id: I6c8c8ea4e982d7e95e73f5fed7fc07ed47ceaab7 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-04-12Merge "[COMMON] Update all ReadinessChecks"Lukasz Rajewski93-314/+200
2024-04-11[COMMON] Update all ReadinessChecksAndreas Geissler93-314/+200
Use the new "service" feature of the readiness image to resolve startup dependencies. Issue-ID: OOM-3280 Change-Id: Ia331d51528676744e5e0479d1fd0ca02830c3499 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-04-11[PORTALNG] Remove hardcoded /auth from the keycloak urls in bffFiete Ostkamp4-4/+4
- add /auth to bff KEYCLOAK_URL [1] - adjust KEYCLOAK_URL's to use keycloakx-http.keycloak [1] since it was removed from the application.yml Issue-ID: PORTALNG-85 Change-Id: I919cfc29494e30e891e732f63f56edd9f6579864 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-11Merge "[SDNC] Move dgbuilder and network-name-gen to SDNC"Lukasz Rajewski19-45/+22
2024-04-10Merge "[POLICY] Add kafka support in policy charts"Lukasz Rajewski44-305/+169
2024-04-10[SDNC] Move dgbuilder and network-name-gen to SDNCAndreas Geissler19-45/+22
Move the charts from /common to sdnc/components and simplify the DB creation. Issue-ID: OOM-3286 Change-Id: Ib0c53e51b96ad2e1573859b9d938e700c0bea4ac Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-04-09[CASSANDRA] Add some fixes for K8ssandra OperatorAndreas Geissler2-6/+25
Some ports need to be excluded from cassandra to support JMX and Metrics interfaces. Also some memory settings need to be adjusted. Issue-ID: OOM-3275 Change-Id: I7530b69d65c7c612bcf54eba64d5a4dd5a20f753 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-04-08[POLICY] Add kafka support in policy chartsrameshiyer2744-305/+169
Added kafka support in all policy charts. Dmaap option is removed Issue-ID: POLICY-4941 Change-Id: I015d303c11c04a64d815fe2f054919eca2252250 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-04-08Merge "[PORTAL-NG] Publish preferences and history charts"Andreas Geissler22-1/+685
2024-04-05Merge "[MARIADB] Update mariadb-operator and templates to 0.27.0"Lukasz Rajewski4-36/+49
2024-04-05[MARIADB] Update mariadb-operator and templates to 0.27.0Andreas Geissler4-36/+49
Update the Mariadb template to support the mariadb-operator version 0.27.0, which changed the CRD naming and the content structure. Temporarily disable istio-sidecar, as problems with init jobs for MariaDB Issue-ID: OOM-3281 Change-Id: Ia9563a5074a739e4b879a7840bedb1d73fbc1b54 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-04-05[PORTAL-NG] Publish preferences and history chartsFiete Ostkamp22-1/+685
- add history chart - add preferences chart - add chart option to disable tracing Issue-ID: PORTALNG-82 Change-Id: I60802ab0d7e623a37a33b4865cdab74417ea7451 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-05Merge "[STRIMZI] Update strimzi-kafka-operator and kafka versions"Lukasz Rajewski4-14/+10
2024-04-04[STRIMZI] Update strimzi-kafka-operator and kafka versionsAndreas Geissler4-14/+10
Update the recommended operator version and used kafka versions in the documentation and onap-strimzi. Changed the DMaaP MR ststefulset probe settings to ne compliant to the new operator version. Issue-ID: OOM-3269 Change-Id: I859d077d6f952aff5bcf5bd418f96745d9eae843 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-04-03Merge "[COMMON][READINESS] Update readiness image and use service feature"Lukasz Rajewski23-48/+80
2024-04-03Merge "[PORTAL-NG] Ui is exposed on wrong port"Andreas Geissler2-7/+6
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-30Revert "[AAI] Deploy 1.13.5 release of model-loader"Andreas Geissler1-1/+1
This reverts commit 423a8dabb0dca07d8ea3432974eb6be18a7b3416. Reason for revert: Smoke tests fail Issue-ID: AAI-3810 Change-Id: I8a43afb6529d4fcd6fe26ed9ad87b1db70c51c2b Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-27[COMMON][READINESS] Update readiness image and use service featureAndreas Geissler23-48/+80
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-26[AAI] Deploy 1.13.5 release of model-loaderFiete Ostkamp1-1/+1
- release includes spring boot 2.4 update and tracing Issue-ID: AAI-3810 Change-Id: If8b305ee7c6f01acf985c5be08f730a041f47c80 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@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-28[DOC] In tox.ini update link to upper-constraints.txtAndreas Geissler2-10/+10
Fix breaking tox execution Issue-ID: DOC-823 Change-Id: I3abd199531765fa4ba4ec64abe61550aa8575f65 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 Rajewski21-24/+179