From fe80c60ca766af048d7eb6f9bc073d40ee033046 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 21 Jul 2021 10:58:13 -0400 Subject: 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 --- tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tutorials/tutorial-enforcement') 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 -- cgit 1.2.3-korg