From 34c81e5d48fdbb27fc8684637203e83718ab94b4 Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Mon, 17 Sep 2018 13:42:45 +0200 Subject: Disable TLS by default Secure xNF connections are not part of this release. Change-Id: I666bd974bbe340b7fc1cd4a242e5fbdf439a0459 Issue-ID: DCAEGEN2-788 Signed-off-by: Filip Krzywka --- blueprints/k8s-hv-ves.yaml-template | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit 1.2.3-korg