Removed E2TERM entry and changed maxSize parameter of rmr 76/3276/3
authorwahidw <abdulwahid.w@nokia.com>
Wed, 15 Apr 2020 10:59:51 +0000 (10:59 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Wed, 15 Apr 2020 11:30:28 +0000 (11:30 +0000)
Change-Id: I8470ccbe0e57db1e8bef8b4e71c21fc9ba51b1ea
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
helm/alarmadapter/templates/deployment.yaml
helm/alarmadapter/templates/env.yaml
helm/rtmgr/templates/config.yaml

index 4a9870d..2a98220 100644 (file)
@@ -55,6 +55,8 @@ spec:
           envFrom:
             - configMapRef:
                 name: {{ include "common.configmapname.alarmadapter" . }}-env
+            - configMapRef:
+                name: {{ include "common.configmapname.dbaas" . }}-appconfig
           volumeMounts:
             - mountPath: /cfg
               name: config-volume
index 84dd783..545b266 100644 (file)
@@ -18,10 +18,6 @@ kind: ConfigMap
 metadata:
   name: {{ include "common.configmapname.alarmadapter" . }}-env
 data:
-  DBAAS_SERVICE_HOST: {{ include "common.servicename.dbaas.tcp" . | quote }}
-  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_RTG_SVC: {{ include "common.serviceport.alarmadapter.rmr.route" . | quote }}
   RMR_SRC_ID: {{ include "common.servicename.alarmadapter.rmr" . }}.{{ include "common.namespace.platform" . }}
   CFGFILE: "/cfg/alarmadapter-config.yaml"
index 551472a..07b05d6 100644 (file)
@@ -29,10 +29,6 @@ data:
   # and distribute corresponding routes to them
   rtmgrcfg: |
        "PlatformComponents":
-         -
-           "name": "E2TERM"
-           "fqdn": "{{ printf "%s.%s" (include "common.servicename.e2term.rmr" .) (include "common.namespace.platform" .) }}"
-           "port": {{ include "common.serviceport.e2term.rmr.data" . }}
          -
            "name": "SUBMAN"
            "fqdn": "{{ printf "%s.%s" (include "common.servicename.submgr.rmr" .) (include "common.namespace.platform" .) }}"
@@ -76,9 +72,10 @@ data:
          "level": 4
        "rmr":
          "protPort": "tcp:4560"
-         "maxSize": 2072
+         "maxSize": 4096
          "numWorkers": 1
          "threadType": 1
+       "maxrecord": 50
        "PlatformRoutes": [
          { 'messagetype': 'RIC_SUB_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
          { 'messagetype': 'RIC_SUB_DEL_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1,'endpoint': '', 'meid': '%meid'},