From: Ravi Pendurty Date: Fri, 16 May 2025 07:16:43 +0000 (+0530) Subject: Remove DMaaP from OAM Solution X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F14423%2F1;p=oam.git 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 --- 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