From 926cc0915f5bd6ab6a1dbfff6e74c34697089d71 Mon Sep 17 00:00:00 2001 From: prabhukaliswamy Date: Fri, 22 Nov 2019 09:54:43 +0000 Subject: [PATCH] Added fqdn and port of RSM component to prepare platform routes. Change-Id: Ib959cd851e958168f560a23a9bd56a1ae1907a81 Signed-off-by: prabhukaliswamy --- ci/package-tag.yaml | 2 +- ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ci/package-tag.yaml b/ci/package-tag.yaml index 291dcc3d..f116b8df 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.1 +tag: 2.0.2 diff --git a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml index 6b3f5796..997ae4f7 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml @@ -45,6 +45,11 @@ data: "name": "E2MAN", "fqdn": "{{ printf "%s.%s" (include "common.servicename.e2mgr.rmr" .) (include "common.namespace.platform" .) }}", "port": {{ include "common.serviceport.e2mgr.rmr.data" . }} + }, + { + "name": "RSM", + "fqdn": "{{ printf "%s.%s" (include "common.servicename.rsm.rmr" .) (include "common.namespace.platform" .) }}", + "port": {{ include "common.serviceport.rsm.rmr.data" . }} } ] } -- 2.16.6