X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=manifests%2Frtmgr%2Frtmgr-cfg.yaml;h=8a871b0e94d18058bf7b6b34af08faec58c7970d;hb=ea0bf25b4227ae5087365aec7683011bd79e73c7;hp=65c6a6e50c2187ffc33f33af127646d66ed08ea1;hpb=92162653c9741f2417d1a36ec1c211d6863d0a68;p=ric-plt%2Frtmgr.git diff --git a/manifests/rtmgr/rtmgr-cfg.yaml b/manifests/rtmgr/rtmgr-cfg.yaml index 65c6a6e..8a871b0 100644 --- a/manifests/rtmgr/rtmgr-cfg.yaml +++ b/manifests/rtmgr/rtmgr-cfg.yaml @@ -14,6 +14,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# #================================================================================== # # @@ -26,29 +31,58 @@ metadata: name: rtmgrcfg data: # FQDN and port info of the platform components for routing manager to form and distribute corresponding routes to them - rtmgrcfg: | - { - "PlatformComponents": - [ - { - "name": "E2TERM", - "fqdn": "e2term", - "port": 4561 - }, - { - "name": "SUBMAN", - "fqdn": "subman", - "port": 4561 - }, - { - "name": "E2MAN", - "fqdn": "e2man", - "port": 4561 - }, - { - "name": "UEMAN", - "fqdn": "ueman", - "port": 4561 - } - ] - } + rtmgrcfg: | + { + "PlatformComponents": + [ + { + "name": "E2TERM", + "fqdn": "e2term", + "port": 4561 + }, + { + "name": "SUBMAN", + "fqdn": "subman", + "port": 4561 + }, + { + "name": "E2MAN", + "fqdn": "e2man", + "port": 4561 + }, + { + "name": "UEMAN", + "fqdn": "ueman", + "port": 4561 + } + ] + "local": + "host": ":8080" + "logger": + "level": 3 + "rmr": + "protPort": "tcp:4560" + "maxSize": 2072 + "numWorkers": 1 + "RTFILE": + "/db/rt.json" + "NBIURL": + "http://localhost:3800" + + } +subscription: + host: "127.0.0.1:8089" + + #xmurl: "http://service-ricplt-appmgr-http:8080/ric/v1/xapps" + #e2murl: "http://service-ricplt-e2mgr-http:3800/v1/e2t/list" + rtfile: "/db/rt.json" + #CFGFILE: "/cfg/rtmgr-config.yaml" + #rpe: "rmrpush" + #s#bi: "rmrpush" + #s#biurl: "0.0.0.0" + #nbi: "httpRESTful" + #nbiurl: "http://service-ricplt-rtmgr-http:3800" + ##sdl: "file" + #local: + #host: ":8080" +