497242ff2e525032a61800c9271e7373976ae1a8
[ric-plt/vespamgr.git] / config / config-file-ut.json
1 {
2     "name": "vespamgr",
3     "version": "0.7.0",
4     "vendor": "Nokia",
5     "moId": "SEP",
6     "containers": [],
7     "livenessProbe": {
8         "httpGet": {
9             "path": "ric/v1/health/alive",
10             "port": 8080
11         },
12         "initialDelaySeconds": 5,
13         "periodSeconds": 15
14     },
15     "readinessProbe": {
16         "httpGet": {
17             "path": "ric/v1/health/ready",
18             "port": 8080
19         },
20         "initialDelaySeconds": 5,
21         "periodSeconds": 15
22     },
23     "messaging": {
24         "ports": [
25             {
26                 "name": "http",
27                 "container": "qos",
28                 "port": 8088,
29                 "description": "http service"
30             },
31             {
32                 "name": "rmr-data",
33                 "container": "qos",
34                 "port": 4560,
35                 "maxSize": 2072,
36                 "threadType": 0,
37                 "lowLatency": false,
38                 "rxMessages": [],
39                 "txMessages": [],
40                 "policies": [],
41                 "description": "rmr data port for qos"
42             },
43             {
44                 "name": "rmr-route",
45                 "container": "qos",
46                 "port": 4561,
47                 "description": "rmr route port for qos"
48             }
49         ]
50     },
51     "controls": {
52         "logger": {
53             "level": 4
54         },
55         "host": "localhost:8080",
56         "measurementUrl": "/ric/v1/measurements",
57         "appManager": {
58             "host": "http://localhost:8080",
59             "path": "/ric/v1/config",
60             "notificationUrl": "/ric/v1/xappnotif",
61             "subscriptionUrl": "/ric/v1/subscriptions",
62             "appmgrRetry": 2
63         },
64         "vesagent": {
65             "configFile": "/tmp/ves-agent.yaml",
66             "hbInterval": "60s",
67             "measInterval": "30s",
68             "prometheusAddr": "http://infra-cpro-server:80",
69             "alertManagerBindAddr": ":9095"
70         },
71         "collector": {
72             "primaryAddr": "localhost",
73             "secondaryAddr": "localhost",
74             "serverRoot": "0",
75             "primaryPort": 8443,
76             "primaryUser": "sample1",
77             "primaryPassword": "sample1",
78             "secure": false
79         }
80     },
81     "faults": { },
82     "metrics": []
83 }