aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-resources
AgeCommit message (Collapse)AuthorFilesLines
2024-05-29[AAI] Deploy latest AAI imagesFiete Ostkamp1-4/+4
- resources from 1.13.4 to 1.13.5 - traversal from 1.13.4 to 1.13.5 - graphadmin from 1.12.3 to 1.13.7 - model-loader from 1.13.6 to 1.14.1 - babel from 1.12.3 to 1.13.1 - schema-service from 1.12.3 to 1.12.4 Generally this includes the DmaaP removal and version upgrade to v29 Issue-ID: AAI-3862 Change-Id: Ide32cc4ddc8dcc32ca43351e4e85ac9b0d512f55 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-22Merge "[AAI] Helm changes for DMaaP deprecation"Andreas Geissler5-21/+89
2024-05-20[AAI] Helm changes for DMaaP deprecationKv5-21/+89
- Helm changes for DMaaP deprecation in A&AI Issue-ID: OOM-3297 Change-Id: I6a601c4c9958fb6817872520c259525eb650d0c9 Signed-off-by: Kv <vani.kv@accenture.com>
2024-05-14[AAI] Make aai log level configurableFiete Ostkamp2-2/+5
- introduce log.level.root setting to set root log level Issue-ID: AAI-3846 Change-Id: Ia6d39f7e70605ccc7bfd64830bdfe8aa55058f3f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-11[COMMON] Update all ReadinessChecksAndreas Geissler1-7/+3
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-03-25Merge "[AAI] Kyverno - disallow-host-path policy"Lukasz Rajewski1-6/+0
2024-03-24[AAI] Kyverno - disallow-host-path policyFiete Ostkamp1-6/+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-20[COMMON] Make imagePullSecrets configurableAndreas Geissler1-2/+1
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-14[COMMON] Harmonize resource settings, Part 2Andreas Geissler1-2/+2
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-02-28[COMMON] Harmonize resource settingsAndreas Geissler2-12/+19
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-01-26[AAI] Use latest aai-resources imageMichal Jagiello2-2/+2
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-16[AAI] Add options for remote debugging and profilingFiete Ostkamp2-0/+36
- 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-10[AAI] Fix AAI service monitoring via PrometheusFiete Ostkamp2-4/+4
- 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 Ostkamp3-6/+35
- 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-04[AAI] Add option to disable access logging for liveness probesFiete Ostkamp2-7/+29
- 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-01Merge "[AAI] Add variables for HEAP and METASPACE sizes"Micha? Jagie??o2-0/+12
2023-11-22Merge "[AAI] Log to stdout in aai pods"Andreas Geissler1-2/+2
2023-11-16[AAI] Update OOM to include the latest version v28 for AAI schemanandkishorpatke1-3/+3
- 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[AAI] Log to stdout in aai podsFiete Ostkamp1-2/+2
- 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-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-10-25[AAI] Add variables for HEAP and METASPACE sizesAndreas Geissler2-0/+12
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-18[OOM] Fixing k8s cpu limitsvladimir turok1-2/+2
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-09-29[MARIADB][COMMON] Add support for mariadb-operatorAndreas Geissler1-1/+1
Add template functions for the mariadb-operator resources and update the mariadb-galera chart to support them Change the flag to "useOperator" in cassandra to the global setup and additional labels for cassandra resources Changed Policy DB users to support the new mariadb User and fixed db.sh script to wait for the DB user creation Use the new readiness image 5.0.1 with the "app-name" option Change the MariaDB-Galera Service to the "primary" to avoid Deadlocks Fix previous SDNC patch (https://gerrit.onap.org/r/c/oom/+/135308) and temporary disable MariaDB for SDNR, as it is not compatible to MariaDB 11 Issue-ID: OOM-3236 Change-Id: Ie63fcc9c6d5fa802d38c592b449e7ff8553c2ab9 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-07-19[AAI] Update Version labels in deploymentsAndreas Geissler1-4/+4
Add "" to the version label to interpret it as string Issue-ID: OOM-3228 Change-Id: Ib3af1e6b4caaf4d2153bd73211e0bd7c1b1ccb96 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-07-18Merge "[AAI] Fix Istio compatibility and add Job ServiceAccount"Andreas Geissler3-3/+25
2023-07-18[AAI] Fix Istio compatibility and add Job ServiceAccountAndreas Geissler3-3/+25
Add labels for "version" and "name", add port name in deployment Add missing Service account in Job definitions Issue-ID: OOM-3229 Issue-ID: OOM-3228 Change-Id: I65c188f4c029b94cc0dc77ebe9e00bfc9a0cb27a Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-07-14[OOM] Fixing k8s resources and limitsAndreas Geissler1-3/+3
This fix is adjusting OOM helm charts components resources limits and requests Issue-ID: OOM-3199 Signed-off-by: Vladimir Turok <vladimir.turok@t-systems.com> Change-Id: I56aeba925cda4984277ac7bbf23cfd158263d30f
2023-06-29[COMMON] Bump ONAP versionAndreas Geissler1-4/+4
Update chart versions to 13.0.0 for Montreal Issue-ID: OOM-3173 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ie53fd021f01e459c464e44f4459a73ba0b00c172
2023-05-26[AAI] Create Authorization Policies for AAIAndrewLamb2-0/+23
- Create Authorization Policies for AAI - Add initial authorized serviceAccounts for each sub-component service Issue-ID: OOM-3126 Change-Id: Ic7fdaf595ae3534805a39859fe8e02b81999bef3 Signed-off-by: amatthews <adrian.matthews@est.tech> Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2023-04-20[AAI] Kiali Validation - KIA0601 - Port name must follow [-suffix] formFiete Ostkamp1-1/+1
- change portNames to have a protocol prefix Issue-ID: OOM-3166 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I3013ba629c951c12dfb7594aadc34dd0c47afab9
2023-03-31[AAI] Update Service definitions to support Ingress caseAndreas Geissler1-2/+0
Fix the service definitions to automatically change NodePorts to ClusterIPs in case of Ingress enabled Issue-ID: OOM-3111 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I27fbcc917190f1df3d39f1bfc789664bb55809a2
2023-03-29[AAI] Remove AAF/TLS config from chartsefiacor12-231/+16
Remove aaf and tls config from aai charts Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ibb26e7ae00eb6b5a65ec2263b8f57ad6fb345892 Issue-ID: OOM-3111
2023-03-03[COMMON] Fix resources indentmiroslavmasaryk1-1/+1
Fix of resources template indent and therefore resources in components Issue-ID: OOM-3104 Signed-off-by: miroslavmasaryk <miroslav.masaryk@telekom.com> Change-Id: I825a3860db00cae4bb80b2aa2d82ac1a42b33124
2022-12-20[VID] Remove VID charts and refsefiacor2-5/+0
Remove VID charts and all refs Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I167090a7d037e90484e42c6d12ec56ac329e1553 Issue-ID: OOM-3070
2022-12-14[APPC] Remove appc chart and refsefiacor2-5/+0
Removing appc chart Removing most appc refs Some SO data may need to be followed up with SO team Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I183e3dfb7e33a3ada1ac9925ee96b9f32d89bd5a Issue-ID: OOM-3069
2022-11-23[AAI] Service monitor for scraping prometheus metricsleila5-1/+81
Changes are done for aai resources graphadmin and traversal Session affinity for aai resources traversal and aai haproxy Issue-ID: AAI-3599 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Ib3853c45051ca8e9c025bd0d6e700a08a54cb1a9
2022-11-10[COMMON] Bump ONAP versionAndreas Geissler1-5/+5
Update chart versions 12.0.0 for London Issue-ID: OOM-3046 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ic196235ff4f6ae14a7ecad799bd75a9666b2594a
2022-10-24[AAI] Release 1.11.0 images for Kohnwr148d1-1/+1
Releasing the latest docker images aai-babel aai-graphadmin aai-modelloader aai-schema-service aai-traversal Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8fdec3465b63a5e445f7e567884bbc8ee74c4e95
2022-10-03Merge "[AAI] OOM AAI resources healthcheck based on Cassandra DB Healthcheck"Fiachra Corcoran2-2/+33
2022-09-27[AAI] OOM AAI resources logging structure enhancementRommel Pawar3-249/+371
Included logback changes Update aai resources image Issue-ID: AAI-3524 Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca> Change-Id: If70c8c285c0c8c9b5c8b24962e9e01b8c87229ff
2022-09-27[AAI] OOM AAI resources healthcheck based on Cassandra DB HealthcheckRommel Pawar3-3/+34
Use echo endpoint for aai-resources liveness and readiness probes Updated aai resources docker image Issue-ID: AAI-3528 Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca> Change-Id: I2ceb489142063189d39ec271d3ea82e00e781b75
2022-09-23[AAI] Add latency metrics configurations for AAI-resourcesleila1-0/+4
Latency metrics based on the percentiles of histogram quantile function Issue-ID: AAI-3529 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: I1efca1383051168c6e17abe6bde78c93d7752b31
2022-08-19[AAI] Update OOM to include the latest version for AAI Kohnwr148d1-3/+3
Updates included to bump to the latest version of the schema v27 Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8d9fb8ed90a67b09556898d11ca45b4c6b8a06ad
2022-06-24[COMMON] Bump ONAP versionAndreas Geissler1-5/+5
Use version 11.0.0 for Kohn Issue-ID: OOM-2971 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
2022-04-14[AAI] Upgrading to the latest v26 default schema version configwr148d1-1/+1
CCVPN use case introduced some new model updates in Jakarta which require the default schema being moved to v26. New schema-service version too. Issue-ID: AAI-3466 Change-Id: I3ee06a2ee4ea21cd99a9e8e059a94d93441fee0c Signed-off-by: wr148d <wr148d@att.com>
2022-03-28[AAI] Upgrading to the latest images that include v25/v26 XSDswr148d1-1/+1
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-18[AAI] Testing a revert of v26 to v24wr148d1-1/+1
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-02-23[AAI] Updates for AAI Jakarta to release latest versionswr148d1-3/+3
Updates include security package updates and releasing v26 support for CCVPN requirements Upgrade Babel version to 1.9.3 Upgrade Model-loader version to 1.9.2 Upgrade GraphAdmin version to 1.9.3 Upgrade Resources version to 1.9.4 Upgrade Traversal version to 1.9.4 Upgrade Schema-service version to 1.9.4 Issue-ID: AAI-3435 Change-Id: I9a0685907c098d35f25f448cb0963977b33cbd65 Signed-off-by: wr148d <wr148d@att.com>
2022-02-01[AAI] Docker image updates for package upgrades for security reasonswr148d1-1/+1
Babel, schema-service, resources, traversal, and graphadmin docker images updated to get log4j version updates and other package updates based on security violations Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Iacd476bb2f70af1524878a887bfac669cc45f3fb
2021-12-07[GLOBAL] Migrate to helm v3efiacor2-34/+20
Move all Chart.yaml to use apiVersion: 2 Move dependencies from requirements.yaml to Chart.yaml Changes to all makeFiles Changes to helm deploy plugin Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I03c5290eee9e40f76eacbf171e774204cf5fb1c0 Issue-ID: OOM-2845