summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2019-02-04 14:09:58 -0500
committerAlex Shatov <alexs@att.com>2019-02-04 14:09:58 -0500
commit80ed2fdd2298169780f7cc1640eabdd51abdfb27 (patch)
treee7a68e38a4a2d2bcac2d252b5e13e6396b1e0e47
parentfc3d73e393a3e9e0b6f9def33b5fb7245b0e3280 (diff)
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 <alexs@att.com> Issue-ID: DCAEGEN2-855
-rw-r--r--blueprints/DeploymentHandler.yaml-template2
-rw-r--r--blueprints/k8s-deployment_handler.yaml-template2
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: {}