blueprint for 2.1.2 deployment-handler 63/46263/1
authorAlex Shatov <alexs@att.com>
Fri, 4 May 2018 16:32:27 +0000 (12:32 -0400)
committerAlex Shatov <alexs@att.com>
Fri, 4 May 2018 16:32:27 +0000 (12:32 -0400)
- external version 2.1.2, internal version 4.4.2
- fixed 500 "value" argument is out of bounds
- convert the EOL to linux "\n" in the blueprint
   before zipping and sending to cloudify to avoid crashing
   when the blueprint is windows "\r\n" or mac "\r" based
- on catching the exception - log the stack
- added logger.info that replaced the logger.debug
   in a variety of places

Change-Id: Ibc2985d3d6f50208cfaa54138192899994f9c82d
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-487

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

index 27d1383..81b2a9d 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:v2.1.1'
+    default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:v2.1.2'
 
   application_config:
     description: deployment handler application configuration (to override defaults)
index 44271fb..1333d3a 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:2.1.1
+    default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:2.1.2
   application_config:
     description: deployment handler application configuration (to override defaults)
     default: {}