aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2023-12-05[MARIADB] Fix StorageClassName for GaleraAndreas Geissler1-0/+3
Add missing entry for customized StorageClass for the MariaDB-Operator based DB instances Issue-ID: OOM-3236 Change-Id: I6c65c1553fc01181aa7dbc5fedb3237c110fc172 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-12-01Merge "[AAI] Add variables for HEAP and METASPACE sizes"Micha? Jagie??o4-0/+24
2023-12-01Merge "[DCAEGEN2] Update base image for healthcheck"Micha? Jagie??o1-1/+1
2023-11-22Merge "[POLICY] Update docker images to latest versions"Jack Lucas14-14/+14
2023-11-22Merge "[AAI] Log to stdout in aai pods"Andreas Geissler3-6/+6
2023-11-22Merge "[STRIMZI] Add podAntiAffinity to kafka deployment"Jack Lucas2-0/+27
2023-11-18Merge "[CDS] Bump CDS version to 1.5.3"Jack Lucas6-5/+9
2023-11-17Merge "[MARIADB] Make the MariaDB service Operator aware"Lukasz Rajewski28-27/+35
2023-11-17[STRIMZI] Add podAntiAffinity to kafka deploymentAndreas Geissler2-0/+27
Add the configuration to add podAntiAffinity rules for Kafka and zookeeper pods to distribute the pods over multiple worker nodes Issue-ID: OOM-3249 Change-Id: Icd2de1711f8bcad09bd49dac643164c83ae7f06e Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-11-16[AAI] Update OOM to include the latest version v28 for AAI schemanandkishorpatke6-15/+15
- Updates included to bump to the latest version of the schema v28 - Update latest maven version to 1.12.3 for aai-schema - Maven version to 1.12.3 for resources, graphadmin, traversal, babel Issue-ID: AAI-3663 Change-Id: Ib8f28cb95e9834851941e8676ee242f856c87f83 Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-11-14[CDS] Bump CDS version to 1.5.3Lukasz Rajewski6-5/+9
Bug fixes related with UATesting and added PROTOCOL "http" for cds-ui Issue-ID: CCSDK-3934 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I91526c358c83d06bca694b794b5efe62f4cc4c75
2023-11-14[POLICY] Update docker images to latest versionsliamfallon14-14/+14
The image versions in policy values.yaml files have been updated *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I4a28d35bbdda2497faaa5c91baa42aaa9d398437
2023-11-14[AAI] Log to stdout in aai podsFiete Ostkamp3-6/+6
- do not log to *.log files in aai pods [0] [0] this is more in line with the idea of statelessness in pods and will allow to persist logs centrally in ELK Issue-ID: AAI-3683 Change-Id: Id7c3faeb24a896f5189336d1fae8473dd9533d83 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-11-13Merge "[AAI] Add tracing-related config to application.properties in OOM chart"Andreas Geissler2-1/+17
2023-11-13Merge "[SDC] Update SDC images to 1.13.6"Andreas Geissler4-7/+7
2023-11-10[CASSANDRA] Make stargate and reaper deployment optionalAndreas Geissler7-13/+16
As Reaper startup is failing in many cases the deployment it should be possible to disable it to stabilize the gating Change the delay handling in the deploy plugin. Issue-ID: OOM-3246 Change-Id: Ibf435d30551aacc213d7c9d38bce72198f4f4b3d Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-11-10[AAI] Add tracing-related config to application.properties in OOM chartFiete Ostkamp2-1/+17
- make baseUrl[0] and sampling probability[1] configurable [0] url of trace collector (like the central Jaeger) [1] percentage of traces that are sampled Issue-ID: AAI-3676 Change-Id: I84a538311cfb3442f587b7064a461990b82cd18f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-11-06[SDC] Update SDC images to 1.13.6MichaelMorris4-7/+7
Preliminary release of Montreal functionality Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4673 Change-Id: Ia9a234bf68e31d19046d88c26f9d37cb94cddc57
2023-10-25Merge "[SO][UUI] Adjust resource settings"13.0.0-DOCMicha? Jagie??o2-8/+8
2023-10-25[AAI] Add variables for HEAP and METASPACE sizesAndreas Geissler4-0/+24
Add environment variables for aai-resources and aai-traversal pods to set the HEAP and METASPACE sizes Issue-ID: OOM-3248 Change-Id: Ifd28915564bb9309f679c5c7a2e56149aee27a57 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-10-24[MARIADB] Make the MariaDB service Operator awareAndreas Geissler28-27/+35
To support both Operator and non-operator deployments the service name should be either mariadb-galera-primary or mariadb-galera Issue-ID: OOM-3236 Change-Id: Ic7721e08ec6a257b537024cb4a4751d6155ee28c Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-10-24Merge "[STRIMZI] Add option to disable auto creation of kafka topics"Micha? Jagie??o2-0/+2
2023-10-24Merge "[POLICY] Add configurable acm parameters"Lukasz Rajewski2-0/+7
2023-10-24[SO][UUI] Adjust resource settingsAndreas Geissler2-8/+8
Update the resource limits for UUI-Server and SO Admin Cockpit to start properly in "small" flavour Issue-ID: OOM-3241 Change-Id: I5f926e32c07d8135946436ebf72bdbb1bbc94e24 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-10-23[DCAEGEN2] Update base image for healthcheckJack Lucas1-1/+1
Update healthcheck container to version 2.4.1 (Updates nodejs base image to 18.18.0) Issue-ID: DCAEGEN2-3400 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I27e78fdcab44a4c25acb92320f1aa9a40a0eeef7
2023-10-23Merge "[OOM] Fixing k8s cpu limits"Lukasz Rajewski91-183/+183
2023-10-19Merge "[CASSANDRA] Add Reaper and Stargate label checked by SDC/AAI"Lukasz Rajewski7-7/+24
2023-10-18[CASSANDRA] Add Reaper and Stargate label checked by SDC/AAIAndreas Geissler7-7/+24
Schema creations of Reaper and AAI/SDC can conflict with each other. Therefor the reaper init script should finish before AAI and SDC schema init scripts are started Update jvm options for cassandra instance Issue-ID: OOM-3246 Change-Id: I16cea161fc8b75e15c76c4cbe4851739782dfb06 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-10-18[POLICY] Add configurable acm parametersrameshiyer272-0/+7
Added parameters for custom naming in runtime helm chart Issue-ID: POLICY-4830 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: I88022b0fa54cc41d7abc8e27bee241e10d75250a
2023-10-18[OOM] Fixing k8s cpu limitsvladimir turok91-183/+183
Adding specific cpu limits for all oom components Issue-ID: OOM-3241 Change-Id: I0bbd973d91d11dbb0ffa5848f7c1ed5ebb5f54ba Signed-off-by: vladimir turok <vladimir.turok@t-systems.com>
2023-10-18[STRIMZI] Add option to disable auto creation of kafka topicsLukasz Rajewski2-0/+2
Add option to disable auto creation of kafka topics. Issue-ID: OOM-3244 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I9e5871255fe72526417a17a407b411ba94d27000
2023-10-16[MARIADB] Update mariadb template to the 0.21.0 OperatorAndreas Geissler6-33/+38
In the mariadb-operator version 0.21.0 changes to the CRDs have been done, which require a change in the template. see: https://github.com/mariadb-operator/mariadb-operator/pull/248 PeerAuthentication depends on galera setting (not know why) Issue-ID: OOM-3236 Change-Id: Iaf3cd7128e4c9889c1d56b9b83a72a352e60a39d Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-10-06Merge "[COMMON] Update Gateway-API resource definitions"Lukasz Rajewski1-11/+28
2023-10-05[MARIADB] Set mTLS mode to STRICT to solve mysql connection issuesAndreas Geissler1-1/+1
The DISABLE setting for mysql ports lead to failing mysql connections therefor STRICT is used to fix initial connections see (https://istio.io/latest/about/faq/#mysql-with-mtls) Issue-ID: OOM-3236 Change-Id: I56c34400dc73c71b936a51260efd776349adaeae Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-10-02[COMMON] Update Gateway-API resource definitionsAndreas Geissler1-11/+28
Update the definitions based on test results to avoid ArgoCD resyncs. Issue-ID: OOM-3184 Change-Id: I0e87d0bbea4a45a480fe078e4d9ae7a0f22ff764 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>