From 5cca534d6e25561915e8a2cdbf64a2cd2d4acd9d Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Thu, 17 Sep 2020 11:41:18 +0200 Subject: Adjust VES and HV-VES collectors to use certificates from CMPv2 - Provide cert_type as input Issue-ID: DCAEGEN2-1794 Issue-ID: DCAEGEN2-2195 Signed-off-by: Joanna Jeremicz Change-Id: I5dd67bf7c6fa93f4c193774877dfc6b6271072c2 --- blueprints/k8s-hv-ves.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'blueprints/k8s-hv-ves.yaml') diff --git a/blueprints/k8s-hv-ves.yaml b/blueprints/k8s-hv-ves.yaml index 103c964..d6f753a 100644 --- a/blueprints/k8s-hv-ves.yaml +++ b/blueprints/k8s-hv-ves.yaml @@ -22,7 +22,7 @@ tosca_definitions_version: cloudify_dsl_1_3 imports: - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - - plugin:k8splugin?version=3.3.0 + - plugin:k8splugin?version=3.4.1 inputs: tag_version: @@ -88,6 +88,10 @@ inputs: service_component_name_override: type: string default: "dcae-hv-ves-collector" + external_cert_cert_type: + type: string + description: Output type + default: "JKS" external_cert_ca_name: type: string description: Name of Certificate Authority configured on CertService side. @@ -156,7 +160,8 @@ node_templates: external_cert_directory: '/etc/ves-hv/ssl' use_external_tls: get_input: external_cert_use_external_tls - cert_type: "JKS" + cert_type: + get_input: external_cert_cert_type ca_name: get_input: external_cert_ca_name external_certificate_parameters: -- cgit 1.2.3-korg