summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2018-12-06 10:20:24 -0500
committerAlex Shatov <alexs@att.com>2018-12-06 10:20:24 -0500
commit479b117b75b45316d87a732f1e1f368d45c6d16d (patch)
tree4c1ca78034d4babf93af795bb4b4bd77a99694ff
parent4410ba93ca42b9550a6368c01b63c1442a24ad44 (diff)
blueprint for 3.1.0 - deployment-handler
- check for finished deployment creation - success or failure Change-Id: I99d426c579b668b426f678c87951f306945956fc Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-929
-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 afdb377..7775e3b 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.0.3'
+ default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.1.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 d66f5d2..2fd1c29 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.0.3
+ default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.1.0
application_config:
description: deployment handler application configuration (to override defaults)
default: {}