blob: 5ace3e4d9b0a15f39fb86b766d5432d82b911346 [file] [log] [blame]
jasmineWen85d9d732018-03-06 16:13:35 +00001{
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-nslcm.{{ .Values.nsPrefix }}",
49 "name": "VFC nslcm Health Check",
50 "tcp": "vfc-nslcm.{{ .Values.nsPrefix }}:8403",
51 "interval": "15s",
52 "timeout": "1s"
53 },
54 {
55 "id": "vfc-resmgr.{{ .Values.nsPrefix }}",
56 "name": "VFC resmgr Health Check",
57 "tcp": "vfc-resmgr.{{ .Values.nsPrefix }}:8480",
58 "interval": "15s",
59 "timeout": "1s"
60 },
61 {
62 "id": "vfc-vnflcm.{{ .Values.nsPrefix }}",
63 "name": "VFC vnflcm Health Check",
64 "tcp": "vfc-vnflcm.{{ .Values.nsPrefix }}:8801",
65 "interval": "15s",
66 "timeout": "1s"
67 },
68 {
69 "id": "vfc-vnfmgr.{{ .Values.nsPrefix }}",
70 "name": "VFC vnfmgr Health Check",
71 "tcp": "vfc-vnfmgr.{{ .Values.nsPrefix }}:8803",
72 "interval": "15s",
73 "timeout": "1s"
74 },
75 {
76 "id": "vfc-vnfres.{{ .Values.nsPrefix }}",
77 "name": "VFC vnfres Health Check",
78 "tcp": "vfc-vnfres.{{ .Values.nsPrefix }}:8802",
79 "interval": "15s",
80 "timeout": "1s"
81 },
82 {
83 "id": "vfc-workflow.{{ .Values.nsPrefix }}",
84 "name": "VFC workflow Health Check",
85 "tcp": "vfc-workflow.{{ .Values.nsPrefix }}:10550",
86 "interval": "15s",
87 "timeout": "1s"
88 },
89 {
90 "id": "vfc-workflowengineactiviti.{{ .Values.nsPrefix }}",
91 "name": "VFC workflow-engine Health Check",
92 "tcp": "vfc-workflowengineactiviti.{{ .Values.nsPrefix }}:8080",
93 "interval": "15s",
94 "timeout": "1s"
95 },
96 {
97 "id": "vfc-ztesdncdriver.{{ .Values.nsPrefix }}",
98 "name": "VFC ztesdncdriver Health Check",
99 "tcp": "vfc-ztesdncdriver.{{ .Values.nsPrefix }}:8411",
100 "interval": "15s",
101 "timeout": "1s"
102 },
103 {
104 "id": "vfc-ztevnfmdriver.{{ .Values.nsPrefix }}",
105 "name": "VFC ztevnfmdriver Health Check",
106 "tcp": "vfc-ztevnfmdriver.{{ .Values.nsPrefix }}:8410",
107 "interval": "15s",
108 "timeout": "1s"
109 }
110 ]
111 }
112}