From 80ed2fdd2298169780f7cc1640eabdd51abdfb27 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Mon, 4 Feb 2019 14:09:58 -0500 Subject: blueprints for 3.2.0 deployment-handler - fixed the zip folder bug when sending the blueprint to cloudify = this bug was preventing opening the blueprint in cloudify UI because the folder record is not properly formatted by admzip lib Change-Id: Id97ecd93db69b09e12ac1e999e15299f5e85238c Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-855 --- blueprints/DeploymentHandler.yaml-template | 2 +- blueprints/k8s-deployment_handler.yaml-template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/DeploymentHandler.yaml-template b/blueprints/DeploymentHandler.yaml-template index 7775e3b..4856636 100644 --- a/blueprints/DeploymentHandler.yaml-template +++ b/blueprints/DeploymentHandler.yaml-template @@ -44,7 +44,7 @@ inputs: deployment_handler_image: description: Docker image for deployment handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.1.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.2.0' application_config: description: deployment handler application configuration (to override defaults) diff --git a/blueprints/k8s-deployment_handler.yaml-template b/blueprints/k8s-deployment_handler.yaml-template index 2fd1c29..b82f3b3 100644 --- a/blueprints/k8s-deployment_handler.yaml-template +++ b/blueprints/k8s-deployment_handler.yaml-template @@ -31,7 +31,7 @@ inputs: deployment_handler_image: description: Docker image for deployment handler - default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.1.0 + default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.2.0 application_config: description: deployment handler application configuration (to override defaults) default: {} -- cgit 1.2.3-korg