summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/resources
diff options
context:
space:
mode:
authormharazin <mateusz.harazin@nokia.com>2020-03-25 14:44:00 +0100
committerkjaniak <kornel.janiak@nokia.com>2020-03-26 20:48:22 +0100
commitea4a60cb697f80beb03ac6ad7744541d7851661a (patch)
treebfe069e3e51146ef9d4a71d57579f993653906bc /docs/sections/services/ves-hv/resources
parent03712a4f1ebfc3ad6467adbac9e47da9bb094d7c (diff)
Add default settings of TLS
Update troubleshooting for consul TLS disable procedure Issue-ID: DCAEGEN2-2143 Signed-off-by: mharazin <mateusz.harazin@nokia.com> Change-Id: I17d14824ba225d02faa1e4771dca42710687655c
Diffstat (limited to 'docs/sections/services/ves-hv/resources')
-rw-r--r--docs/sections/services/ves-hv/resources/blueprint-snippet.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml b/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml
index 912c0c5a..7ed36684 100644
--- a/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml
+++ b/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml
@@ -22,3 +22,6 @@ node_templates:
kafka_info:
bootstrap_servers: "message-router-kafka:9092"
topic_name: "HV_VES_HEARTBEAT"
+ tls_info:
+ cert_directory: "/etc/ves-hv/ssl"
+ use_tls: true