From: wahidw Date: Tue, 31 Mar 2020 10:31:07 +0000 (+0000) Subject: Added RMR_SEED_RT variable in Routing manager X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f5d4d36619e6cdf42fe1819e957cb8237c3df33f;p=ric-plt%2Fric-dep.git Added RMR_SEED_RT variable in Routing manager Change-Id: I762f945d429a6542b422d1a25a4874be7adff91b Signed-off-by: wahidw --- diff --git a/helm/rtmgr/templates/env.yaml b/helm/rtmgr/templates/env.yaml index 628c8de..3a51c5b 100644 --- a/helm/rtmgr/templates/env.yaml +++ b/helm/rtmgr/templates/env.yaml @@ -23,6 +23,7 @@ data: DBAAS_SERVICE_PORT: {{ include "common.serviceport.dbaas.tcp" . | quote }} DBAAS_PORT_6379_TCP_ADDR: {{ include "common.servicename.dbaas.tcp" . | quote }} DBAAS_PORT_6379_TCP_PORT: {{ include "common.serviceport.dbaas.tcp" . | quote }} + RMR_SEED_RT: "/uta_rtg_ric.rt" RMR_RTG_SVC: {{ include "common.serviceport.rtmgr.rmr.route" . | quote }} CFGFILE: "/cfg/rtmgr-config.yaml" RMR_SRC_ID: {{ include "common.servicename.rtmgr.rmr" . }}.{{ include "common.namespace.platform" . }}