E. Scott Daniels | 2301eb8 | 2020-07-15 13:46:51 -0400 | [diff] [blame^] | 1 | { |
| 2 | "comment": "describes the xAPP for sgxapp", |
| 3 | "xapp_name": "sgxapp", |
| 4 | "version": "1.0.0", |
| 5 | "containers": [ |
| 6 | { |
| 7 | "name": "sgxapp", |
| 8 | "image": { |
| 9 | "registry": "nexus3.o-ran-sc.org:10002", |
| 10 | "name": "o-ran-sc/ric-app-sg", |
| 11 | "tag": "1.0.0" |
| 12 | }, |
| 13 | "command": "/usr/local/bin/munchkin" |
| 14 | } |
| 15 | ], |
| 16 | |
| 17 | "livenessProbe": { |
| 18 | "exec": { |
| 19 | "command": ["/usr/local/bin/rmr_probe"] |
| 20 | }, |
| 21 | "initialDelaySeconds": 5, |
| 22 | "periodSeconds": 15 |
| 23 | }, |
| 24 | |
| 25 | "messaging": { |
| 26 | "ports": [ |
| 27 | { |
| 28 | "name": "rmr-data", |
| 29 | "container": "mgxapp", |
| 30 | "port": 4560, |
| 31 | "rxMessages": |
| 32 | [ |
| 33 | "RIC_METRICS" |
| 34 | ], |
| 35 | "description": "sgxapp listens on this port for RMR messages." |
| 36 | }, |
| 37 | { |
| 38 | "name": "rmr_route", |
| 39 | "container": "mgxapp", |
| 40 | "port": 4561, |
| 41 | "description": "sgxapp listens on this port for RMR route messages" |
| 42 | } |
| 43 | ] |
| 44 | }, |
| 45 | |
| 46 | "controls": { |
| 47 | "env_overrides": true, |
| 48 | "collector_url": "http://ves_collector:1234", |
| 49 | "log_level": "warnings", |
| 50 | "wait4rt": false, |
| 51 | "hr_logging": true, |
| 52 | }, |
| 53 | |
| 54 | "rmr":{ |
| 55 | "protPort": "tcp:4560", |
| 56 | "maxSize": 4096, |
| 57 | "numWorkers": 1, |
| 58 | "txMessages": [ ], |
| 59 | "rxMessages": [ |
| 60 | "RIC_METRICS" |
| 61 | ] |
| 62 | } |
| 63 | } |