summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2018-09-24 10:48:18 +0200
committerFilip Krzywka <filip.krzywka@nokia.com>2018-11-21 06:12:40 +0000
commit74ef0e1b518c01a08d05323bfa9376e0579185c5 (patch)
treeacc64e48d3e68902ccce479a256610a30c1298fa
parent90569a330684b841084597334172549426336708 (diff)
Use raw configuration endpoint
Change-Id: I35f3b78bc6bf25c7c632d4735d2bedb3f5e00896 Issue-ID: DCAEGEN2-827 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
-rw-r--r--blueprints/k8s-hv-ves.yaml-template2
1 files changed, 1 insertions, 1 deletions
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: ''