Merge "Remove global repository from onap chart"
[oom.git] / kubernetes / consul / resources / config / consul-agent-config / vfc-health.json
1 {
2   "service": {
3     "name": "Health Check: VFC",
4     "checks": [
5       {
6         "id": "vfc-catalog.{{ .Values.nsPrefix }}",
7         "name": "VFC catalog Health Check",
8         "tcp": "vfc-catalog.{{ .Values.nsPrefix }}:8806",
9         "interval": "15s",
10         "timeout": "1s"
11       },
12       {
13         "id": "vfc-emsdriver.{{ .Values.nsPrefix }}",
14         "name": "VFC emsdriver Health Check",
15         "tcp": "vfc-emsdriver.{{ .Values.nsPrefix }}:8206",
16         "interval": "15s",
17         "timeout": "1s"
18       },
19       {
20         "id": "vfc-gvnfmdriver.{{ .Values.nsPrefix }}",
21         "name": "VFC gvnfmdriver Health Check",
22         "tcp": "vfc-gvnfmdriver.{{ .Values.nsPrefix }}:8484",
23         "interval": "15s",
24         "timeout": "1s"
25       },
26       {
27         "id": "vfc-hwvnfmdriver.{{ .Values.nsPrefix }}",
28         "name": "VFC hwvnfmdriver Health Check",
29         "tcp": "vfc-hwvnfmdriver.{{ .Values.nsPrefix }}:8482",
30         "interval": "15s",
31         "timeout": "1s"
32       },
33       {
34         "id": "vfc-jujudriver.{{ .Values.nsPrefix }}",
35         "name": "VFC jujudriver Health Check",
36         "tcp": "vfc-jujudriver.{{ .Values.nsPrefix }}:8483",
37         "interval": "15s",
38         "timeout": "1s"
39       },
40       {
41         "id": "vfc-nokiavnfmdriver.{{ .Values.nsPrefix }}",
42         "name": "VFC nokiavnfmdriver Health Check",
43         "tcp": "vfc-nokiavnfmdriver.{{ .Values.nsPrefix }}:8486",
44         "interval": "15s",
45         "timeout": "1s"
46       },
47       {
48         "id": "vfc-nokiav2vnfmdriver.{{ .Values.nsPrefix }}",
49         "name": "VFC nokiav2vnfmdriver Health Check",
50         "tcp": "vfc-nokiav2vnfmdriver.{{ .Values.nsPrefix }}:8089",
51         "interval": "15s",
52         "timeout": "1s"
53       },
54       {
55         "id": "vfc-nslcm.{{ .Values.nsPrefix }}",
56         "name": "VFC nslcm Health Check",
57         "tcp": "vfc-nslcm.{{ .Values.nsPrefix }}:8403",
58         "interval": "15s",
59         "timeout": "1s"
60       },
61       {
62         "id": "vfc-resmgr.{{ .Values.nsPrefix }}",
63         "name": "VFC resmgr Health Check",
64         "tcp": "vfc-resmgr.{{ .Values.nsPrefix }}:8480",
65         "interval": "15s",
66         "timeout": "1s"
67       },
68       {
69         "id": "vfc-vnflcm.{{ .Values.nsPrefix }}",
70         "name": "VFC vnflcm Health Check",
71         "tcp": "vfc-vnflcm.{{ .Values.nsPrefix }}:8801",
72         "interval": "15s",
73         "timeout": "1s"
74       },
75       {
76         "id": "vfc-vnfmgr.{{ .Values.nsPrefix }}",
77         "name": "VFC vnfmgr Health Check",
78         "tcp": "vfc-vnfmgr.{{ .Values.nsPrefix }}:8803",
79         "interval": "15s",
80         "timeout": "1s"
81       },
82       {
83         "id": "vfc-vnfres.{{ .Values.nsPrefix }}",
84         "name": "VFC vnfres Health Check",
85         "tcp": "vfc-vnfres.{{ .Values.nsPrefix }}:8802",
86         "interval": "15s",
87         "timeout": "1s"
88       },
89       {
90         "id": "vfc-workflow.{{ .Values.nsPrefix }}",
91         "name": "VFC workflow Health Check",
92         "tcp": "vfc-workflow.{{ .Values.nsPrefix }}:10550",
93         "interval": "15s",
94         "timeout": "1s"
95       },
96       {
97         "id": "vfc-workflowengineactiviti.{{ .Values.nsPrefix }}",
98         "name": "VFC workflow-engine Health Check",
99         "tcp": "vfc-workflowengineactiviti.{{ .Values.nsPrefix }}:8080",
100         "interval": "15s",
101         "timeout": "1s"
102       },
103       {
104         "id": "vfc-ztesdncdriver.{{ .Values.nsPrefix }}",
105         "name": "VFC ztesdncdriver Health Check",
106         "tcp": "vfc-ztesdncdriver.{{ .Values.nsPrefix }}:8411",
107         "interval": "15s",
108         "timeout": "1s"
109       },
110       {
111         "id": "vfc-ztevnfmdriver.{{ .Values.nsPrefix }}",
112         "name": "VFC ztevnfmdriver Health Check",
113         "tcp": "vfc-ztevnfmdriver.{{ .Values.nsPrefix }}:8410",
114         "interval": "15s",
115         "timeout": "1s"
116       }
117     ]
118   }
119 }