From: mayankg2703 Date: Wed, 10 Jan 2018 04:56:59 +0000 (+0000) Subject: health check appc sdnhost X-Git-Tag: 2.0.0-ONAP~502 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6e6f78a99d27aa4c0c8303831524d7cdaacc4bb6;p=oom.git health check appc sdnhost Issue-ID: OOM-40 Change-Id: I143ee304065fa759fcab6a30f33269c730b25cd3 Signed-off-by: mayankg2703 --- diff --git a/kubernetes/config/docker/init/src/config/consul/consul-agent-config/appc-sdnhost.json b/kubernetes/config/docker/init/src/config/consul/consul-agent-config/appc-sdnhost.json new file mode 100644 index 0000000000..c96a35a22c --- /dev/null +++ b/kubernetes/config/docker/init/src/config/consul/consul-agent-config/appc-sdnhost.json @@ -0,0 +1,22 @@ +{ + "service": { + "name": "Health Check: APPC - SDN Host", + "checks": [ + { + "id": "appc-sdnhost", + "name": "APPC SDN Host Health Check", + "http": "http://sdnhost.onap-appc:8282/apidoc/explorer/index.html", + "method": "HEAD", + "header": { + "Authorization": ["Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ=="], + "Cache-Control": ["no-cache"], + "Content-Type": ["application/json"], + "Accept": ["application/json"] + }, + "tls_skip_verify": true, + "interval": "15s", + "timeout": "1s" + } + ] + } +}