health check appc sdnhost 09/27809/2
authormayankg2703 <mayank.gupta@amdocs.com>
Wed, 10 Jan 2018 04:56:59 +0000 (04:56 +0000)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Wed, 10 Jan 2018 17:45:56 +0000 (17:45 +0000)
Issue-ID: OOM-40

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

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 (file)
index 0000000..c96a35a
--- /dev/null
@@ -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"
+      }
+    ]
+  }
+}