blueprints for 3.2.0 deployment-handler 07/77807/1
authorAlex Shatov <alexs@att.com>
Mon, 4 Feb 2019 19:09:58 +0000 (14:09 -0500)
committerAlex Shatov <alexs@att.com>
Mon, 4 Feb 2019 19:09:58 +0000 (14:09 -0500)
- 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

blueprints/DeploymentHandler.yaml-template
blueprints/k8s-deployment_handler.yaml-template

index 7775e3b..4856636 100644 (file)
@@ -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)
index 2fd1c29..b82f3b3 100644 (file)
@@ -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: {}