diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-02-17 17:55:21 +0000 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-02-23 18:03:26 +0000 |
commit | b71490f1ecea5903a9d566d2413288f915ecb007 (patch) | |
tree | 8b8a910df002b357a618c148c8ee8bc844612c86 /csit/docker-compose-all.yml | |
parent | 9f43149ce6760bf9888c927a6e222517cbd62fa1 (diff) |
Fix CLAMP controlloop CSIT testcases
Made corrections according to the application yaml to fix CLAMP CSIT
testcases
Issue-ID: POLICY-3933
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I9dfb4ecb1a4dd1fa967aeafe341cddb38049d312
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r-- | csit/docker-compose-all.yml | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml index 7c289e14..c3df6aa8 100644 --- a/csit/docker-compose-all.yml +++ b/csit/docker-compose-all.yml @@ -236,16 +236,16 @@ services: 'pap', '6969', 'apex-pdp', '6969' ] - policy-clamp-cl-runtime: - image: onap/policy-clamp-cl-runtime:latest - container_name: policy-clamp-cl-runtime + policy-clamp-runtime-acm: + image: nexus3.onap.org:10001/onap/policy-clamp-runtime-acm:${POLICY_CLAMP_VERSION} + container_name: policy-clamp-runtime-acm depends_on: - mariadb - simulator - - policy-clamp-cl-http-ppnt - - policy-clamp-cl-k8s-ppnt - - policy-clamp-cl-pf-ppnt - hostname: policy-clamp-cl-runtime + - policy-clamp-ac-http-ppnt + - policy-clamp-ac-k8s-ppnt + - policy-clamp-ac-pf-ppnt + hostname: policy-clamp-runtime-acm expose: - 6969 volumes: @@ -254,15 +254,15 @@ services: - ./config/ks.jks:/opt/app/policy/clamp/etc/ssl/policy-keystore:ro entrypoint: /opt/app/policy/bin/wait_for_port.sh command: [ - '-c', './controlloop-runtime.sh', + '-c', './acm-runtime.sh', 'message-router', '3905' ] - policy-clamp-cl-http-ppnt: - image: onap/policy-clamp-cl-http-ppnt:latest - container_name: policy-clamp-cl-http-ppnt + policy-clamp-ac-http-ppnt: + image: nexus3.onap.org:10001/onap/policy-clamp-ac-http-ppnt:${POLICY_CLAMP_VERSION} + container_name: policy-clamp-ac-http-ppnt depends_on: - simulator - hostname: policy-clamp-cl-http-ppnt + hostname: policy-clamp-ac-http-ppnt expose: - 6971 volumes: @@ -274,12 +274,12 @@ services: '-c', './http-participant.sh', 'message-router', '3905' ] - policy-clamp-cl-k8s-ppnt: - image: onap/policy-clamp-cl-k8s-ppnt:latest - container_name: policy-clamp-cl-k8s-ppnt + policy-clamp-ac-k8s-ppnt: + image: nexus3.onap.org:10001/onap/policy-clamp-ac-k8s-ppnt:${POLICY_CLAMP_VERSION} + container_name: policy-clamp-ac-k8s-ppnt depends_on: - simulator - hostname: policy-clamp-cl-k8s-ppnt + hostname: policy-clamp-ac-k8s-ppnt expose: - 6972 volumes: @@ -291,13 +291,13 @@ services: '-c', './kubernetes-participant.sh', 'message-router', '3905' ] - policy-clamp-cl-pf-ppnt: - image: onap/policy-clamp-cl-pf-ppnt:latest - container_name: policy-clamp-cl-pf-ppnt + policy-clamp-ac-pf-ppnt: + image: nexus3.onap.org:10001/onap/policy-clamp-ac-pf-ppnt:${POLICY_CLAMP_VERSION} + container_name: policy-clamp-ac-pf-ppnt depends_on: - simulator - api - hostname: policy-clamp-cl-pf-ppnt + hostname: policy-clamp-ac-pf-ppnt expose: - 6973 volumes: |