diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2018-09-17 13:42:45 +0200 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2018-09-18 08:49:21 +0000 |
commit | 34c81e5d48fdbb27fc8684637203e83718ab94b4 (patch) | |
tree | 32e39e1ce83e78dd6a6f586b75f2177139490111 | |
parent | 3ea2b8ec2f8fbd05506fee5df4b5c4f12f538056 (diff) |
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 <filip.krzywka@nokia.com>
-rw-r--r-- | blueprints/k8s-hv-ves.yaml-template | 1 |
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 } |