From 09ab07c3324ffa5e4bcd4196517f64cac7f8e870 Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Mon, 7 Sep 2020 16:36:24 +0200 Subject: [DCAEGEN2] Update bootstrap and cloudify-manager versions Update bootstrap and cloudify-manager with k8splugin 3.4.2 which fixes healthcheck for components deployed by cloudify Provide inputs for new VES and HV-VES blueprints k8s-ves and k8s-hvves blueprints will use the inputs for certificates from CMPv2 in case use_external_tls=true Issue-ID: DCAEGEN2-1794 Issue-ID: DCAEGEN2-2195 Issue-ID: DCAEGEN2-2433 Signed-off-by: Joanna Jeremicz Change-Id: I1cba83a391292d82ec7bca661bdf34155da8c2d4 --- .../dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml') diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml index a0cbbbdba2..f571affec0 100644 --- a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml +++ b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml @@ -1,6 +1,7 @@ #============LICENSE_START======================================================== #================================================================================= -# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2020 Nokia. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,4 +20,9 @@ tag_version: {{ include "common.repository" . }}/{{ .Values.componentImages.hv_ves }} {{ end }} use_tls: true -security_ssl_disable: false \ No newline at end of file +security_ssl_disable: false +external_cert_ca_name: "RA" +external_cert_common_name: "dcae-hv-ves-collector" +external_cert_sans: "dcae-hv-ves-collector:hv-ves-collector:hv-ves" +external_cert_cert_type: "JKS" +external_cert_use_external_tls: false -- cgit 1.2.3-korg