Add Consul health check support for SDNC
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / sdnc-health.json
diff --git a/kubernetes/config/docker/init/src/config/consul/consul-agent-config/sdnc-health.json b/kubernetes/config/docker/init/src/config/consul/consul-agent-config/sdnc-health.json
new file mode 100644 (file)
index 0000000..fc26d2e
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "service": {
+    "name": "Health Check: SDNC",
+    "checks": [
+      {
+        "id": "odl-api-healthcheck",
+        "name": "SDNC API Health Check",
+        "http": "http://sdnhost.onap-sdnc:8282/restconf/operations/SLI-API:healthcheck",
+        "method": "POST",
+        "header": {
+          "Authorization": ["Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ=="],
+          "Cache-Control": ["no-cache"],
+          "Content-Type": ["application/json"],
+          "Accept": ["application/json"]
+        },
+        "tls_skip_verify": true,
+        "interval": "15s",
+        "timeout": "1s"
+      }
+    ]
+  }
+}