summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-09-18 14:20:24 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-18 14:20:24 +0000
commit6d759fca403013dce7895497dcf1ed6c7a89b4f6 (patch)
treeca3b77cbcd4135f257b9496eaa9e3f613cc02dc0
parent5e393d3f0dedfccfb49c131373c807fa58a62104 (diff)
parent34c81e5d48fdbb27fc8684637203e83718ab94b4 (diff)
Merge "Disable TLS by default"
-rw-r--r--blueprints/k8s-hv-ves.yaml-template1
1 files changed, 1 insertions, 0 deletions
diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template
index 4d4c613..a042bfa 100644
--- a/blueprints/k8s-hv-ves.yaml-template
+++ b/blueprints/k8s-hv-ves.yaml-template
@@ -70,6 +70,7 @@ node_templates:
{ concat: [ 'http://', { get_input: consul_host }, ':', { get_input: consul_port }, '/v1/kv/', { get_input: hv_ves_name} ] }
VESHV_LISTEN_PORT:
{ concat: [ { get_input: container_port }, '' ] }
+ VESHV_SSL_DISABLE: ''
properties:
application_config:
dmaap.kafkaBootstrapServers: { get_input: kafka_bootstrap_servers }