From: demx8as6 Date: Sat, 1 Jul 2023 13:31:54 +0000 (+0000) Subject: Correct usage of Domain environment variable. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F11471%2F1;p=oam.git Correct usage of Domain environment variable. - docker-compose updated Issue-ID: OAM-340 Change-Id: Ief4758e80839873129838b3fbea7927638adee52 Signed-off-by: demx8as6 --- diff --git a/solution/smo/oam/docker-compose.yml b/solution/smo/oam/docker-compose.yml index d6e9438..0e5ada6 100755 --- a/solution/smo/oam/docker-compose.yml +++ b/solution/smo/oam/docker-compose.yml @@ -46,7 +46,7 @@ services: container_name: controller hostname: controller extra_hosts: - - "controller.dcn.smo.o-ran-sc.org:${HOST_IP}" + - "controller.dcn.${SOLUTION_DOMAIN}:${HOST_IP}" healthcheck: test: wget --no-verbose --tries=1 --spider http://localhost:${SDNC_REST_PORT}/ready || exit 1 start_period: 60s