Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 1 | # |
| 2 | #================================================================================== |
| 3 | # Copyright (c) 2019 AT&T Intellectual Property. |
| 4 | # Copyright (c) 2019 Nokia |
| 5 | # |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | # See the License for the specific language governing permissions and |
| 16 | # limitations under the License. |
| 17 | #================================================================================== |
| 18 | # |
| 19 | # |
| 20 | # Abstract: Configuration values for the routing manager |
| 21 | # Date: 29 May 2019 |
| 22 | # |
| 23 | apiVersion: v1 |
| 24 | kind: ConfigMap |
| 25 | metadata: |
| 26 | name: {{ include "common.configmapname.rtmgr" . }}-rtmgrcfg |
| 27 | data: |
| 28 | # FQDN and port info of the platform components for routing manager to form |
| 29 | # and distribute corresponding routes to them |
| 30 | rtmgrcfg: | |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 31 | "PlatformComponents": |
Zhe Huang | 282e7af | 2020-01-13 16:50:47 -0500 | [diff] [blame] | 32 | - |
| 33 | "name": "E2TERM" |
| 34 | "fqdn": "{{ printf "%s.%s" (include "common.servicename.e2term.rmr" .) (include "common.namespace.platform" .) }}" |
| 35 | "port": {{ include "common.serviceport.e2term.rmr.data" . }} |
| 36 | - |
| 37 | "name": "SUBMAN" |
| 38 | "fqdn": "{{ printf "%s.%s" (include "common.servicename.submgr.rmr" .) (include "common.namespace.platform" .) }}" |
| 39 | "port": {{ include "common.serviceport.submgr.rmr.data" . }} |
| 40 | - |
| 41 | "name": "E2MAN" |
| 42 | "fqdn": "{{ printf "%s.%s" (include "common.servicename.e2mgr.rmr" .) (include "common.namespace.platform" .) }}" |
| 43 | "port": {{ include "common.serviceport.e2mgr.rmr.data" . }} |
| 44 | - |
| 45 | "name": "RSM" |
| 46 | "fqdn": "{{ printf "%s.%s" (include "common.servicename.rsm.rmr" .) (include "common.namespace.platform" .) }}" |
| 47 | "port": {{ include "common.serviceport.rsm.rmr.data" . }} |
| 48 | - |
| 49 | "name": "A1MEDIATOR" |
| 50 | "fqdn": "{{ printf "%s.%s" (include "common.servicename.a1mediator.rmr" .) (include "common.namespace.platform" .) }}" |
| 51 | "port": {{ include "common.serviceport.a1mediator.rmr.data" . }} |
| 52 | |
| 53 | "XMURL": |
| 54 | "http://{{ include "common.servicename.appmgr.http" . }}:{{ include "common.serviceport.appmgr.http" . }}/ric/v1/xapps" |
rangajal | 10fd7c4 | 2020-02-13 11:24:35 +0000 | [diff] [blame] | 55 | "E2MURL": |
| 56 | "http://{{ include "common.servicename.e2mgr.http" . }}:{{ include "common.serviceport.e2mgr.http" . }}/v1/e2t/list" |
Zhe Huang | 282e7af | 2020-01-13 16:50:47 -0500 | [diff] [blame] | 57 | "RTFILE": |
| 58 | "/db/rt.json" |
| 59 | "CFGFILE": |
| 60 | "/cfg/rtmgr-config.yaml" |
| 61 | "RPE": |
| 62 | "{{ .Values.rtmgr.rpe }}" |
| 63 | "SBI": |
| 64 | "{{ .Values.rtmgr.sbi }}" |
| 65 | "SBIURL": |
| 66 | "{{ .Values.rtmgr.sbiurl }}" |
| 67 | "NBI": |
| 68 | "{{ .Values.rtmgr.nbi }}" |
| 69 | "NBIURL": |
| 70 | "http://{{ include "common.servicename.rtmgr.http" . }}:{{ include "common.serviceport.rtmgr.http" . }}" |
| 71 | "SDL": |
| 72 | "file" |
| 73 | "local": |
| 74 | "host": ":8080" |
| 75 | "logger": |
| 76 | "level": 4 |
| 77 | "rmr": |
| 78 | "protPort": "tcp:4560" |
| 79 | "maxSize": 2072 |
| 80 | "numWorkers": 1 |
wahidw | ef43ee3 | 2020-03-10 09:05:25 +0000 | [diff] [blame^] | 81 | "threadType": 1 |
Zhe Huang | 282e7af | 2020-01-13 16:50:47 -0500 | [diff] [blame] | 82 | "PlatformRoutes": [ |
| 83 | { 'messagetype': 'RIC_SUB_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 84 | { 'messagetype': 'RIC_SUB_DEL_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1,'endpoint': '', 'meid': '%meid'}, |
| 85 | { 'messagetype': 'RIC_SUB_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''}, |
| 86 | { 'messagetype': 'RIC_SUB_DEL_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''}, |
| 87 | { 'messagetype': 'RIC_SUB_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''}, |
| 88 | { 'messagetype': 'RIC_SUB_DEL_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''}, |
| 89 | { 'messagetype': 'RIC_X2_SETUP_REQ', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 90 | { 'messagetype': 'RIC_X2_RESET', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 91 | { 'messagetype': 'RIC_X2_RESET_RESP', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 92 | { 'messagetype': 'RIC_ENDC_X2_SETUP_REQ', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 93 | { 'messagetype': 'RIC_ENB_CONF_UPDATE_ACK', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 94 | { 'messagetype': 'RIC_ENB_CONF_UPDATE_FAILURE', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 95 | { 'messagetype': 'RIC_ENDC_CONF_UPDATE_ACK', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 96 | { 'messagetype': 'RIC_ENDC_CONF_UPDATE_FAILURE', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 97 | { 'messagetype': 'E2_TERM_INIT', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 98 | { 'messagetype': 'RIC_X2_SETUP_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 99 | { 'messagetype': 'RIC_X2_SETUP_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 100 | { 'messagetype': 'RIC_X2_RESET', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 101 | { 'messagetype': 'RIC_X2_RESET_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 102 | { 'messagetype': 'RIC_ENDC_X2_SETUP_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 103 | { 'messagetype': 'RIC_ENDC_X2_SETUP_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 104 | { 'messagetype': 'RIC_ENDC_CONF_UPDATE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 105 | { 'messagetype': 'RIC_SCTP_CONNECTION_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 106 | { 'messagetype': 'RIC_ERROR_INDICATION', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 107 | { 'messagetype': 'RIC_ENB_CONF_UPDATE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 108 | { 'messagetype': 'RIC_ENB_LOAD_INFORMATION', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 109 | { 'messagetype': 'E2_TERM_KEEP_ALIVE_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, |
| 110 | { 'messagetype': 'RAN_CONNECTED', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''}, |
| 111 | { 'messagetype': 'RAN_RESTARTED', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''}, |
| 112 | { 'messagetype': 'RAN_RECONFIGURED', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''}, |
| 113 | { 'messagetype': 'RIC_RES_STATUS_REQ', 'senderendpoint': 'RSM', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, |
| 114 | { 'messagetype': 'RIC_RES_STATUS_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''}, |
| 115 | { 'messagetype': 'RIC_RES_STATUS_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''}, |
| 116 | { 'messagetype': 'A1_POLICY_QUERY', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''}, |
| 117 | { 'messagetype': 'A1_POLICY_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''}, |
| 118 | ] |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 119 | |