health check sdnc sdnhost 79/27779/2
authormayankg2703 <mayank.gupta@amdocs.com>
Wed, 10 Jan 2018 04:56:39 +0000 (04:56 +0000)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Wed, 10 Jan 2018 17:45:21 +0000 (17:45 +0000)
Issue-ID: OOM-564

Change-Id: I643030f500061cf5f992fd374ebb476124e6a977
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
kubernetes/config/docker/init/src/config/consul/consul-agent-config/sdnc-sdnhost.json [new file with mode: 0644]

diff --git a/kubernetes/config/docker/init/src/config/consul/consul-agent-config/sdnc-sdnhost.json b/kubernetes/config/docker/init/src/config/consul/consul-agent-config/sdnc-sdnhost.json
new file mode 100644 (file)
index 0000000..93d5b1a
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "service": {
+    "name": "Health Check: SDNC - SDN Host",
+    "checks": [
+      {
+        "id": "sdnc-sdnhost",
+        "name": "SDNC SDN Host Health Check",
+        "http": "http://sdnhost.onap-sdnc: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"
+      }
+    ]
+  }
+}