Merge "VFC Health Check"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 9 Jan 2018 21:13:01 +0000 (21:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 9 Jan 2018 21:13:01 +0000 (21:13 +0000)
kubernetes/config/docker/init/src/config/consul/consul-agent-config/vfc-health.json [new file with mode: 0644]

diff --git a/kubernetes/config/docker/init/src/config/consul/consul-agent-config/vfc-health.json b/kubernetes/config/docker/init/src/config/consul/consul-agent-config/vfc-health.json
new file mode 100644 (file)
index 0000000..c7f83a8
--- /dev/null
@@ -0,0 +1,112 @@
+{
+  "service": {
+    "name": "Health Check: VFC",
+    "checks": [
+      {
+        "id": "vfc-catalog.onap-vfc",
+        "name": "VFC catalog Health Check",
+        "tcp": "vfc-catalog.onap-vfc:8806",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-emsdriver.onap-vfc",
+        "name": "VFC emsdriver Health Check",
+        "tcp": "vfc-emsdriver.onap-vfc:8206",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-gvnfmdriver.onap-vfc",
+        "name": "VFC gvnfmdriver Health Check",
+        "tcp": "vfc-gvnfmdriver.onap-vfc:8484",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-hwvnfmdriver.onap-vfc",
+        "name": "VFC hwvnfmdriver Health Check",
+        "tcp": "vfc-hwvnfmdriver.onap-vfc:8482",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-jujudriver.onap-vfc",
+        "name": "VFC jujudriver Health Check",
+        "tcp": "vfc-jujudriver.onap-vfc:8483",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-nokiavnfmdriver.onap-vfc",
+        "name": "VFC nokiavnfmdriver Health Check",
+        "tcp": "vfc-nokiavnfmdriver.onap-vfc:8486",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-nslcm.onap-vfc",
+        "name": "VFC nslcm Health Check",
+        "tcp": "vfc-nslcm.onap-vfc:8403",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-resmgr.onap-vfc",
+        "name": "VFC resmgr Health Check",
+        "tcp": "vfc-resmgr.onap-vfc:8480",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-vnflcm.onap-vfc",
+        "name": "VFC vnflcm Health Check",
+        "tcp": "vfc-vnflcm.onap-vfc:8801",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-vnfmgr.onap-vfc",
+        "name": "VFC vnfmgr Health Check",
+        "tcp": "vfc-vnfmgr.onap-vfc:8803",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-vnfres.onap-vfc",
+        "name": "VFC vnfres Health Check",
+        "tcp": "vfc-vnfres.onap-vfc:8802",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-workflow.onap-vfc",
+        "name": "VFC workflow Health Check",
+        "tcp": "vfc-workflow.onap-vfc:10550",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-workflowengineactiviti.onap-vfc",
+        "name": "VFC workflow-engine Health Check",
+        "tcp": "vfc-workflowengineactiviti.onap-vfc:8080",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-ztesdncdriver.onap-vfc",
+        "name": "VFC ztesdncdriver Health Check",
+        "tcp": "vfc-ztesdncdriver.onap-vfc:8411",
+        "interval": "15s",
+        "timeout": "1s"
+      },
+      {
+        "id": "vfc-ztevnfmdriver.onap-vfc",
+        "name": "VFC ztevnfmdriver Health Check",
+        "tcp": "vfc-ztevnfmdriver.onap-vfc:8410",
+        "interval": "15s",
+        "timeout": "1s"
+      }
+    ]
+  }
+}