blob: 70fd3aed40c7bd0b95e2a71b53a173199894011e [file] [log] [blame]
Mohamed Abukarb8b191f2020-11-07 11:22:56 +02001{
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 {
wahidwd9ff71c2020-12-29 06:52:39 +000041 "name": "rmrroute",
Mohamed Abukarb8b191f2020-11-07 11:22:56 +020042 "container": "ueec",
43 "port": 4561,
44 "description": "rmr route port for ueec"
45 },
46 {
wahidwd9ff71c2020-12-29 06:52:39 +000047 "name": "rmrdata",
Mohamed Abukarb8b191f2020-11-07 11:22:56 +020048 "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"],
Mohamed Abukare5259892020-11-09 15:14:25 +020056 "policies": [801111, 902222],
Mohamed Abukarb8b191f2020-11-07 11:22:56 +020057 "description": "rmr data port for ueec"
58 }
Mohamed Abukared119192020-11-19 14:38:22 +020059 ],
60 "mtypes": [
61 {"Name": "abdc", "Id": 1234}
Mohamed Abukarb8b191f2020-11-07 11:22:56 +020062 ]
63 },
64 "controls": {
65 "logger": {
Mohamed Abukar3602bf82021-04-04 18:07:52 +030066 "level": 3,
67 "noFormat": true
Mohamed Abukarb8b191f2020-11-07 11:22:56 +020068 },
69 "subscription": {
Mohamed Abukar9ea6c782021-04-07 21:18:55 +030070 "host": "localhost:8088",
71 "timeout": 2,
72 "retryCount": 10,
73 "retryDelay": 5
Mohamed Abukar827a6412020-11-12 10:02:41 +020074 },
75 "waitForSdl": false
Mohamed Abukarb8b191f2020-11-07 11:22:56 +020076 },
77 "metrics": {
78 "url": "/ric/v1/metrics",
79 "namespace": "ricxapp"
80 },
Mohamed Abukarb8b191f2020-11-07 11:22:56 +020081 "faults": {},
82 "measurements": []
83}
84