RIC:1060: Change in PTL
[ric-plt/vespamgr.git] / config / config-file.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": 8080,
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": "http://service-ricplt-vespamgr-http.ricplt.svc.cluster.local:8080",
56         "measurementUrl": "/ric/v1/measurements",
57         "pltFile": "/tmp/vespa-plt-meas.json",
58         "pltCounterFile": "/cfg/plt-counter.json",
59         "appManager": {
60             "host": "http://service-ricplt-appmgr-http.ricplt.svc.cluster.local:8080",
61             "path": "/ric/v1/config",
62             "notificationUrl": "/ric/v1/xappnotif",
63             "subscriptionUrl": "/ric/v1/subscriptions",
64             "appmgrRetry": 100
65         },
66         "vesagent": {
67             "configFile": "/etc/ves-agent/ves-agent.yaml",
68             "hbInterval": "60s",
69             "measInterval": "30s",
70             "prometheusAddr": "http://infra-cpro-server:80",
71             "alertManagerBindAddr": ":9095"
72         },
73         "collector": {
74             "primaryAddr": "pod-ves-simulator",
75             "secondaryAddr": "pod-ves-simulator",
76             "serverRoot": "",
77             "primaryPort": 8443,
78             "primaryUser": "sample1",
79             "primaryPassword": "sample1",
80             "secure": false
81         }
82     },
83     "faults": { },
84     "metrics": []
85 }