aboutsummaryrefslogtreecommitdiffstats
path: root/csit/docker-compose-all.yml
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-03-22 16:20:18 +0000
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-03-24 15:58:24 +0000
commite8b643b8a9e866cd8bb204dd26b4d3eb3891fa21 (patch)
tree825a5981bb4baa78c0ef5c753a6616ecd8c6d5e2 /csit/docker-compose-all.yml
parent93d4ee603e563d292845e12b85811bd9e8c42d44 (diff)
Start Participant containers after Runtime starts
PARTICIPANT_REGISTER message from participants is getting lost, as RUNTIME_ACM is not started completely. Adjusted CSIT bringup of containers accordingly. This needs a correction in Participant Intermediary for next release, Jira raised for the same https://jira.onap.org/browse/POLICY-4042 Issue-ID: POLICY-4003 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I146fa5c2ae2090d504b7e665905ff2dba61097ef
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r--csit/docker-compose-all.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml
index c3df6aa8..071105b3 100644
--- a/csit/docker-compose-all.yml
+++ b/csit/docker-compose-all.yml
@@ -242,9 +242,6 @@ services:
depends_on:
- mariadb
- simulator
- - policy-clamp-ac-http-ppnt
- - policy-clamp-ac-k8s-ppnt
- - policy-clamp-ac-pf-ppnt
hostname: policy-clamp-runtime-acm
expose:
- 6969
@@ -260,8 +257,6 @@ services:
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-ac-http-ppnt
expose:
- 6971
@@ -277,8 +272,6 @@ services:
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-ac-k8s-ppnt
expose:
- 6972
@@ -297,6 +290,8 @@ services:
depends_on:
- simulator
- api
+ - policy-clamp-ac-http-ppnt
+ - policy-clamp-ac-k8s-ppnt
hostname: policy-clamp-ac-pf-ppnt
expose:
- 6973