From 9002c53de67fd594efbf8f66f3b0706ad9a9bec2 Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Thu, 2 Sep 2021 12:21:00 +0200 Subject: Improvement & Enhancement of csit tests Improve integration with sdnc Use env variables to replace image urls & tags Signed-off-by: ecaiyanlinux Issue-ID: CCSDK-3433 Change-Id: Id6d6e428e5ddba018b50710710d077613d02b2e8 --- csit/scripts/healthcheck/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'csit/scripts/healthcheck/docker-compose.yml') diff --git a/csit/scripts/healthcheck/docker-compose.yml b/csit/scripts/healthcheck/docker-compose.yml index 06befdc6..d6dda495 100644 --- a/csit/scripts/healthcheck/docker-compose.yml +++ b/csit/scripts/healthcheck/docker-compose.yml @@ -21,7 +21,7 @@ networks: services: policy-agent: - image: onap/ccsdk-oran-a1policymanagementservice:1.2.1-SNAPSHOT-latest + image: "${PMS_IMAGE_BASE}:${PMS_IMAGE_TAG}" container_name: policy-agent networks: default: @@ -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:10002/o-ran-sc/a1-simulator:2.1.0 + image: "${A1_SIM_IMAGE_BASE}:${A1_SIM_IMAGE_TAG}" container_name: a1-sim-OSC networks: - default @@ -52,7 +52,7 @@ services: - ALLOW_HTTP=true a1-sim-STD: - image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 + image: "${A1_SIM_IMAGE_BASE}:${A1_SIM_IMAGE_TAG}" 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:10002/o-ran-sc/a1-simulator:2.1.0 + image: "${A1_SIM_IMAGE_BASE}:${A1_SIM_IMAGE_TAG}" container_name: a1-sim-STD-v2 networks: - default -- cgit 1.2.3-korg