X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2Fdescriptor%2Fconfig-file.json;fp=examples%2Fdescriptor%2Fconfig-file.json;h=3c8d51c88ee4da2f19c1e2b01dc9cd41ac98b2b5;hb=12486343219663d484705f05ab8d2ed3306f66d7;hp=0000000000000000000000000000000000000000;hpb=9c09be1e9598d4e145faea412b047b64d38feb22;p=ric-plt%2Fxapp-frame-py.git diff --git a/examples/descriptor/config-file.json b/examples/descriptor/config-file.json new file mode 100644 index 0000000..3c8d51c --- /dev/null +++ b/examples/descriptor/config-file.json @@ -0,0 +1,83 @@ +{ + "name": "ts-kpi-storage", + "version": "0.7.0", + "vendor": "Nokia", + "moId": "SEP", + "containers": [ + { + "name": "xapp-test", + "image": { + "registry": "edgeapps-docker-local.artifactory-blr1.int.net.nokia.com", + "name": "xapp-test", + "tag": "0.1" + }, + "resources": { + "limits": {}, + "requests": {} + } + } + ], + "livenessProbe": { + "httpGet": { + "path": "ric/v1/health/alive", + "port": 8080 + }, + "initialDelaySeconds": 5, + "periodSeconds": 15 + }, + "readinessProbe": { + "httpGet": { + "path": "ric/v1/health/ready", + "port": 8080 + }, + "initialDelaySeconds": 5, + "periodSeconds": 15 + }, + "messaging": { + "ports": [ + { + "name": "http", + "container": "xapp-test", + "port": 8080, + "description": "http service" + }, + { + "name": "rmrroute", + "container": "xapp-test", + "port": 4561, + "description": "rmr route port" + }, + { + "name": "rmrdata", + "container": "xapp-test", + "port": 4560, + "maxSize": 2072, + "rxMessages": [], + "txMessages": [], + "policies": [], + "description": "rmr data port" + } + ] + }, + "controls": { + "logger": { + "level": 3 + }, + "symptomdata": { + "lwsd": { + "url": "http://192.168.1.122:9000/ric/v1/lwsd", + "timeout": 10 + } + }, + "subscription": { + "url": "http://192.168.1.122:9000/", + "clientEndpoint": "192.168.1.122" + } + }, + "metrics": { + "url": "/ric/v1/metrics", + "namespace": "ricxapp" + }, + "faults": {}, + "measurements": [] +}