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