Disable TLS by default 89/66989/2
authorFilip Krzywka <filip.krzywka@nokia.com>
Mon, 17 Sep 2018 11:42:45 +0000 (13:42 +0200)
committerFilip Krzywka <filip.krzywka@nokia.com>
Tue, 18 Sep 2018 08:49:21 +0000 (08:49 +0000)
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>
blueprints/k8s-hv-ves.yaml-template

index 4d4c613..a042bfa 100644 (file)
@@ -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 }