diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-18 14:04:06 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-18 14:04:09 +0100 |
commit | 8d3f1294010a78b5a25a115dddb2c64cf018379c (patch) | |
tree | 7cc9b4864611993d410a31361d04f7d4c19c4df3 /csit/docker-compose-all.yml | |
parent | b7a9c405de95315ce38b4913a1efee9bfd03fe04 (diff) |
Fix CSITs for Kohn release
Newer versions of dependencies brought in some small updates to
configuraiton.
Also a script called start-container.sh has been added to bring up a
single Policy Framework container and its dependencies.
Issue-ID: POLICY-4393
Change-Id: I17bac4d75600431fdee74592be4700761a3f8fe7
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r-- | csit/docker-compose-all.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml index 9e6666fd..d8f485b0 100644 --- a/csit/docker-compose-all.yml +++ b/csit/docker-compose-all.yml @@ -74,6 +74,8 @@ services: - 6670 - 3904 - 6680 + ports: + - 30227:3904 api: image: ${CONTAINER_LOCATION}onap/policy-api:${POLICY_API_VERSION} container_name: policy-api @@ -124,6 +126,7 @@ services: hostname: policy-xacml-pdp ports: - 30441:6969 + - 30999:3904 volumes: - ./config/xacml-pdp/defaultConfig.json:/opt/app/policy/pdpx/etc/defaultConfig.json:ro - ./config/xacml-pdp/logback.xml:/opt/app/policy/pdpx/etc/logback.xml:ro |