aboutsummaryrefslogtreecommitdiffstats
path: root/csit/docker-compose-all.yml
diff options
context:
space:
mode:
authoraravind.est <aravindhan.a@est.tech>2022-12-01 07:54:35 +0000
committerAravindhan Ayyanathan <aravindhan.a@est.tech>2022-12-02 13:45:20 +0000
commit644f900e413f536896c2800e6765c6d23effc335 (patch)
tree45dbee9ede669fb77750d5a9dfa931c69b38f86e /csit/docker-compose-all.yml
parentbe26be5ce95977ce1471bcdd10862619c953faf6 (diff)
Add A1PMS participant in CSIT
Issue-ID: CCSDK-3816 Signed-off-by: aravind.est <aravindhan.a@est.tech> Change-Id: Ic5b49f6e4b3ca1652cf33efc0adfab9d0c754821
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r--csit/docker-compose-all.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml
index d8f485b0..e64ac8a9 100644
--- a/csit/docker-compose-all.yml
+++ b/csit/docker-compose-all.yml
@@ -305,6 +305,23 @@ services:
'message-router', '3904',
'api', '6969'
]
+ policy-clamp-ac-a1pms-ppnt:
+ image: ${CONTAINER_LOCATION}onap/policy-clamp-ac-a1pms-ppnt:${POLICY_CLAMP_VERSION}
+ container_name: policy-clamp-ac-a1pms-ppnt
+ depends_on:
+ - simulator
+ hostname: policy-clamp-ac-a1pms-ppnt
+ ports:
+ - 30296:6969
+ volumes:
+ - ./config/clamp/A1pmsParticipantParameters.yaml:/opt/app/policy/clamp/etc/A1pmsParticipantParameters.yaml:ro
+ - ./config/clamp/logback.xml:/opt/app/policy/clamp/etc/logback.xml:ro
+ - ./wait_for_port.sh:/opt/app/policy/bin/wait_for_port.sh:ro
+ entrypoint: /opt/app/policy/bin/wait_for_port.sh
+ command: [
+ '-c', './a1pms-participant.sh',
+ 'message-router', '3904'
+ ]
policy-gui:
image: ${CONTAINER_LOCATION}onap/policy-gui:latest
container_name: policy-gui