diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2021-09-02 12:21:00 +0200 |
---|---|---|
committer | ecaiyanlinux <martin.c.yan@est.tech> | 2021-09-02 15:09:36 +0200 |
commit | 9002c53de67fd594efbf8f66f3b0706ad9a9bec2 (patch) | |
tree | c8ae82b69c039d02542b43ccb749e13e688bdb82 /csit/scripts/healthcheck/docker-compose.yml | |
parent | 2d34af551ed404a43afdfebb63b2a1b426722071 (diff) |
Improvement & Enhancement of csit tests
Improve integration with sdnc
Use env variables to replace image urls & tags
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3433
Change-Id: Id6d6e428e5ddba018b50710710d077613d02b2e8
Diffstat (limited to 'csit/scripts/healthcheck/docker-compose.yml')
-rw-r--r-- | csit/scripts/healthcheck/docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |