Removing Liveness and readiness probe
[ric-app/hw-python.git] / init / config-file.json
1 {
2     "name": "hw-python",
3     "version": "1.0.0",
4     "containers": [
5         {
6             "name": "hw-python",
7             "image": {
8                 "registry": "nexus3.o-ran-sc.org:10004",
9                 "name": "o-ran-sc/ric-app-hw-python",
10                 "tag": "1.1.0"
11             }
12         }
13     ],
14     "messaging": {
15         "ports": [
16             {
17                 "name": "http",
18                 "container": "hw-python",
19                 "port": 8080,
20                 "description": "http service"
21             },
22             {
23                 "name": "rmrroute",
24                 "container": "hw-python",
25                 "port": 4561,
26                 "description": "rmr route port for hw-python xapp"
27             },
28             {
29                 "name": "rmrdata",
30                 "container": "hw-python",
31                 "port": 4560,
32                 "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_INDICATION"],
33                 "txMessages": ["RIC_SUB_REQ", "RIC_SUB_DEL_REQ", "RIC_SGNB_ADDITION_REQ", "RIC_SGNB_ADDITION_ACK"],
34                 "mtypes" : [
35                         {"name":"TESTNAME1","id":55555},
36                         {"name":"TESTNAME2","id":55556}
37                 ],
38                 "policies": [1],
39                 "description": "rmr data port for hw-python"
40             }
41         ]
42     },
43     "rmr": {
44         "protPort": "tcp:4560",
45         "maxSize": 2072,
46         "numWorkers": 1,
47         "txMessages": [
48             "RIC_SUB_REQ", "A1_POLICY_RESP", "A1_POLICY_QUERY", "RIC_HEALTH_CHECK_RESP"
49         ],
50         "rxMessages": [
51             "RIC_SUB_RESP",
52             "A1_POLICY_REQ", "RIC_HEALTH_CHECK_REQ"
53         ],
54     "policies": [1]
55     },
56     "controls": {
57             "fileStrorage": false
58     },
59     "db" : {
60             "waitForSdl": false
61     }
62 }