summaryrefslogtreecommitdiffstats
path: root/blueprints/holmes-engine.yaml-template
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-09 16:01:38 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-09 16:02:20 +0800
commit621d6605c53515ca25db108a901296f0d2b42b86 (patch)
treec46fbe43091f0eafd9eb4445496941af7a04dc87 /blueprints/holmes-engine.yaml-template
parentdd825cb5dc745fa55606c3c11d791ff38a1eab05 (diff)
Update Holmes Configurations
1. Move the ves_fault section from hr-ip.yaml to he-ip.yaml 2. Move the ves_fault section from holmes-rules.yaml-template to holmes-engine.yaml-template 3. Update the rule of Holmes Change-Id: I94e168c6a7b442c6cc27655bdf0bf90a52ef12f3 Issue-ID: HOLMES-88 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'blueprints/holmes-engine.yaml-template')
-rw-r--r--blueprints/holmes-engine.yaml-template10
1 files changed, 9 insertions, 1 deletions
diff --git a/blueprints/holmes-engine.yaml-template b/blueprints/holmes-engine.yaml-template
index 6ca8cbf..38e778b 100644
--- a/blueprints/holmes-engine.yaml-template
+++ b/blueprints/holmes-engine.yaml-template
@@ -8,6 +8,9 @@ inputs:
dcae_CL_publish_url:
type: string
default: "http://10.0.11.1:3904/events/unauthenticated.DCAE_CL_OUTPUT"
+ ves_fault_publish_url:
+ type: string
+ default: "http://10.0.11.1:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
docker_host_override:
type: string
default: "component_dockerhost"
@@ -69,7 +72,12 @@ node_templates:
topic_url:
get_input: dcae_CL_publish_url
type: message_router
- streams_subscribes: {}
+ streams_subscribes:
+ ves_fault:
+ dmaap_info:
+ topic_url:
+ get_input: ves_fault_publish_url
+ type: message_router
docker_config:
healthcheck:
endpoint: /api/holmes-engine-mgmt/v1/healthcheck