diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-09 00:18:33 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-09 12:18:32 +0100 |
commit | 0f7eef6692f73c4e5b1158e7a3f1761b88cd4c32 (patch) | |
tree | 39fc10ae32e00875719e23fd94c8cb6becc30a16 /csit/docker-compose-all.yml | |
parent | 1810513a0be91035e704967ff5c5dd58ac62bef0 (diff) |
Fix minor issues with CSITs
Issue-ID: POLICY-4350
Change-Id: I2bbc47122aa5984fbe3f03edc252ea56e47dba73
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r-- | csit/docker-compose-all.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml index c2fd76bd..12f8b8c3 100644 --- a/csit/docker-compose-all.yml +++ b/csit/docker-compose-all.yml @@ -246,6 +246,7 @@ services: entrypoint: /opt/app/policy/bin/wait_for_port.sh command: [ '-c', './acm-runtime.sh', + 'mariadb', '3306', 'message-router', '3904' ] policy-clamp-ac-http-ppnt: @@ -298,7 +299,8 @@ services: entrypoint: /opt/app/policy/bin/wait_for_port.sh command: [ '-c', './policy-participant.sh', - 'message-router', '3904' + 'message-router', '3904', + 'api', '6969' ] policy-gui: image: ${CONTAINER_LOCATION}onap/policy-gui:latest |