X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=13175f0c9a02f03c1a784b295ea37aa735149184;hb=d14e333bf6e5eac5a96dde13c6a52d601c9233f6;hp=04dc74dcf70d23fc770be3fd455abe38971d7c17;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/templates/configmap.yaml b/helm/e2mgr/templates/configmap.yaml index 04dc74d..13175f0 100644 --- a/helm/e2mgr/templates/configmap.yaml +++ b/helm/e2mgr/templates/configmap.yaml @@ -28,6 +28,7 @@ data: rte|1080|{{ include "common.servicename.e2mgr.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2mgr.rmr.data" . }} rte|1090|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} rte|1100|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} + rte|1101|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} rte|1200|{{ include "common.servicename.rsm.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.rsm.rmr.data" . }} rte|1210|{{ include "common.servicename.rsm.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.rsm.rmr.data" . }} rte|1220|{{ include "common.servicename.rsm.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.rsm.rmr.data" . }} @@ -78,7 +79,14 @@ data: {{- if hasKey .Values.e2mgr "maxMsgSize" }} maxMsgSize: {{ .Values.e2mgr.maxMsgSize }} {{- else }} - maxMsgSize: 4096 + maxMsgSize: 65536 + {{- end }} + + routingManager: + {{- if hasKey .Values.e2mgr "baseUrl" }} + baseUrl: {{ .Values.e2mgr.baseUrl }} + {{- else }} + baseUrl: "http://service-ricplt-rtmgr-http:3800/ric/v1/handles/" {{- end }} {{- if hasKey .Values.e2mgr "notificationResponseBuffer" }} @@ -109,6 +117,29 @@ data: rnibRetryIntervalMs: {{ .Values.e2mgr.rnibRetryIntervalMs }} {{- else }} rnibRetryIntervalMs: 10 - {{- end }} + {{- end }} + + {{- if hasKey .Values.e2mgr "keepAliveResponseTimeoutMs" }} + keepAliveResponseTimeoutMs: {{ .Values.e2mgr.keepAliveResponseTimeoutMs }} + {{- else }} + keepAliveResponseTimeoutMs: 360000 + {{- end }} + {{- if hasKey .Values.e2mgr "keepAliveDelayMs" }} + keepAliveDelayMs: {{ .Values.e2mgr.keepAliveDelayMs }} + {{- else }} + keepAliveDelayMs: 120000 + {{- end }} + + globalRicId: + {{- if hasKey .Values.e2mgr "plmnId" }} + plmnId: {{ .Values.e2mgr.plmnId }} + {{- else }} + plmnId: 131014 + {{- end }} + {{- if hasKey .Values.e2mgr "ricNearRtId" }} + ricNearRtId: {{ .Values.e2mgr.ricNearRtId }} + {{- else }} + ricNearRtId: 556670 + {{- end }} ---