From 29d2f47efffa73214736ec1a1d74b58f59b5d62a Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Tue, 8 Oct 2024 12:18:26 +0100 Subject: [PATCH] ACM Participants: Upgrade ACM and Spring Boot version Spring boot and ACM version upgraded. ACM version upgraded to 8.1.0-SNAPSHOT. This needs to be replaced once release images are available (NONRTRIC-1035). ACM version 8.0.0 is not compatible with the latest version of Spring Boot Spring boot upgraded to 3.3.4 Issue-ID: NONRTRIC-1030 Change-Id: Ib8eee96ab5b367d50e30c65b9358f937fea30459 Signed-off-by: aravind.est --- participants/participant-impl-dme/pom.xml | 12 ++++++++++++ .../participant-impl-dme/src/main/resources/application.yaml | 12 ++++++++++-- participants/pom.xml | 8 ++++---- 3 files changed, 26 insertions(+), 6 deletions(-) mode change 100755 => 100644 participants/participant-impl-dme/src/main/resources/application.yaml diff --git a/participants/participant-impl-dme/pom.xml b/participants/participant-impl-dme/pom.xml index 5e0e191..8ff3ee2 100755 --- a/participants/participant-impl-dme/pom.xml +++ b/participants/participant-impl-dme/pom.xml @@ -53,14 +53,26 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-actuator + org.springframework.boot spring-boot-starter-security + + org.springframework.boot + spring-boot-starter-aop + io.micrometer micrometer-registry-prometheus + + org.apache.httpcomponents + httpcore + org.projectlombok lombok diff --git a/participants/participant-impl-dme/src/main/resources/application.yaml b/participants/participant-impl-dme/src/main/resources/application.yaml old mode 100755 new mode 100644 index cfa06aa..4ce2ec5 --- a/participants/participant-impl-dme/src/main/resources/application.yaml +++ b/participants/participant-impl-dme/src/main/resources/application.yaml @@ -17,18 +17,26 @@ dme: participant: intermediaryParameters: + topics: + operationTopic: policy-acruntime-participant + syncTopic: acm-ppnt-sync reportingTimeIntervalMs: 120000 description: Participant Description participantId: 101c62b3-8918-41b9-a747-d21eb79c6c08 clampAutomationCompositionTopics: topicSources: - - topic: policy-acruntime-participant + - topic: ${participant.intermediaryParameters.topics.operationTopic} + servers: + - ${topicServer:kafka.default.svc.cluster.local:9092} + topicCommInfrastructure: NOOP + fetchTimeout: 15000 + - topic: ${participant.intermediaryParameters.topics.syncTopic} servers: - ${topicServer:kafka.default.svc.cluster.local:9092} topicCommInfrastructure: NOOP fetchTimeout: 15000 topicSinks: - - topic: policy-acruntime-participant + - topic: ${participant.intermediaryParameters.topics.operationTopic} servers: - ${topicServer:kafka.default.svc.cluster.local:9092} topicCommInfrastructure: NOOP diff --git a/participants/pom.xml b/participants/pom.xml index b4ae178..29c1217 100755 --- a/participants/pom.xml +++ b/participants/pom.xml @@ -25,7 +25,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.5 + 3.3.4 org.o-ran-sc.nonrtric.plt @@ -52,9 +52,9 @@ 17 7.3.0 - 0.43.4 - 0.8.11 - 7.1.1 + 0.45.0 + 0.8.12 + 8.0.1-SNAPSHOT 0.2.6 -- 2.16.6