From 626690ff74352d4026bce425451816fe36b3ed47 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Fri, 16 May 2025 12:46:43 +0530 Subject: [PATCH] Remove DMaaP from OAM Solution Components will publish messages directly to Strimzi Kafka Issue-ID: OAM-458 Change-Id: I6f7aebcfd3aea252105e3e1700c86001b771619b Signed-off-by: Ravi Pendurty --- solution/smo/common/docker-compose.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/solution/smo/common/docker-compose.yaml b/solution/smo/common/docker-compose.yaml index 7d68bed..20fa1cd 100755 --- a/solution/smo/common/docker-compose.yaml +++ b/solution/smo/common/docker-compose.yaml @@ -332,34 +332,6 @@ services: dmz: default: - messages: - image: ${DMAAP_IMAGE} - container_name: messages - hostname: messages - environment: - enableCadi: 'false' - volumes: - - ./messages/MsgRtrApi.properties:/appl/dmaapMR1/bundleconfig/etc/appprops/MsgRtrApi.properties - - ./messages/logback.xml:/appl/dmaapMR1/bundleconfig/etc/logback.xml - - ./messages/cadi.properties:/appl/dmaapMR1/etc/cadi.properties - labels: - traefik.enable: true - traefik.http.routers.messages.entrypoints: websecure - traefik.http.routers.messages.rule: Host(`messages.${HTTP_DOMAIN}`) - traefik.http.routers.messages.tls: true - traefik.http.services.messages.loadbalancer.server.port: 3904 - app: "messages" - deploy: "o-ran-sc-smo-common" - solution: "o-ran-sc-smo" - depends_on: - kafka: - condition: service_started - gateway: - condition: service_healthy - networks: - dmz: - default: - networks: dmz: name: dmz -- 2.16.6