diff options
author | pwielebs <piotr.wielebski@nokia.com> | 2020-03-03 11:20:49 +0100 |
---|---|---|
committer | pwielebs <piotr.wielebski@nokia.com> | 2020-03-03 11:23:50 +0100 |
commit | bac353ff11378f9ad5040ba43550d182b3687400 (patch) | |
tree | 8022c30143a9afecd1185a79d090c97547c0da96 | |
parent | b9d1f7a30168cc1811b63b442a7e546e69e57d78 (diff) |
Set use_tls=true for HV-VES (2)
Issue-ID: DCAEGEN2-2046
Signed-off-by: Piotr Wielebski <piotr.wielebski@nokia.com>
Change-Id: I7f3be7f55c494583b8c6553e1e8ffda63a9ab1ac
-rw-r--r-- | blueprints/k8s-hv-ves.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/blueprints/k8s-hv-ves.yaml b/blueprints/k8s-hv-ves.yaml index b85702e..a776159 100644 --- a/blueprints/k8s-hv-ves.yaml +++ b/blueprints/k8s-hv-ves.yaml @@ -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 |