Set use_tls=true for HV-VES (2) 40/102840/2
authorpwielebs <piotr.wielebski@nokia.com>
Tue, 3 Mar 2020 10:20:49 +0000 (11:20 +0100)
committerpwielebs <piotr.wielebski@nokia.com>
Tue, 3 Mar 2020 10:23:50 +0000 (11:23 +0100)
Issue-ID: DCAEGEN2-2046
Signed-off-by: Piotr Wielebski <piotr.wielebski@nokia.com>
Change-Id: I7f3be7f55c494583b8c6553e1e8ffda63a9ab1ac

blueprints/k8s-hv-ves.yaml

index b85702e..a776159 100644 (file)
@@ -78,6 +78,9 @@ inputs:
   security_keys_trust_store_password_file:
     type: string
     default: '/etc/ves-hv/ssl/trust.pass'
+  use_tls:
+    type: boolean
+    default: true
 node_templates:
   hv-ves:
     interfaces:
@@ -122,5 +125,5 @@ node_templates:
         log_directory: { concat: [ '/var/log/ONAP/', { get_input: hv_ves_name } ] }
       tls_info:
         cert_directory: '/etc/ves-hv/ssl'
-        use_tls: true
+        use_tls: { get_input: use_tls }
     type: dcae.nodes.ContainerizedPlatformComponent