aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-10-11Release 1.15.0Fiete Ostkamp1-0/+7
- update Janusgraph (0.6.4 -> 1.0.0) - update Tinkerpop (3.5.8 -> 3.7.1) Issue-ID: AAI-4015 Change-Id: I99ac21f78d8130a2f5f8c1016103d8e43531b944 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-10-07Update janusgraph to 1.0.01.15.0Fiete Ostkamp3-27/+7
- 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 Sawant8-87/+527
- 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-19Release 1.14.7 container image for graphadminFiete Ostkamp1-0/+7
- use Java 11 - upgrade spring-boot (2.4.13 -> 2.5.15) - fix vulnerabilities - replace heap_size jvm args with MaxRAMPercentage to scale dynamically with the K8s limits Issue-ID: AAI-4004 Change-Id: I4de2ed83e4a4430ad3579d93757778ed89cf408d Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-09-18Use Java 11 in graphadmin1.14.7Fiete Ostkamp9-74/+43
- 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 Ostkamp4-32/+34
- 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-15Release 1.14.6 graphadmin docker artifactFiete Ostkamp2-1/+9
- update Tinkerpop (3.5.0 -> 3.5.8), Janusgraph (0.6.0 -> 0.6.4) - declare cassandra-driver related deps in dependencyManagement [0] - fix some graphadmin scripts being broken in last release - make graphadmin ready to be run with a read-only filesystem - migrate JUnit 4 to 5 [0] since spring-boot would otherwise downgrade the driver version to a (much) older version Issue-ID: AAI-3969 Change-Id: I0a04d757a4bf731048c7ff0188a345548fcd48f8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-14Prevent spring dependency management from overriding cassandra driver ↵1.14.6Fiete Ostkamp1-1/+14
version in graphadmin - part 2 - dependencyManagement for cassandra driver wasn't managing all necessary dependencies Issue-ID: AAI-3965 Change-Id: I29b10b51646088882db4febdc0135dc93c1dd616 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-14Migrate graphadmin to Junit 5Fiete Ostkamp65-1517/+1706
Issue-ID: AAI-3964 Change-Id: I2f3f21c42bf3d13c5fa487592219ec9fa7594cd9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-14Prevent spring dependency management from overriding cassandra driver ↵Fiete Ostkamp1-0/+10
version in graphadmin - define dependencyManagement for the cassandra driver [0] [0] spring-boot has autoconfiguration and dependency management for cassandra. This management is overriding the newer driver version that is used by janusgraph-cql. Issue-ID: AAI-3963 Change-Id: I9df5e5c91cf7dd5fd330152699121ca164a53da5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-13Use latest aai-common release version again since building of snapshot ↵Fiete Ostkamp1-1/+1
images fails - stage-docker-release fails with 1.14.6-SNAPSHOT Issue-ID: AAI-3961 Change-Id: Ie8aeee631dbb7a8dbfd4c9f5c44128def45cc890 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-13Update Janusgraph to 0.6.4 in graphadminFiete Ostkamp1-1/+3
- update Tinkerpop (3.5.0 -> 3.5.8), Janusgraph (0.6.0 -> 0.6.4) Issue-ID: AAI-3957 Change-Id: Ife8771acc4e9cbf896edaa08b59a84df62cddf89 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 Ostkamp13-311/+309
- 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-06Release 1.14.5 graphadmin docker artifactFiete Ostkamp1-0/+7
- update Janusgraph (0.5.3 -> 0.6.0) Issue-ID: AAI-3949 Change-Id: Ia26aaebc6790a1d6d8beb7f2bac5767e0fac916f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-06stage-docker-release fails due to plugin issue1.14.5Fiete Ostkamp1-0/+10
- do not remove full declaration of gmaven-plugin Issue-ID: AAI-3946 Change-Id: I7b783b7bd495e9dbf3626285836e46108546c012 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-06Update Janusgraph to 0.6.0 in graphadminFiete Ostkamp16-104/+256
- 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-30[AAI] Up-version aai-graphadmin to 1.12.5 for releasevani.kv2-2/+2
- Up-version aai-graphadmin to 1.12.5 for release Issue-ID: AAI-3935 Change-Id: I2412b06650f65450418adb4df1546a270b267449 Signed-off-by: vani.kv <vani.kv@accenture.com>
2024-07-29[AAI] Update aai-schema version to 1.12.5 in pom of graphadminvani.kv1-1/+1
- Update aai-schema version to 1.12.5 in pom of graphadmin Issue-ID: AAI-3935 Change-Id: Ib54bda8d094161462812eeec01a10a368f36b3b5 Signed-off-by: vani.kv <vani.kv@accenture.com>
2024-07-05Release 1.14.4 docker artifact of aai-graphadminFiete Ostkamp1-0/+7
- upgrade Janusgraph (0.5.0 -> 0.5.3) - use aai-common 1.14.4 release version (with pagination fix) Issue-ID: AAI-3925 Change-Id: Ia3a30f262920bd114ad4437241fe40cea77273bf Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-07-04Upgrade aai-graphadmin to Janusgraph 0.5.31.14.4Fiete Ostkamp1-3/+3
- upgrade Janusgraph (0.5.0 -> 0.5.3) - use aai-common 1.14.4 release version (with pagination fix) Issue-ID: AAI-3922 Change-Id: I27b823b150da91a5bf3db5b19defbd1d5ed848d8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-07-04Use eclipse-temurin:8-jre-alpine docker base image in aai-graphadminFiete Ostkamp38-303/+252
- 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-07-01Release 1.14.3 docker artifact of aai-graphadminFiete Ostkamp1-0/+7
- update Janusgraph (0.4.0 -> 0.5.0) and tinkerpop (3.4.0 -> 3.4.13) - fix flaky test - disable UpdateToolTest since it's failing in the pipeline but working locally Issue-ID: AAI-3910 Change-Id: I523934b3fad5970904ac666a3d2005b4ee3e73a2 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-07-01Use 1.14.3 release version of aai-common in aai-graphadmin1.14.3Fiete Ostkamp1-2/+2
Issue-ID: AAI-3908 Change-Id: Ib9f97d1f023836f6f3f8a54a21da396339e7c8e3 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-28Update Janusgraph to 0.5.0 in graphadminFiete Ostkamp8-429/+408
- 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-25graphadmin uses wrong metrics-core dependency versionFiete Ostkamp1-1/+12
- downgrade metrics core dependency to fix classnotfoundexception that is thrown by janusgraph Issue-ID: AAI-3895 Change-Id: I8562326c0a8a5eb910b2616f185e3c2c64183f6c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-22Update aai-common to 1.14.2 in graphadminFiete Ostkamp6-175/+182
- 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-18Release 1.14.1 graphadmin docker artifactFiete Ostkamp1-0/+7
- includes tinkerpop update from 3.3.0 to 3.3.11 - update guava from 18 to 25.0-jre Issue-ID: AAI-3886 Change-Id: Iafd51f4d24408d935a410ffc62fdd541e3786feb Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-18Update aai-common to 1.14.1 in graphadmin1.14.1Fiete Ostkamp2-33/+22
- includes tinkerpop update from 3.3.0 to 3.3.11 - update guava from 18 to 25.0-jre Issue-ID: AAI-3880 Change-Id: I73b412eee3954163ce9fb31dd9eb7430f3d44bdc Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-15Release 1.14.0 container release for graphadminFiete Ostkamp2-2/+9
Issue-ID: AAI-3874 Change-Id: If5408c130496ddab9fe2a4d45a709e1ea27d3b40 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-15Update aai-common to 1.14.0 in graphadmin1.14.0Fiete Ostkamp27-239/+232
- 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 Ostkamp2-192/+266
- 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-25Release 1.13.7 imageFiete Ostkamp1-0/+7
Issue-ID: AAI-3857 Change-Id: I6ac3f988ce4915f166d35d10048528f7f92158fd Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-25Reindexing in graphadmin not working reliably1.13.7Fiete Ostkamp3-5/+7
- 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-24Release 1.13.6 graphadmin imageFiete Ostkamp1-0/+7
- removal of DMaaP dependency - v29 schema change Issue-ID: AAI-3855 Change-Id: I0af73121272d14a7a1daeda74730e975a6cd46e0 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 Ostkamp3-8/+8
- 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-2/+2
- Upgrade aai-graphadmin version to 1.13.6 Issue-ID: AAI-3821 Change-Id: I7b6a00994744c963a0e64e6678189584754a6453 Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-05-17Remove DMaaP references from GraphAdminDasar4-34/+42
- 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-03Release 1.13.5 version of graphadminFiete Ostkamp3-2/+9
- use newer java 8 image - add reindexing logic when db is not empty upon schema creation Issue-ID: AAI-3844 Change-Id: Ie79dbae2bf2bc7a0965a4cdc1072f4c4e18797bb Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-03Update aai-common to version 1.13.51.13.5Fiete Ostkamp5-92/+140
- 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 Ostkamp12-95/+67
- 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 Ostkamp3-5/+3
- 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>
2024-01-12[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributorswr148d1-0/+16
Issue-ID: AAI-3729 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8acbff9f44869ab666c7cca7f4b4d5baf9673e28
2023-11-16[AAI] Release aai-graphadmin 1.12.3 docker artifactnandkishorpatke1-0/+7
- Release aai-graphadmin 1.12.3 docker artifact Issue-ID: AAI-3677 Change-Id: Ifc2e800dc1172f901652c0e6e19035a8ac0dc6d0 Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-11-16[AAI] Release aai-graphadmin 1.12.3 maven artifactnandkishorpatke1-0/+4
- Release aai-graphadmin 1.12.3 maven artifact Issue-ID: AAI-3677 Change-Id: I30ac9a90ebb1ff4e7091aa18830e666d9d66a813 Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-11-15[AAI] Up-version aai-graphadmin to 1.12.3 for releasenandkishorpatke2-2/+2
- Up-version aai-graphadmin to 1.12.3 for release Issue-ID: AAI-3677 Change-Id: I5d349f89766e65a043214ceef76d2deba17d35b4 Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-11-15[AAI] Update aai-schema version v28 as default in the pom of graphadminnandkishorpatke3-8/+8
- 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>
2023-07-11[AAI]Release graphadmin 1.12.1 docker artifact for LondonAleem Raja1-0/+7
Issue-ID: AAI-3653 Change-Id: Ic04620f93c48c63b9941fdc79f3db98b5168b546 Signed-off-by: Aleem Raja <aleem.raja@t-systems.com>
2023-06-03[AAI] Release graph-admin maven artifact 1.12.11.12.1aleem.raja@t-systems.com1-0/+4
Issue-ID: AAI-3653 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: I775cb44dcc9f6b716b26326173fb3d6821373500
2023-05-26[AAI] Up-version aai-graphadmin to 1.12.1 for Londonaleem.raja@t-systems.com2-3/+3
Updated version for aai-schema to 1.12.1 Issue-ID: AAI-3653 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: Iefac4cec0968eeedd8b00e303d3eeab438525f82