aboutsummaryrefslogtreecommitdiffstats
path: root/csit/docker-compose-all.yml
diff options
context:
space:
mode:
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: