summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-03-27 14:51:02 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-27 14:51:02 +0000
commit6d1b9c074e7a843dbb9453ee90de15eba93a81be (patch)
treebe6b6cda04422073f9c977f7215d020c77ba06fa /docs/sections/services/ves-hv/resources/blueprint-snippet.yaml
parenta3d689e36961a9eda4a6b423aa43e85bce96e6a2 (diff)
parentea4a60cb697f80beb03ac6ad7744541d7851661a (diff)
Merge "Add default settings of TLS"
Diffstat (limited to 'docs/sections/services/ves-hv/resources/blueprint-snippet.yaml')
-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