From 81e4091b59af330cefb7c385ba0b951c11e31bc3 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 6 May 2021 10:44:53 -0400 Subject: Update tutorials to point to honolulu images These should point to released images so that the user can perform the tutorial without any problems. They can certainly update the docker-compose.yml with whatever image they want. Issue-ID: POLICY-3292 Change-Id: I85b9bb90bb959d0f1078238344c4aa25ef2b2a35 Signed-off-by: Pamela Dragosh (cherry picked from commit 07a780ed00e2d494707765951c227e19b5dec43b) --- .../src/main/docker/docker-compose.yml | 14 +++++++------- .../src/main/docker/docker-compose.yml | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml b/tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml index bf55d0ff..d93d4bb7 100644 --- a/tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml +++ b/tutorials/tutorial-enforcement/src/main/docker/docker-compose.yml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,8 +38,8 @@ services: expose: - 3904 pap: - # Released Guilin image - image: nexus3.onap.org:10001/onap/policy-pap:2.3.3 + # Released Honlulu image + image: nexus3.onap.org:10001/onap/policy-pap:2.4.2 container_name: policy-pap depends_on: - mariadb @@ -50,8 +50,8 @@ services: expose: - 6868 api: - # Released Guilin image - image: nexus3.onap.org:10001/onap/policy-api:2.3.3 + # Released Honolulu image + image: nexus3.onap.org:10001/onap/policy-api:2.4.2 container_name: policy-api depends_on: - mariadb @@ -61,8 +61,8 @@ services: expose: - 6767 xacml-pdp: - # Released Guilin image - image: nexus3.onap.org:10001/onap/policy-xacml-pdp:2.3.3 + # Released Honolulu image + image: nexus3.onap.org:10001/onap/policy-xacml-pdp:2.4.2 container_name: policy-xacml-pdp depends_on: - mariadb diff --git a/tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml b/tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml index 2809f646..72be1362 100644 --- a/tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml +++ b/tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,8 +38,8 @@ services: expose: - 3904 api: - # Guilin released images - image: nexus3.onap.org:10001/onap/policy-api:2.3.3 + # Honolulu released images + image: nexus3.onap.org:10001/onap/policy-api:2.4.2 container_name: policy-api depends_on: - mariadb @@ -49,8 +49,8 @@ services: expose: - 6767 pap: - # Guilin released images - image: nexus3.onap.org:10001/onap/policy-pap:2.3.3 + # Honolulu released images + image: nexus3.onap.org:10001/onap/policy-pap:2.4.2 container_name: policy-pap depends_on: - mariadb -- cgit 1.2.3-korg