diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-03-26 17:48:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-26 17:48:33 +0000 |
commit | cff282c3cbcaa3299569a604c19c6967164d9c21 (patch) | |
tree | 9f3bf8e398c0b26d6c80f9af70efdcf8fb5e274b /csit/docker-compose-all.yml | |
parent | a8be1f7e70ea46dfd82fa74595a43df88c2497e0 (diff) | |
parent | e8b643b8a9e866cd8bb204dd26b4d3eb3891fa21 (diff) |
Merge "Start Participant containers after Runtime starts"
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r-- | csit/docker-compose-all.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml index 3a76de59..2ac9b90d 100644 --- a/csit/docker-compose-all.yml +++ b/csit/docker-compose-all.yml @@ -243,9 +243,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 @@ -261,8 +258,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 @@ -278,8 +273,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 @@ -298,6 +291,8 @@ services: depends_on: - simulator - api + - policy-clamp-ac-http-ppnt + - policy-clamp-ac-k8s-ppnt hostname: policy-clamp-ac-pf-ppnt expose: - 6973 |