Added fqdn and port of RSM component to prepare platform routes. 33/1733/2
authorprabhukaliswamy <prabhu.k@nokia.com>
Fri, 22 Nov 2019 09:54:43 +0000 (09:54 +0000)
committerLusheng Ji <lji@research.att.com>
Fri, 22 Nov 2019 17:38:47 +0000 (17:38 +0000)
Change-Id: Ib959cd851e958168f560a23a9bd56a1ae1907a81
Signed-off-by: prabhukaliswamy <prabhu.k@nokia.com>
ci/package-tag.yaml
ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml

index 291dcc3..f116b8d 100644 (file)
@@ -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
index 6b3f579..997ae4f 100644 (file)
@@ -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" . }}
           }
        ]
     }