New submgr parameter in configmap.yaml to control order checking of E2 message IEs
[ric-plt/ric-dep.git] / helm / submgr / templates / configmap.yaml
1 #==================================================================================
2 #   Copyright (c) 2019 AT&T Intellectual Property.
3 #
4 #   Licensed under the Apache License, Version 2.0 (the "License");
5 #   you may not use this file except in compliance with the License.
6 #   You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #   Unless required by applicable law or agreed to in writing, software
11 #   distributed under the License is distributed on an "AS IS" BASIS,
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #   See the License for the specific language governing permissions and
14 #   limitations under the License.
15 #==================================================================================
16 apiVersion: v1
17 kind: ConfigMap
18 metadata:
19   name: submgrcfg
20   namespace: ricplt
21 data:
22   # FQDN and port info of rtmgr
23   submgrcfg: |
24     "local":
25       "host": ":8080"
26     "logger":
27       "level": 3
28     "rmr":
29       "protPort" : "tcp:4560"
30       "maxSize": 8192
31       "numWorkers": 1
32     "rtmgr":
33       "hostAddr": {{ include "common.servicename.rtmgr.http" . | quote }}
34       "port"    : {{ include "common.serviceport.rtmgr.http" . }}
35       "baseUrl" : "/ric/v1"
36     "db":
37       "sessionNamespace": "XMSession"
38       "host": ":6379"
39       "prot": "tcp"
40       "maxIdle": 80
41       "maxActive": 12000
42     "controls":
43       "e2tSubReqTimeout_ms": 2000
44       "e2tSubDelReqTime_ms": 2000
45       "e2tRecvMsgTimeout_ms": 2000
46       "e2tMaxSubReqTryCount": 2
47       "e2tMaxSubDelReqTryCount": 2
48       "checkE2State": "true"
49       "readSubsFromDb": "true"
50       "dbTryCount": 200
51       "dbRetryForever": "true"
52       "waitRouteCleanup_ms": 5000
53       "checkE2IEOrder": 1
54   submgrutartg: |
55       newrt|start
56       newrt|end