summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2018-09-19 10:43:22 -0400
committerAlex Shatov <alexs@att.com>2018-09-19 10:43:22 -0400
commitcbd97869ae58bece7561c10da87a2a9cf35de836 (patch)
tree1260348886f4a76c9d456f352237d42df1dfb44a
parent17b8219d15b4e32d249096a1c734e0cc6bc17f9c (diff)
blueprint for 3.0.2 deployment-handler
- k8s: = enabled tls = cert_directory: '/opt/app/dh/etc/cert/' = healthcheck https Change-Id: I93caf3b51c6aa5225631a8488e28b21a7b409f58 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-780
-rw-r--r--blueprints/DeploymentHandler.yaml-template2
-rw-r--r--blueprints/k8s-deployment_handler.yaml-template7
2 files changed, 6 insertions, 3 deletions
diff --git a/blueprints/DeploymentHandler.yaml-template b/blueprints/DeploymentHandler.yaml-template
index ffdd25f..ebb7c83 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.1'
+ default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.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 97c2228..feaff0c 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.1
+ default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.2
application_config:
description: deployment handler application configuration (to override defaults)
default: {}
@@ -62,7 +62,7 @@ node_templates:
8443
docker_config:
healthcheck:
- type: 'http'
+ type: 'https'
interval: '300s'
timeout: '5s'
endpoint: '/'
@@ -72,6 +72,9 @@ node_templates:
version: 'v4'
log_info:
log_directory: '/opt/app/dh/log'
+ tls_info:
+ cert_directory: '/opt/app/dh/etc/cert/'
+ use_tls: true
# Inject CM password through environment variable
# so that it does not appear in Consul
interfaces: