From: is005q Date: Mon, 6 Jan 2020 16:40:51 +0000 (+0200) Subject: Update configmap.yaml X-Git-Tag: 2.0.6~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=86ae95a180ec3fd7f4fd7242c12b2dcd5eaeb4fa;p=it%2Fdep.git Update configmap.yaml Change-Id: Idceac08c6c92a6b433a88c8e622f4eb104bb2e85 Signed-off-by: is005q --- diff --git a/ci/package-tag.yaml b/ci/package-tag.yaml index a6e73be4..9b5fb0d3 100644 --- a/ci/package-tag.yaml +++ b/ci/package-tag.yaml @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################ -tag: 2.0.4 +tag: 2.0.5 diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml index ca91f955..7a1cccb8 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml +++ b/ric-platform/50-RIC-Platform/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" . }} @@ -80,6 +81,12 @@ data: {{- else }} maxMsgSize: 4096 {{- 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" }} notificationResponseBuffer: {{ .Values.e2mgr.notificationResponseBuffer }} @@ -114,13 +121,13 @@ data: {{- if hasKey .Values.e2mgr "keepAliveResponseTimeoutMs" }} keepAliveResponseTimeoutMs: {{ .Values.e2mgr.keepAliveResponseTimeoutMs }} {{- else }} - keepAliveResponseTimeoutMs: 1500 + keepAliveResponseTimeoutMs: 4500 {{- end }} {{- if hasKey .Values.e2mgr "keepAliveDelayMs" }} keepAliveDelayMs: {{ .Values.e2mgr.keepAliveDelayMs }} {{- else }} - keepAliveDelayMs: 500 + keepAliveDelayMs: 1500 {{- end }} ---