summaryrefslogtreecommitdiffstats
path: root/csit/docker-compose-all.yml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-02-24 16:53:24 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-24 16:53:24 +0000
commitee63df590a12202f429c9c382bc2f7eeca34b706 (patch)
tree2b1e94a700ee4e220eda7883eb3675d1e9337d1d /csit/docker-compose-all.yml
parent56d9fe34a7753ed24a4c6a0dc44c604044dc4c06 (diff)
parentb71490f1ecea5903a9d566d2413288f915ecb007 (diff)
Merge "Fix CLAMP controlloop CSIT testcases"
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r--csit/docker-compose-all.yml40
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: