summaryrefslogtreecommitdiffstats
path: root/blueprints
diff options
context:
space:
mode:
authorVijay <vv770d@att.com>2017-11-06 00:46:28 +0000
committerVijay <vv770d@att.com>2017-11-06 00:46:42 +0000
commitdd825cb5dc745fa55606c3c11d791ff38a1eab05 (patch)
treefdddf2a333a0561b9b7e64c50b54ddd872b8b1fe /blueprints
parentdac4b8ac5c2d4603aff53eff2cdc3f7c1e4dc42e (diff)
fix blueprint and input templates
Change-Id: I8e5e97640e092b2f27b2103d4e8a1a151a9f80db Issue-ID: DCAEGEN2-181 Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'blueprints')
-rw-r--r--blueprints/holmes-engine.yaml-template2
-rw-r--r--blueprints/holmes-rules.yaml-template2
2 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/holmes-engine.yaml-template b/blueprints/holmes-engine.yaml-template
index dae286d..6ca8cbf 100644
--- a/blueprints/holmes-engine.yaml-template
+++ b/blueprints/holmes-engine.yaml-template
@@ -72,7 +72,7 @@ node_templates:
streams_subscribes: {}
docker_config:
healthcheck:
- endpoint: api/holmes-engine-mgmt/v1/healthcheck
+ endpoint: /api/holmes-engine-mgmt/v1/healthcheck
interval: 15s
timeout: 1s
type: http
diff --git a/blueprints/holmes-rules.yaml-template b/blueprints/holmes-rules.yaml-template
index 8e4bc54..0589c28 100644
--- a/blueprints/holmes-rules.yaml-template
+++ b/blueprints/holmes-rules.yaml-template
@@ -72,7 +72,7 @@ node_templates:
type: message_router
docker_config:
healthcheck:
- endpoint: api/holmes-rule-mgmt/v1/healthcheck
+ endpoint: /api/holmes-rule-mgmt/v1/healthcheck
interval: 15s
timeout: 1s
type: http