From: ecaiyanlinux Date: Tue, 27 Jul 2021 14:13:45 +0000 (+0200) Subject: Update image url to fix csit jenkins job for honolulu branch X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F122878%2F2;p=ccsdk%2Foran.git Update image url to fix csit jenkins job for honolulu branch Signed-off-by: ecaiyanlinux Issue-ID: CCSDK-3374 Change-Id: Ib866b9ad2cb4be1d21263a3c766fbf02482c72a1 --- diff --git a/csit/scripts/healthcheck/docker-compose.yml b/csit/scripts/healthcheck/docker-compose.yml index af3aad5f..a9612876 100644 --- a/csit/scripts/healthcheck/docker-compose.yml +++ b/csit/scripts/healthcheck/docker-compose.yml @@ -39,7 +39,7 @@ services: # - ./config/application-policyagent.yaml:/opt/app/policy-agent/config/application.yaml:ro a1-sim-OSC: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-OSC networks: - default @@ -52,7 +52,7 @@ services: - ALLOW_HTTP=true a1-sim-STD: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-STD networks: - default @@ -65,7 +65,7 @@ services: - ALLOW_HTTP=true a1-sim-STD-v2: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-STD-v2 networks: - default