fix blueprint and input templates 99/22199/1
authorVijay <vv770d@att.com>
Mon, 6 Nov 2017 00:46:28 +0000 (00:46 +0000)
committerVijay <vv770d@att.com>
Mon, 6 Nov 2017 00:46:42 +0000 (00:46 +0000)
Change-Id: I8e5e97640e092b2f27b2103d4e8a1a151a9f80db
Issue-ID: DCAEGEN2-181
Signed-off-by: Vijay <vv770d@att.com>
blueprints/holmes-engine.yaml-template
blueprints/holmes-rules.yaml-template
input-templates/phinputs.yaml

index dae286d..6ca8cbf 100644 (file)
@@ -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
index 8e4bc54..0589c28 100644 (file)
@@ -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
index 1422802..07ba828 100644 (file)
@@ -19,7 +19,7 @@ application_config:
     # In long run we should figure out a way of bringing that info into consul record
     #    related to policy-engine itself.
     policy_engine :
-        url : "https://{{ policy_ip_addr }}:8081"
+        url : "http://{{ policy_ip_addr }}:8081"
         path_pdp : "/pdp/"
         path_api : "/pdp/api/"
         headers :