Add kafka bridge 70/11270/2
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Tue, 6 Jun 2023 09:34:23 +0000 (09:34 +0000)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 7 Jun 2023 11:17:39 +0000 (11:17 +0000)
- housekeeping in smo/oam/docker-compose

Issue-ID: OAM-337
Change-Id: I7a33e7d50446639fe6b117fb45f8ab214256b212
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
solution/smo/oam/docker-compose.yml

index 84e5e50..d6e9438 100755 (executable)
@@ -46,16 +46,13 @@ services:
     container_name: controller
     hostname: controller
     extra_hosts:
-      - "identity.smo.o-ran-sc.org:${HOST_IP}"
+      - "controller.dcn.smo.o-ran-sc.org:${HOST_IP}"
     healthcheck:
-      test: wget -U ${ADMIN_USERNAME}:${ADMIN_PASSWORD} --no-verbose --tries=1 --spider http://localhost:${SDNC_REST_PORT}/ready || exit 1
+      test: wget --no-verbose --tries=1 --spider http://localhost:${SDNC_REST_PORT}/ready || exit 1
       start_period: 60s
       interval: 10s
       timeout: 5s
       retries: 5
-    # ports:
-      # - 4334:4334
-      # - 4335:4335
     environment:
       ENABLE_ODL_CLUSTER: false
       ENABLE_OAUTH: true
@@ -122,6 +119,8 @@ services:
         - BASEIMAGE=${VES_COLLECTOR_IMAGE}
     container_name: ves-collector
     hostname: ves-collector
+    extra_hosts:
+      - "ves-collector.dcn.${SOLUTION_DOMAIN}:${HOST_IP}"
     healthcheck:
       test: curl -k -u ${VES_ENDPOINT_USERNAME}:${VES_ENDPOINT_PASSWORD} ${VES_ENDPOINT_PROTOCOL}://localhost:${VES_ENDPOINT_PORT} || exit 1
       start_period: 1s