Use raw configuration endpoint 31/68631/3
authorFilip Krzywka <filip.krzywka@nokia.com>
Mon, 24 Sep 2018 08:48:18 +0000 (10:48 +0200)
committerFilip Krzywka <filip.krzywka@nokia.com>
Wed, 21 Nov 2018 06:12:40 +0000 (06:12 +0000)
Change-Id: I35f3b78bc6bf25c7c632d4735d2bedb3f5e00896
Issue-ID: DCAEGEN2-827
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
blueprints/k8s-hv-ves.yaml-template

index fffafff..299d65c 100644 (file)
@@ -67,7 +67,7 @@ node_templates:
           inputs:
             envs:
               VESHV_CONFIG_URL:
-                { concat: [ 'http://', { get_input: consul_host }, ':', { get_input: consul_port }, '/v1/kv/', { get_input: hv_ves_name} ] }
+                { concat: [ 'http://', { get_input: consul_host }, ':', { get_input: consul_port }, '/v1/kv/', { get_input: hv_ves_name}, '?raw=true' ] }
               VESHV_LISTEN_PORT:
                 { concat: [ { get_input: container_port }, '' ] }
               VESHV_SSL_DISABLE: ''