aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/aai-model-loader-health.json
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Move consul config from shared NFS to configmapjasmineWen1-0/+14
d='n57' href='#n57'>57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
{
  "service": {
    "name": "Health Check: VFC",
    "checks": [
      {
        "id": "vfc-catalog",
        "name": "VFC catalog Health Check",
        "tcp": "vfc-catalog:8806",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-emsdriver",
        "name": "VFC emsdriver Health Check",
        "tcp": "vfc-ems-driver:8206",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-gvnfmdriver",
        "name": "VFC gvnfmdriver Health Check",
        "tcp": "vfc-generic-vnfm-driver:8484",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-hwvnfmdriver",
        "name": "VFC hwvnfmdriver Health Check",
        "tcp": "vfc-huawei-vnfm-driver:8482",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-jujudriver",
        "name": "VFC jujudriver Health Check",
        "tcp": "vfc-juju-vnfm-driver:8483",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-nokiavnfmdriver",
        "name": "VFC nokiavnfmdriver Health Check",
        "tcp": "vfc-nokia-vnfm-driver:8486",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-nokiav2vnfmdriver",
        "name": "VFC nokiav2vnfmdriver Health Check",
        "tcp": "vfc-nokia-v2vnfm-driver:8089",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-nslcm",
        "name": "VFC nslcm Health Check",
        "tcp": "vfc-nslcm:8403",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-resmgr",
        "name": "VFC resmgr Health Check",
        "tcp": "vfc-resmgr:8480",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-vnflcm",
        "name": "VFC vnflcm Health Check",
        "tcp": "vfc-vnflcm:8801",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-vnfmgr",
        "name": "VFC vnfmgr Health Check",
        "tcp": "vfc-vnfmgr:8803",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-vnfres",
        "name": "VFC vnfres Health Check",
        "tcp": "vfc-vnfres:8802",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-workflow",
        "name": "VFC workflow Health Check",
        "tcp": "vfc-workflow:10550",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-workflowengineactiviti",
        "name": "VFC workflow-engine Health Check",
        "tcp": "vfc-workflow-engine:8080",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-ztesdncdriver",
        "name": "VFC ztesdncdriver Health Check",
        "tcp": "vfc-zte-sdnc-driver:8411",
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "vfc-ztevnfmdriver",
        "name": "VFC ztevnfmdriver Health Check",
        "tcp": "vfc-zte-vnfm-driver:8410",
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}