From: demx8as6 Date: Tue, 6 Jun 2023 09:34:23 +0000 (+0000) Subject: Add kafka bridge X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=882d46b08e1af90a9d0649ed01d2b9f2063b49b6;p=oam.git Add kafka bridge - housekeeping in smo/oam/docker-compose Issue-ID: OAM-337 Change-Id: I7a33e7d50446639fe6b117fb45f8ab214256b212 Signed-off-by: Martin Skorupski --- diff --git a/solution/smo/oam/docker-compose.yml b/solution/smo/oam/docker-compose.yml index 84e5e50..d6e9438 100755 --- a/solution/smo/oam/docker-compose.yml +++ b/solution/smo/oam/docker-compose.yml @@ -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