blueprint for 3.0.2 deployment-handler 13/67113/4
authorAlex Shatov <alexs@att.com>
Wed, 19 Sep 2018 14:43:22 +0000 (10:43 -0400)
committerAlex Shatov <alexs@att.com>
Wed, 19 Sep 2018 14:43:22 +0000 (10:43 -0400)
- 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

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

index ffdd25f..ebb7c83 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.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)
index 97c2228..feaff0c 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.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: