blob: 40570ab214708952cb3add76dcf534f444883c19 [file] [log] [blame]
subhash kumar singhe63192f2020-12-11 14:25:11 +05301{
subhash kumar singha28bb732021-06-01 18:55:12 +05302 "name": "hw-go",
subhash kumar singh97105952021-06-25 11:15:02 +05303 "version": "1.0.0",
subhash kumar singhe63192f2020-12-11 14:25:11 +05304 "containers": [
5 {
subhash kumar singha28bb732021-06-01 18:55:12 +05306 "name": "hw-go",
subhash kumar singhe63192f2020-12-11 14:25:11 +05307 "image": {
subhash kumar singha28bb732021-06-01 18:55:12 +05308 "registry": "nexus3.o-ran-sc.org:10004",
9 "name": "o-ran-sc/ric-app-hw-go",
subhash kumar singh6b117a92022-01-13 15:26:16 +053010 "tag": "1.1.1"
subhash kumar singhe63192f2020-12-11 14:25:11 +053011 }
12 }
13 ],
14 "livenessProbe": {
15 "httpGet": {
16 "path": "ric/v1/health/alive",
17 "port": 8080
18 },
19 "initialDelaySeconds": 5,
20 "periodSeconds": 15
21 },
22 "readinessProbe": {
23 "httpGet": {
24 "path": "ric/v1/health/ready",
25 "port": 8080
26 },
27 "initialDelaySeconds": 5,
28 "periodSeconds": 15
29 },
30 "messaging": {
31 "ports": [
32 {
33 "name": "http",
subhash kumar singh97105952021-06-25 11:15:02 +053034 "container": "hw-go",
subhash kumar singhe63192f2020-12-11 14:25:11 +053035 "port": 8080,
36 "description": "http service"
37 },
38 {
subhash kumar singh97105952021-06-25 11:15:02 +053039 "name": "rmrroute",
40 "container": "hw-go",
subhash kumar singhe63192f2020-12-11 14:25:11 +053041 "port": 4561,
subhash kumar singh97105952021-06-25 11:15:02 +053042 "description": "rmr route port for hw-go xapp"
subhash kumar singhe63192f2020-12-11 14:25:11 +053043 },
44 {
subhash kumar singh97105952021-06-25 11:15:02 +053045 "name": "rmrdata",
46 "container": "hw-go",
subhash kumar singhe63192f2020-12-11 14:25:11 +053047 "port": 4560,
subhash kumar singhe63192f2020-12-11 14:25:11 +053048 "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_INDICATION"],
49 "txMessages": ["RIC_SUB_REQ", "RIC_SUB_DEL_REQ", "RIC_SGNB_ADDITION_REQ", "RIC_SGNB_ADDITION_ACK"],
50 "mtypes" : [
51 {"name":"TESTNAME1","id":55555},
52 {"name":"TESTNAME2","id":55556}
53 ],
subhash kumar singh97105952021-06-25 11:15:02 +053054 "policies": [1],
55 "description": "rmr data port for hw-go"
subhash kumar singhe63192f2020-12-11 14:25:11 +053056 }
57 ]
58 },
subhash kumar singh97105952021-06-25 11:15:02 +053059 "rmr": {
60 "protPort": "tcp:4560",
61 "maxSize": 2072,
62 "numWorkers": 1,
63 "txMessages": [
64 "RIC_SUB_REQ", "A1_POLICY_RESP", "A1_POLICY_QUERY", "RIC_HEALTH_CHECK_RESP"
65 ],
66 "rxMessages": [
67 "RIC_SUB_RESP",
68 "A1_POLICY_REQ", "RIC_HEALTH_CHECK_REQ"
69 ],
70 "policies": [1]
71 },
subhash kumar singhe63192f2020-12-11 14:25:11 +053072 "controls": {
subhash kumar singhe51b3242021-08-19 19:45:25 +000073 "fileStrorage": false,
74 "logger": {
75 "level": 3
76 }
subhash kumar singhe63192f2020-12-11 14:25:11 +053077 },
subhash kumar singheb2fc4f2021-06-01 18:43:32 +053078 "db" : {
subhash kumar singh97105952021-06-25 11:15:02 +053079 "waitForSdl": false
subhash kumar singheb2fc4f2021-06-01 18:43:32 +053080 }
subhash kumar singhe63192f2020-12-11 14:25:11 +053081}