RIC:1060: Change in PTL
[ric-plt/xapp-frame.git] / config / config-file.json
1 {
2     "name": "xapp",
3     "version": "0.7.0",
4     "vendor": "Nokia",
5     "moId": "SEP",
6     "containers": [
7         {
8             "name": "ueec",
9             "image": {
10                 "registry": "ranco-dev-tools.eastus.cloudapp.azure.com:10001",
11                 "name": "ueec-xapp",
12                 "tag": "0.5.3"
13             }
14         }
15     ],
16     "livenessProbe": {
17         "httpGet": {
18             "path": "ric/v1/health/alive",
19             "port": 8080
20         },
21         "initialDelaySeconds": 5,
22         "periodSeconds": 15
23     },
24     "readinessProbe": {
25         "httpGet": {
26             "path": "ric/v1/health/ready",
27             "port": 8080
28         },
29         "initialDelaySeconds": 5,
30         "periodSeconds": 15
31     },
32     "messaging": {
33         "ports": [
34             {
35                 "name": "http",
36                 "container": "ueec",
37                 "port": 8086,
38                 "description": "http service"
39             },
40             {
41                 "name": "rmrroute",
42                 "container": "ueec",
43                 "port": 4561,
44                 "description": "rmr route port for ueec"
45             },
46             {
47                 "name": "rmrdata",
48                 "container": "ueec",
49                 "port": 4560,
50                 "maxSize": 2072,
51                 "threadType": 0,
52                 "lowLatency": false,
53                 "maxRetryOnFailure": 5,
54                 "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE"],
55                 "txMessages": ["RIC_SGNB_ADDITION_REQ", "RIC_SGNB_ADDITION_ACK"],
56                 "policies": [801111, 902222],
57                 "description": "rmr data port for ueec"
58             }
59         ],
60         "mtypes": [
61             {"Name": "abdc", "Id": 1234}
62         ]
63     },
64     "controls": {
65         "logger": {
66             "level": 3,
67             "noFormat": true
68         },
69         "subscription": {
70             "host": "localhost:8088",
71             "timeout": 2,
72             "retryCount": 10,
73             "retryDelay": 5
74         },
75         "waitForSdl": false
76     },
77     "metrics": {
78         "url": "/ric/v1/metrics",
79         "namespace": "ricxapp"
80     },
81     "faults": {},
82     "measurements": []
83 }
84