diff options
author | Alex Shatov <alexs@att.com> | 2018-05-04 12:32:27 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-05-04 12:32:27 -0400 |
commit | 367021a5223969aff3a06024234d1ba41e993a90 (patch) | |
tree | 80f0c17dea608934ddfb984f2bc1b89ff1841571 | |
parent | ea1a3df80c8b2de5c05745f3290beee8ae1c252a (diff) |
blueprint for 2.1.2 deployment-handler
- 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
-rw-r--r-- | blueprints/DeploymentHandler.yaml-template | 2 | ||||
-rw-r--r-- | 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 27d1383..81b2a9d 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: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) diff --git a/blueprints/k8s-deployment_handler.yaml-template b/blueprints/k8s-deployment_handler.yaml-template index 44271fb..1333d3a 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: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: {} |