Multi-cloud health check 53/26953/3
authorvaibhav_16dec <vaibhav.chopra@amdocs.com>
Wed, 27 Dec 2017 06:23:32 +0000 (06:23 +0000)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Wed, 10 Jan 2018 17:45:33 +0000 (17:45 +0000)
Issue-ID: OOM-33

Change-Id: If8ca2a6eee8f95ce84781bedceb48c5882bc9792
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
kubernetes/config/docker/init/src/config/consul/consul-agent-config/multicloud-health-check.json [new file with mode: 0644]

diff --git a/kubernetes/config/docker/init/src/config/consul/consul-agent-config/multicloud-health-check.json b/kubernetes/config/docker/init/src/config/consul/consul-agent-config/multicloud-health-check.json
new file mode 100644 (file)
index 0000000..843afa3
--- /dev/null
@@ -0,0 +1,63 @@
+{
+  "service": {
+    "name": "Health Check: MULTICLOUD",
+    "checks": [
+      {
+        "id": "framework",
+        "name": "Framework Health Check",
+        "http": "http://framework.onap-multicloud:9001/api/multicloud/v0/swagger.json",
+        "method": "HEAD",
+        "header": {
+          "Cache-Control": ["no-cache"],
+          "Content-Type": ["application/json"],
+          "Accept": ["application/json"]
+        },
+        "tls_skip_verify": true,
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "multicloud-ocata",
+        "name": "Multicloud Ocata Health Check",
+        "http": "http://multicloud-ocata.onap-multicloud:9006/api/multicloud-ocata/v0/swagger.json",
+        "method": "HEAD",
+        "header": {
+          "Cache-Control": ["no-cache"],
+          "Content-Type": ["application/json"],
+          "Accept": ["application/json"]
+        },
+        "tls_skip_verify": true,
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "multicloud-vio",
+        "name": "Multicloud Vio Health Check",
+        "http": "http://multicloud-vio.onap-multicloud:9004/api/multicloud-vio/v0/swagger.json",
+        "method": "HEAD",
+        "header": {
+          "Cache-Control": ["no-cache"],
+          "Content-Type": ["application/json"],
+          "Accept": ["application/json"]
+        },
+        "tls_skip_verify": true,
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "multicloud-windriver",
+        "name": "Multicloud Windriver Health Check",
+        "http": "http://multicloud-windriver.onap-multicloud:9005/api/multicloud-titanium_cloud/v0/swagger.json",
+        "method": "HEAD",
+        "header": {
+          "Cache-Control": ["no-cache"],
+          "Content-Type": ["application/json"],
+          "Accept": ["application/json"]
+        },
+        "tls_skip_verify": true,
+        "interval": "15s",
+        "timeout": "1s"
+      }
+    ]
+  }
+}