Merge "ONAP config operation in oneclick/tools"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Wed, 10 Jan 2018 17:46:13 +0000 (17:46 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 10 Jan 2018 17:46:13 +0000 (17:46 +0000)
kubernetes/config/docker/init/src/config/consul/consul-agent-config/appc-sdnhost.json [new file with mode: 0644]
kubernetes/config/docker/init/src/config/consul/consul-agent-config/multicloud-health-check.json [new file with mode: 0644]
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/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"
+      }
+    ]
+  }
+}
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"
+      }
+    ]
+  }
+}
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"
+      }
+    ]
+  }
+}