aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
AgeCommit message (Collapse)AuthorFilesLines
4 daysFix broken spring context in graphadmin1.15.5Fiete Ostkamp16-39/+35
- scan everything under org.onap.aai to get a working spring context Issue-ID: AAI-4123 Change-Id: I7d96f57109b9acf93b99be737b3bce44bc8a39ca Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
5 daysUse 1.15.5 aai-common releaseFiete Ostkamp40-566/+233
Issue-ID: AAI-4119 Change-Id: I392037529a8e377cf319981772255d417addac6f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
5 days[AAI] Unnecessary packages must be cleared from all java files for ↵atul.m.singh39-60/+0
aai-graphadmin module - Removed unused imports from the JAVA files so that unnecessary packages are ignored Issue-ID: AAI-4118 Change-Id: I3bbe4d8120bf881bec49768e51e3b3be5c2a97b2 Signed-off-by: atul.m.singh <atul.m.singh@accenture.com>
2025-01-02Updating gremlin query to utilize composite index properly for ↵ankita.singhal1-25/+60
schema-initialized -Refactored Gentester to fetch the vertex once to avoid multiple queries Issue-ID: AAI-4062 Change-Id: Iedbad0f01e2ed22bd810066623b8eba0ef79bd1a Signed-off-by: ankita.singhal <ankita.f.singhal@accenture.com>
2024-12-10[AAI] Update aai-schema version to 1.12.7 in graphadminvani.kv1-2/+2
- Bump aai-schema pom version to 1.12.7 - Update aai-schema default version to v30 Issue-ID: AAI-4075 Change-Id: I504b0a5d98a5ee33d54877a21170521c96a6c5ca Signed-off-by: vani.kv <vani.kv@accenture.com>
2024-12-06Remove reindexing logic from graphadmin schema-creation script1.15.3Fiete Ostkamp1-36/+25
- reindexing is not performantly working Issue-ID: AAI-4082 Change-Id: I8066857577cda7ed884506fb5012e3d0a77402bc Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-12-02Update indexes for schemaInitializedankita.singhal3-22/+63
Issue-ID: AAI-4062 Change-Id: I0709470ac83badd06e499b22df2277cceba0a615 Signed-off-by: ankita.singhal <ankita.f.singhal@accenture.com>
2024-11-25Merge "Use 1.15.3-SNAPSHOT of aai-common"Nandkishor Patke18-116/+39
2024-11-25Use 1.15.3-SNAPSHOT of aai-commonFiete Ostkamp18-116/+39
- upgrade spring-boot (2.6.15 -> 2.7.18) - upgrade tinkerpop (3.7.1 -> 3.7.3) - upgrade janusgraph (1.0.0 -> 1.0.1) - remove eelf-core dependency - remove aai logging-service dependency Issue-ID: AAI-4068 Change-Id: I0e0abe69fdee064c5edd57d8098e8c16fc34a776 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-11-22RestApi for DB Schema Initialization-Address Review commentsUbuntu3-2/+131
Issue-ID: AAI-4062 Change-Id: I14c9881a4067c8de62162da44a65b5868069999b Signed-off-by: ankita.f.singhal <ankita.f.singhal@accenture.com>
2024-11-11Upgrade spring boot to 2.61.15.2Fiete Ostkamp5-74/+95
- upgrade spring-boot (2.5.15 -> 2.6.15) - upgrade vulnerable guava (25.1 -> 33.3.1) and janino (3.1.9 -> 3.1.12) dependencies - bump snapshot version to 1.15.2-SNAPSHOT Issue-ID: AAI-4048 Change-Id: I34d8c62894c6398c5a51906469890c2f76f4a745 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-10-17Upgrade aai-common dependency to 1.15.1-SNAPSHOTFiete Ostkamp6-30/+41
- remove ActiveMq dependency Issue-ID: AAI-4017 Change-Id: Ie475172ad13bc5ddd482822db36f1ce48bc846c9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-10-07Update janusgraph to 1.0.01.15.0Fiete Ostkamp2-8/+2
- update Janusgraph (0.6.4 -> 1.0.0) - update Tinkerpop (3.5.8 -> 3.7.1) Issue-ID: AAI-3743 Change-Id: I2a8bb2594702bc7fe5968ca8d26b79b1f013e8ad Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-10-03echo liveness probe available under /actuator/healthShantaram Sawant4-87/+226
- Include database connectivity check in the /echo API of AAI modules. Issue-ID: AAI-3999 Change-Id: Ia6eb3ded705e6b5b3f1db0cd9605376a2f442e68 Signed-off-by: Shantaram Sawant <s.shantaram.sawant@accenture.com>
2024-09-18Use Java 11 in graphadmin1.14.7Fiete Ostkamp6-47/+34
- switch compiler version and base image to Java 11 - remove com.sun.jersey (Jersey 1) dependencies - replace heap_size jvm args with MaxRAMPercentage to scale dynamically with the K8s limits Issue-ID: AAI-4001 Change-Id: I17d126cf9972bad4c851a374113845be77fee9f6 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-09-17Update aai-common to 1.14.6 in graphadminFiete Ostkamp1-7/+8
- upgrade spring-boot (2.4.13 -> 2.5.15) - fix vulnerabilities - bump snapshot version to 1.14.7-SNAPSHOT Issue-ID: AAI-3994 Change-Id: Ie692eeb20d0a7e1e0d579134b109d0c2ecfd7840 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-10Make graphadmin compatible with a read-only filesystemFiete Ostkamp2-23/+17
- move file modifying operations from the docker-entrypoint (runtime) to the Dockerfile (build time) Issue-ID: AAI-3955 Change-Id: If7950c4a7074b5bd68b26f3294aa664ef8dd276c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-09Some graphadmin tools have an incomplete bean context and fail accordinglyFiete Ostkamp11-302/+307
- with recent changes to where some beans are declared in aai-common, the context configuration has to be adjusted Issue-ID: AAI-3954 Change-Id: Ia33c437f98e14e9fd68a12771af138e4d904df8a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-06Update Janusgraph to 0.6.0 in graphadminFiete Ostkamp11-61/+76
- update Janusgraph (0.5.3 -> 0.6.0) - update Tinkerpop (3.4.13 -> 3.5.1) - bump version to 1.14.5-SNAPSHOT Issue-ID: AAI-3929 Change-Id: I75bccadca63eb7cd67bd8f9ebbb8d79978138bcc Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-07-04Use eclipse-temurin:8-jre-alpine docker base image in aai-graphadminFiete Ostkamp36-301/+250
- use /bin/sh instead of /bin/bash for scripts - use wget instead of curl - do not check the container user when executing scripts Issue-ID: AAI-3916 Change-Id: I3e7c6e47f8eb55f1e2f872e7e427b61fae8232bb Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-28Update Janusgraph to 0.5.0 in graphadminFiete Ostkamp5-410/+380
- update Janusgraph (0.4.0 -> 0.5.0) and tinkerpop (3.4.0 -> 3.4.13) - try to fix flaky test - disable UpdateToolTest since it's failing in the pipeline but working locally Issue-ID: AAI-3903 Change-Id: I7fe0b074a134fba8708c87153cdd0e845426dab9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-22Update aai-common to 1.14.2 in graphadminFiete Ostkamp3-169/+170
- contains janusgraph update 0.3.3 -> 0.4.0, tinkerpop 3.3.11 -> 3.4.0 Issue-ID: AAI-3889 Change-Id: Iffad56f3dc4ef1c28e89d0c4a3cc351594ff60f9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-15Update aai-common to 1.14.0 in graphadmin1.14.0Fiete Ostkamp10-189/+196
- update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3 - introduce -v parameter to the datasnapshot scripts to specify graphson version Issue-ID: AAI-3871 Change-Id: I4efac6b8ef6cf6f5b264677c5a85e38cd226a194 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-13Support exporting to the kryo format in the dataSnapshot scriptFiete Ostkamp1-176/+220
- add support for the kryo format when creating a database snapshot Issue-ID: AAI-3872 Change-Id: Iba085f7227bbfcb928370443c2e0eac95e49bb9c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-25Reindexing in graphadmin not working reliably1.13.7Fiete Ostkamp1-3/+5
- disable the reindexing mechanism that was introduced with 1.13.6 Issue-ID: AAI-3856 Change-Id: Idb3982c816df2b7e99c2edccaaea0c8a20cc1b16 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-24[AAI] Update aai-schema version to 1.12.4 in graphadmin1.13.6Fiete Ostkamp1-2/+2
- AAI schema addition for 3GPP RAN Network Slice Subnet - and Slice-Profile Attributes & FeasibilityCheckJob - Bump aai-schema pom version to 1.12.4 - Update aai-schema default version to v29 Issue-ID: AAI-3843 Change-Id: Id434e97281255aa4b1f102e961dbcbc35c3c69a1 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-17Remove DMaaP references from GraphAdminDasar2-17/+25
- Replace DMaaP related configuration to Kafka - Upgrade AAI-Common version to 1.13.6 Issue-ID: AAI-3821 Change-Id: Ifed2bbcc8bb052d3b42dc1978be31b372e64582c Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-05-03Update aai-common to version 1.13.51.13.5Fiete Ostkamp3-90/+126
- update aai-common version from 1.14.4 to 1.13.5 - add reindexing logic that is triggered when db already has data in it upon schema creation Issue-ID: AAI-3842 Change-Id: If8ad30f081689388940059226a941ccf5b4730e6 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-22Update aai-common version to 1.13.4 in graphadminFiete Ostkamp2-4/+7
- update to 1.13.4 - bump activemq dep to fix security vulnerability - update mockito from 1.X to 3.4 - bump graphadmin version to 1.13.4 to be in sync with aai-common Issue-ID: AAI-3784 Change-Id: Idcaf9b18ce6cb100b5db88ce0fc6d62157b6c387 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-21Update java 8 image in graphadminFiete Ostkamp1-4/+1
- use 1.13.4 aai-common base image that is back at Java 8 Issue-ID: AAI-3783 Change-Id: I5d9ca9c42a584404b9752f07ab0bd0a29dccb456 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-11-15[AAI] Update aai-schema version v28 as default in the pom of graphadminnandkishorpatke1-2/+2
- Update aai-schema version v28 as default in the pom of graphadmin - Update aai-schema version v28 as default in properties Issue-ID: AAI-3663 Change-Id: I97b365a2cab6ad5970d26049eee1026a4d7fbdbe Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2022-11-04AAI graphadmin logging structure enhancementleila2-30/+189
enhancement for logback and localhost xml files logging structure Issue-ID: AAI-3581 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Iefdada964d352a0ff6554673eb45ef08aa0b70b1
2022-08-16[AAI] Upversion to 1.9.5 to include v27wr148d1-2/+2
Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I03ff8f42c85d2ea5582540bf14f3c86de29b88fb
2022-02-14Merge "[AAI] Update graphadmin to use the new v26 schema and upversion to 1.9.3"Robby Maharajh1-2/+2
2022-02-14[AAI] Update graphadmin to use the new v26 schema and upversion to 1.9.3wr148d1-2/+2
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I57232ee37114b23c72e35ac8dc921feb2a199ca9
2021-12-15[AAI] Expose relevant key metrics for monitoring via prometheussuresh.charan1-0/+8
The Key metrics are available via endpoints: /actuator/prometheus /actuator/info /actuator/health Issue-ID: AAI-3415 Signed-off-by: Suresh Charan <suresh.charan@amdocs.com> Change-Id: I5760095973c7f3d58a3770e221dee1c3ca9d5370
2021-10-01Fix sonar issues :Samuel Liard29-278/+239
Remove all printStackTrace Change split regex Remove all string comparison with != Issue-ID: AAI-3362 Signed-off-by: sliard <samuel.liard@gmail.com> Change-Id: Ia473d0e2d0af5a6cde333e593c42bddd89709167
2021-09-23[AAI] File extensions for the data clean up tasks archive file is changed to zipSuresh Charan1-1/+1
Issue-ID: AAI-3389 Signed-off-by: Suresh Charan <suresh.charan@amdocs.com> Change-Id: Ia7ec839b2cc09142c659078cc165b3826faf6440
2021-08-18[AAI] Updates for latest versions for Istanbulwr148d1-2/+2
Issue-ID: AAI-3361 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Icdf003d53eb185ac3bd065dbc79945dfa144a676
2021-05-06Log proper error message for UpdatePropertyToolNiharika Sharma1-1/+1
Issue-ID: AAI-3328 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: I3e38c92b6b4343ec8153219a989e241e8e9e4127
2021-03-25Fixed Concurrent Updates overriding the AAI object such as PserverNiharika Sharma3-14/+31
Issue-ID: AAI-3308 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: I5f5b89d6304f382c186ae03f3f70ba60097ff6e3
2021-02-02Update graphadmin to use v23Harish Venkata Kajur1-2/+2
Issue-ID: AAI-3249 Change-Id: Iceecbe240416794ff771d7ecf9d02eb6f887317e Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-09-17Update to use aai-common 1.7.2 and use common aaf auth1.7.0Maharajh, Robby (rx2202)1-187/+0
Issue-ID: AAI-3128 Change-Id: I89fa3c1b442eb8b528b1074ad07eb88f786ba264 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-09-09Update resources to use v21Maharajh, Robby (rx2202)1-2/+2
Issue-ID: AAI-3128 Change-Id: I66dfa71b4148024ea22b90b727a41e370af87ccd Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-09-01Updated the retired api versions regex patternwreehil1-1/+1
Issue-ID: AAI-2367 Signed-off-by: wreehil <wr148d@att.com> Change-Id: I5a6c952e8af28e517d84f6a43758f5f985619cc1
2020-07-22Update to spring boot 2Igor Dysko8-16/+17
Update of code and dependencies Issue-ID: AAI-2530 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: Iff78a028c237586a285c410a7522744f8a488b58
2020-07-08Fix sonar issuesRodrigo Lima13-28/+22
- Fix Sonar issues in the classes : UpdatePropertyToolInternal, MigratePserverAndPnfEquipType, UniquePropertyCheck, AuditOXM, PrintVertexDetails, DataGroomingTasks, DeletePInterface, MigrateDataFromASDCToConfiguration, MigrateSAREvcInventory, MigrateModelVer, PserverDedupWithDifferentSourcesOfTruth, GenericQueryProcessor, DataExportTasks Issue-ID: AAI-2963 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: I76ff744153805a009d8378b9839f83456d9ebe5c
2020-07-07Merge "update junit to recheck for snapshot file"William Reehil50-510/+2595
2020-07-06update junit to recheck for snapshot fileLaMont, William(wl2432)50-510/+2595
Issue-ID: AAI-2922 Change-Id: I3ca6189fa6f1eec245f5299c79f052f0fac42be7 Signed-off-by: LaMont, William(wl2432) <wl2432@att.com> Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>
2020-06-01Containers should not run as root by defaultwr148d2-25/+15
Issue-ID: AAI-2822 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I9f01acd217c20dd1c250401e9a96edc31ce77a79