diff options
author | Pamela Dragosh <pd1248@att.com> | 2021-07-21 10:58:13 -0400 |
---|---|---|
committer | Pamela Dragosh <pd1248@att.com> | 2021-07-21 11:37:19 -0400 |
commit | fe80c60ca766af048d7eb6f9bc073d40ee033046 (patch) | |
tree | c55029034b36c0e502a20c7d903f6b75af01b1cc /tutorials/tutorial-enforcement | |
parent | f01fce93c17db824d772240b9c68c07d15c6869a (diff) |
Add attribute return example into Tutorial
Used the tutorial to demonstrate returning of attributes
back into the Decision response.
Needed to update the docker compose for both tutorials to
ensure they are using the master branch versions of api
and pap.
Issue-ID: POLICY-2865
Change-Id: Ia568dfae27d659d940217ddf8d9295dd8409f0e3
Signed-off-by: Pamela Dragosh <pd1248@att.com>
Diffstat (limited to 'tutorials/tutorial-enforcement')
-rw-r--r-- | tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml b/tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml index d93d4bb7..fada017f 100644 --- a/tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml +++ b/tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml @@ -38,8 +38,8 @@ services: expose: - 3904 pap: - # Released Honlulu image - image: nexus3.onap.org:10001/onap/policy-pap:2.4.2 + # Istanbul To Be released images + image: nexus3.onap.org:10001/onap/policy-pap:2.5.0-SNAPSHOT container_name: policy-pap depends_on: - mariadb @@ -50,8 +50,8 @@ services: expose: - 6868 api: - # Released Honolulu image - image: nexus3.onap.org:10001/onap/policy-api:2.4.2 + # Istanbul To Be released images + image: nexus3.onap.org:10001/onap/policy-api:2.5.0-SNAPSHOT container_name: policy-api depends_on: - mariadb |