[RIC-434] Update custom configmaps and e2t nodeport
[ric-plt/e2mgr.git] / tools / cm_e2mgr_k8s / rtmgr_config.yaml
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: configmap-ricplt-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: |
31        "PlatformComponents":
32          -
33            "name": "SUBMAN"
34            "fqdn": "service-ricplt-submgr-rmr.ricplt"
35            "port": 4560
36          -
37            "name": "E2MAN"
38            "fqdn": "service-ricplt-e2mgr-rmr.ricplt"
39            "port": 3801
40          -
41            "name": "RSM"
42            "fqdn": "service-ricplt-rsm-rmr.ricplt"
43            "port": 4801
44          -
45            "name": "A1MEDIATOR"
46            "fqdn": "service-ricplt-a1mediator-rmr.ricplt"
47            "port": 4562
48        "XMURL":
49          "http://service-ricplt-appmgr-http:8080/ric/v1/xapps"
50        "E2MURL":
51          "http://service-ricplt-e2mgr-http:3800/v1/e2t/list"
52        "RTFILE":
53          "/db/rt.json"
54        "CFGFILE":
55          "/cfg/rtmgr-config.yaml"
56        "RPE":
57          "rmrpush"
58        "SBI":
59          "rmrpush"
60        "SBIURL":
61          "0.0.0.0"
62        "NBI":
63          "httpRESTful"
64        "NBIURL":
65          "http://service-ricplt-rtmgr-http:3800"
66        "SDL":
67          "file"
68        "local":
69          "host": ":8080"
70        "logger":
71          "level": 4
72        "rmr":
73          "protPort": "tcp:4560"
74          "maxSize": 1024
75          "numWorkers": 1
76          "threadType": 1
77        "messagetypes": [
78           "RIC_HEALTH_CHECK_REQ=100",
79           "RIC_HEALTH_CHECK_RESP=101",
80           "RIC_ALARM=110",
81           "RIC_ALARM_QUERY=111",
82           "RIC_SCTP_CONNECTION_FAILURE=1080",
83           "E2_TERM_INIT=1100",
84           "E2_TERM_KEEP_ALIVE_REQ=1101",
85           "E2_TERM_KEEP_ALIVE_RESP=1102",
86           "RIC_SCTP_CLEAR_ALL=1090",
87           "RAN_CONNECTED=1200",
88           "RAN_RESTARTED=1210",
89           "RAN_RECONFIGURED=1220",
90           "RIC_ENB_LOAD_INFORMATION=10020",
91           "RIC_X2_SETUP_REQ=10060",
92           "RIC_X2_SETUP_RESP=10061",
93           "RIC_X2_SETUP_FAILURE=10062",
94           "RIC_X2_RESET=10070",
95           "RIC_X2_RESET_RESP=10071",
96           "RIC_ENB_CONF_UPDATE=10080",
97           "RIC_ENB_CONF_UPDATE_ACK=10081",
98           "RIC_ENB_CONF_UPDATE_FAILURE=10082",
99           "RIC_RES_STATUS_REQ=10090",
100           "RIC_RES_STATUS_RESP=10091",
101           "RIC_RES_STATUS_FAILURE=10092",
102           "RIC_ENDC_X2_SETUP_REQ=10360",
103           "RIC_ENDC_X2_SETUP_RESP=10361",
104           "RIC_ENDC_X2_SETUP_FAILURE=10362",
105           "RIC_ENDC_CONF_UPDATE=10370",
106           "RIC_ENDC_CONF_UPDATE_ACK=10371",
107           "RIC_ENDC_CONF_UPDATE_FAILURE=10372",
108           "RIC_E2_SETUP_REQ=12001",
109           "RIC_E2_SETUP_RESP=12002",
110           "RIC_E2_SETUP_FAILURE=12003",
111           "RIC_ERROR_INDICATION=12007",
112           "RIC_SUB_REQ=12010",
113           "RIC_SUB_RESP=12011",
114           "RIC_SUB_FAILURE=12012",
115           "RIC_SUB_DEL_REQ=12020",
116           "RIC_SUB_DEL_RESP=12021",
117           "RIC_SUB_DEL_FAILURE=12022",
118           "A1_POLICY_REQ=20010",
119           "A1_POLICY_RESP=20011",
120           "A1_POLICY_QUERY=20012",
121           "TS_UE_LIST=30000",
122           "TS_QOE_PRED_REQ=30001",
123           "TS_QOE_PREDICTION=30002",
124           "MC_REPORT=30010",
125           "DCAPTERM_RTPM_RMR_MSGTYPE=33001",
126           "DCAPTERM_GEO_RMR_MSGTYPE=33002",
127           ]
128        "PlatformRoutes": [
129          { 'messagetype': 'RIC_SUB_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
130          { 'messagetype': 'RIC_SUB_DEL_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1,'endpoint': '', 'meid': '%meid'},
131          { 'messagetype': 'RIC_SUB_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
132          { 'messagetype': 'RIC_SUB_DEL_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
133          { 'messagetype': 'RIC_SUB_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
134          { 'messagetype': 'RIC_SUB_DEL_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
135          { 'messagetype': 'RIC_X2_SETUP_REQ', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
136          { 'messagetype': 'RIC_X2_RESET', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
137          { 'messagetype': 'RIC_X2_RESET_RESP', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
138          { 'messagetype': 'RIC_ENDC_X2_SETUP_REQ', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
139          { 'messagetype': 'RIC_ENB_CONF_UPDATE_ACK', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
140          { 'messagetype': 'RIC_ENB_CONF_UPDATE_FAILURE', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
141          { 'messagetype': 'RIC_ENDC_CONF_UPDATE_ACK', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
142          { 'messagetype': 'RIC_ENDC_CONF_UPDATE_FAILURE', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
143          { 'messagetype': 'RIC_E2_SETUP_REQ', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
144          { 'messagetype': 'E2_TERM_INIT', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
145          { 'messagetype': 'RIC_X2_SETUP_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
146          { 'messagetype': 'RIC_X2_SETUP_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
147          { 'messagetype': 'RIC_X2_RESET', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
148          { 'messagetype': 'RIC_X2_RESET_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
149          { 'messagetype': 'RIC_ENDC_X2_SETUP_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
150          { 'messagetype': 'RIC_ENDC_X2_SETUP_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
151          { 'messagetype': 'RIC_ENDC_CONF_UPDATE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
152          { 'messagetype': 'RIC_SCTP_CONNECTION_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
153          { 'messagetype': 'RIC_ERROR_INDICATION', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
154          { 'messagetype': 'RIC_ENB_CONF_UPDATE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
155          { 'messagetype': 'RIC_ENB_LOAD_INFORMATION', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
156          { 'messagetype': 'E2_TERM_KEEP_ALIVE_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
157          { 'messagetype': 'RAN_CONNECTED', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
158          { 'messagetype': 'RAN_RESTARTED', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
159          { 'messagetype': 'RAN_RECONFIGURED', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
160          { 'messagetype': 'RIC_RES_STATUS_REQ', 'senderendpoint': 'RSM', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
161          { 'messagetype': 'RIC_RES_STATUS_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
162          { 'messagetype': 'RIC_RES_STATUS_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
163          { 'messagetype': 'A1_POLICY_QUERY', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''},
164          { 'messagetype': 'A1_POLICY_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''},
165           ]
166