Remove k8s healthcheck from Holmes 73/70673/1
authorJack Lucas <jflucas@research.att.com>
Wed, 17 Oct 2018 17:45:45 +0000 (13:45 -0400)
committerJack Lucas <jflucas@research.att.com>
Wed, 17 Oct 2018 17:46:23 +0000 (13:46 -0400)
Issue-ID: HOLMES-176
Change-Id: Ieae2755cf9811b7491165a89f629ae1e85b3a691
Signed-off-by: Jack Lucas <jflucas@research.att.com>
blueprints/k8s-holmes-engine.yaml-template
blueprints/k8s-holmes-rules.yaml-template

index dbe9cc3..21990cb 100644 (file)
@@ -92,12 +92,6 @@ node_templates:
              topic_url:
                   get_input: ves_fault_publish_url
             type: message_router
-      docker_config:
-        healthcheck:
-          endpoint: /api/holmes-engine-mgmt/v1/healthcheck
-          interval: 15s
-          timeout: 1s
-          type: http
       image: { get_input: he_image }
       # need to use truncated name!!
       #service_component_type: dcae-analytics-holmes-engin-management
index 56ecc0c..145e091 100644 (file)
@@ -73,12 +73,6 @@ node_templates:
         services_calls: {}
         streams_publishes: {}
         streams_subscribes: {}
-      docker_config:
-        healthcheck:
-          endpoint: /api/holmes-rule-mgmt/v1/healthcheck
-          interval: 15s
-          timeout: 1s
-          type: http
       image: { get_input: hr_image }
       #service_component_type: dcae-analytics-holmes-rule-management
     relationships: