aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2024-02-21[Documentation] Add python compatibility modulethmsdt1-0/+1
Required to prevent build problems Issue-ID: DOC-823 Change-Id: I1ff25188642176ac2952d4288dc1550746000d6c Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2024-02-19[POSTGRES][COMMON] Add support for postgres operatorrajesh.kumar21-24/+179
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 Geissler11-78/+113
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 Rajewski6-26/+60
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 Geissler6-26/+60
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
2024-01-11Merge "[MARIADB][SO] Connect MariaDB Galera via master node"Lukasz Rajewski35-22/+274
2024-01-11[MARIADB][SO] Connect MariaDB Galera via master nodeAndreas Geissler35-22/+274
To avoid "lock" situations all clients of the mariadb-galera cluster should use the "primary" service, which connects to the master node. This service is provided by the mariadb-operator. Additionally for SO the bugfix for "local" DB configuration is fixed. Additionally missing readiness checks added to so-cnfm-lcm and so-etsi-nfvo-ns-lcm to wait for the DB job to complete Issue-ID: OOM-3261 Issue-ID: OOM-2697 Change-Id: I3d44f8b6d84d112c0271bfccebc4fa533c4e6aff Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-01-10[AAI] Fix AAI service monitoring via PrometheusFiete Ostkamp6-11/+13
- use correct path to prometheus endpoint - use correct spring properties to expose 8448 port and endpoints Issue-ID: AAI-3720 Change-Id: Ida8a6962213609969c9c1012529418d854832f8e Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-08[AAI] Make janusgraph caching configurableFiete Ostkamp6-14/+71
- add optional config block to janusgraph-realtime.properties Issue-ID: AAI-3721 Change-Id: Ifc19c5e3c134289092150d3c95f95ab6a2f20b82 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-08Merge "[AAI] Add option to disable access logging for liveness probes"Andreas Geissler4-33/+77
2024-01-04[HOLMES] Fix Ingress definition to support gateway-apiAndreas Geissler1-3/+3
Added missing "port" definition for Ingress Issue-ID: OOM-3260 Change-Id: I9a03b9c5d873bff45502b3e1619b90ee2d6faca4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-01-04[AAI] Add option to disable access logging for liveness probesFiete Ostkamp4-33/+77
- do not log probes when livenessAccessLogEnabled: false Issue-ID: AAI-3715 Change-Id: Ic0197f37a6e835a44ecfc4163390ba5b28da66c8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-12-14[MARIADB] Fix db/user creation in operatorAndreas Geissler5-13/+16
Fix the resource names for db/user in mariadb template for the mariadb-operator and corrected the resource notation to work with ArgoCD Added missing "user" entry for mariadb-galera in NBI and Etsicatalog values.yaml and missing dbName in SDNC Issue-ID: OOM-3255 Issue-ID: OOM-3257 Change-Id: Ib11c20ce99bdd7f29415611d2c0795466415eea6 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-12-13[CPS] Config updates for cps-core and DMImpriyank5-28/+41
- Actuator health check endpoints and ports updated from /manage to /actuator and port to service port - Config changes relating to spring boot upgrade - Updating the latest cps image for montreal that has security.permit-uri under root - Added hazelcast capability to run on kubernetes mode Issue-ID: CPS-1945 Issue-ID: CPS-1977 Change-Id: I28cc1c576d036cda1d61893a7f897698a056f0a8 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2023-12-08Merge "[PORTAL-NG] Publish ui and bff charts in OOM"Lukasz Rajewski45-16/+2590
2023-12-08Merge "[CDS] Set Hazelcast service to "Headless""Lukasz Rajewski1-0/+1
2023-12-08Merge "[COMMON] Add roles for hazelcast apps"Lukasz Rajewski2-0/+6
2023-12-08[CDS] Set Hazelcast service to "Headless"Andreas Geissler1-0/+1
The Hazelcast synchronization service should be setup as headless service. Therfor the line "clusterIP: None" is added Issue-ID: OOM-3252 Change-Id: I7cb8fcfc03af2df93f1a710015cba9d53268951f Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-12-08[COMMON] Add roles for hazelcast appsAndreas Geissler2-0/+6
CDS and CPS use hazelcast, which requires additional resource read permissions (endpoint, service, node) Added it to roles-wrapper and ServiceAccount templates Issue-ID: OOM-3250 Change-Id: I8360ba657054b2468df55dc529beedd9fc79bada Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-12-07[COMMON][DOC] Add documentation for Montral and GatewayAPIAndreas Geissler11-245/+483
Add override file to use GatewayAPI as Ingress provider A precreated GW named "common-gateway" is used. Added documentation for Montreal like release notes, Infrastructure guides... Issue-ID: OOM-3184 Issue-ID: OOM-3242 Change-Id: I18107bac52abf34dbc0b217fd8b7542ba51aab84 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-12-07[DOC] Fix graphviz issue in ReadTheDocsthmsdt1-0/+2
Added the graphviz package. Issue-ID: DOC-821 Change-Id: I1d82cbf07f9e4c8dc90b69650ea493a94554160e Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2023-12-07[PORTAL-NG] Publish ui and bff charts in OOMFiete Ostkamp45-16/+2590
- upload ui and bff - preferences and history services will be added later - added portal-ng to ONAP chart and overrides Issue-ID: PORTALNG-66 Change-Id: I9182234be3afbdcdc95b23f0799a11d41384184e Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>