Added fqdn and port of RSM component to prepare platform routes.
Change-Id: Ib959cd851e958168f560a23a9bd56a1ae1907a81
Signed-off-by: prabhukaliswamy <prabhu.k@nokia.com>
diff --git a/ci/package-tag.yaml b/ci/package-tag.yaml
index 291dcc3..f116b8d 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 6b3f579..997ae4f 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 @@
"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" . }}
}
]
}