X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fsmo%2Foam%2Fdocker-compose.yml;h=d6e943835b46258c0b07c40b6a9c7bf32ff956f0;hb=refs%2Fchanges%2F21%2F11321%2F1;hp=84e5e50a88c6996bd0d486f6fa29919dd73a57ac;hpb=470bbf5501fc5afbb2b084c86ccc1e0184292a5b;p=oam.git 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