diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2021-07-27 16:13:45 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-07-27 17:27:18 +0000 |
commit | 9171726f4d2879756a9dbec30b13e8b2e58ce516 (patch) | |
tree | 2fa2e1f5201179ef9bc2c20d88d62c4b8b48de27 /csit/scripts/healthcheck | |
parent | ceab9fabbd1101f9d1ad3483675747b24eb368d9 (diff) |
Update image url to fix csit jenkins job for honolulu branch
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3374
Change-Id: Ib866b9ad2cb4be1d21263a3c766fbf02482c72a1
Diffstat (limited to 'csit/scripts/healthcheck')
-rw-r--r-- | csit/scripts/healthcheck/docker-compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |