From: Filip Krzywka Date: Mon, 24 Sep 2018 08:48:18 +0000 (+0200) Subject: Use raw configuration endpoint X-Git-Tag: 4.0.0-ONAP~25^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=74ef0e1b518c01a08d05323bfa9376e0579185c5;p=dcaegen2%2Fplatform%2Fblueprints.git Use raw configuration endpoint Change-Id: I35f3b78bc6bf25c7c632d4735d2bedb3f5e00896 Issue-ID: DCAEGEN2-827 Signed-off-by: Filip Krzywka --- diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template index fffafff..299d65c 100644 --- a/blueprints/k8s-hv-ves.yaml-template +++ b/blueprints/k8s-hv-ves.yaml-template @@ -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: ''