X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fsmo%2Foam%2Fdocker-compose.yml;h=2a4bd228ed2fb69a7584a3d9a72d81f6d261191d;hb=79751b76b823d794542f6207b3ac97e525bcebf8;hp=9d2c5b5f9933c996d3b8b74d26ae265b246f7986;hpb=77f826994a1d3624c9afe8274284c1a17e2d9b16;p=oam.git diff --git a/solution/smo/oam/docker-compose.yml b/solution/smo/oam/docker-compose.yml index 9d2c5b5..2a4bd22 100755 --- a/solution/smo/oam/docker-compose.yml +++ b/solution/smo/oam/docker-compose.yml @@ -28,6 +28,8 @@ services: image: ${SDNC_IMAGE} container_name: controller hostname: controller + extra_hosts: + - "identity.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 start_period: 60s @@ -82,7 +84,11 @@ services: ipv6_address: ${SDNC_OAM_IPv6} ves-collector: - image: ${VES_COLLECTOR_IMAGE} + image: ${VES_COLLECTOR_IMAGE}-configured + build: + context: ./ves-collector + args: + - BASEIMAGE=${VES_COLLECTOR_IMAGE} container_name: ves-collector hostname: ves-collector environment: @@ -90,7 +96,6 @@ services: volumes: - ./ves-collector/collector.properties:/opt/app/VESCollector/etc/collector.properties - ./ves-collector/ves-dmaap-config.json:/opt/app/VESCollector/etc/ves-dmaap-config.json - - ./ves-collector/externalRepo:/opt/app/VESCollector/etc/externalRepo labels: traefik.enable: true traefik.http.routers.ves.entrypoints: websecure @@ -111,4 +116,4 @@ networks: driver: default config: - subnet: "${NETWORK_SUBNET_OAM_IPv6}" - gateway: "${NETWORK_GATEWAY_OAM_IPv6}" \ No newline at end of file + gateway: "${NETWORK_GATEWAY_OAM_IPv6}"