Fix the config mount path for dmaapadapter 20/9420/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 27 Oct 2022 11:46:44 +0000 (12:46 +0100)
committeraravind.est <aravindhan.a@est.tech>
Thu, 27 Oct 2022 11:46:44 +0000 (12:46 +0100)
Issue-ID: NONRTRIC-807
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: Ia740a5adf5d336668747a230e8df7abadf995fd8

nonrtric/helm/dmaapadapterservice/resources/config/application.yaml
nonrtric/helm/dmaapadapterservice/templates/statefulset.yaml
smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml
smo-install/oran_oom/dmaapadapterservice/templates/statefulset.yaml

index 2730af8..8ec49f7 100644 (file)
@@ -38,7 +38,7 @@ logging:
     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
     org.oran.dmaapadapter: DEBUG
   file:
-    name: /var/log/dmaap-adaptor-service/application.log
+    name: /var/log/dmaap-adapter-service/application.log
 server:
    # Configuration of the HTTP/REST server. The parameters are defined and handeled by the springboot framework.
    # See springboot documentation.
@@ -47,7 +47,7 @@ server:
    ssl:
       key-store-type: JKS
       key-store-password: policy_agent
-      key-store: /opt/app/dmaap-adaptor-service/etc/cert/keystore.jks
+      key-store: /opt/app/dmaap-adapter-service/etc/cert/keystore.jks
       key-password: policy_agent
       key-alias: policy_agent
 app:
@@ -57,7 +57,7 @@ app:
     # Note that the same keystore as for the server is used.
     trust-store-used: false
     trust-store-password: policy_agent
-    trust-store: /opt/app/dmaap-adaptor-service/etc/cert/truststore.jks
+    trust-store: /opt/app/dmaap-adapter-service/etc/cert/truststore.jks
     # Configuration of usage of HTTP Proxy for the southbound accesses.
     # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s
     http.proxy-host:
@@ -65,7 +65,7 @@ app:
   ics-base-url: https://informationservice.nonrtric:9083
   # Location of the component configuration file. The file will only be used if the Consul database is not used;
   # configuration from the Consul will override the file.
-  configuration-filepath: /opt/app/dmaap-adaptor-service/data/application_configuration.json
+  configuration-filepath: /opt/app/dmaap-adapter-service/data/application_configuration.json
   dmaap-base-url: http://message-router.onap:3904
   # The url used to adress this component. This is used as a callback url sent to other components.
   dmaap-adapter-base-url: https://dmaapadapterservice.nonrtric:9088
index 5bc2979..bc28297 100644 (file)
@@ -62,9 +62,9 @@ spec:
           periodSeconds: {{ .Values.dmaapadapterservice.liveness.periodSeconds }}
         volumeMounts:
         - name: {{ include "common.name.dmaapadapterservice" . }}-dmaapadapter-config
-          mountPath: /opt/app/dmaap-adaptor-service/config
+          mountPath: /opt/app/dmaap-adapter-service/config
         - name: {{ include "common.name.dmaapadapterservice" . }}-dmaapadapter-data
-          mountPath: /opt/app/dmaap-adaptor-service/data
+          mountPath: /opt/app/dmaap-adapter-service/data
       volumes:
         - name: {{ include "common.name.dmaapadapterservice" . }}-dmaapadapter-config
           configMap:
index 2730af8..8ec49f7 100644 (file)
@@ -38,7 +38,7 @@ logging:
     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
     org.oran.dmaapadapter: DEBUG
   file:
-    name: /var/log/dmaap-adaptor-service/application.log
+    name: /var/log/dmaap-adapter-service/application.log
 server:
    # Configuration of the HTTP/REST server. The parameters are defined and handeled by the springboot framework.
    # See springboot documentation.
@@ -47,7 +47,7 @@ server:
    ssl:
       key-store-type: JKS
       key-store-password: policy_agent
-      key-store: /opt/app/dmaap-adaptor-service/etc/cert/keystore.jks
+      key-store: /opt/app/dmaap-adapter-service/etc/cert/keystore.jks
       key-password: policy_agent
       key-alias: policy_agent
 app:
@@ -57,7 +57,7 @@ app:
     # Note that the same keystore as for the server is used.
     trust-store-used: false
     trust-store-password: policy_agent
-    trust-store: /opt/app/dmaap-adaptor-service/etc/cert/truststore.jks
+    trust-store: /opt/app/dmaap-adapter-service/etc/cert/truststore.jks
     # Configuration of usage of HTTP Proxy for the southbound accesses.
     # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s
     http.proxy-host:
@@ -65,7 +65,7 @@ app:
   ics-base-url: https://informationservice.nonrtric:9083
   # Location of the component configuration file. The file will only be used if the Consul database is not used;
   # configuration from the Consul will override the file.
-  configuration-filepath: /opt/app/dmaap-adaptor-service/data/application_configuration.json
+  configuration-filepath: /opt/app/dmaap-adapter-service/data/application_configuration.json
   dmaap-base-url: http://message-router.onap:3904
   # The url used to adress this component. This is used as a callback url sent to other components.
   dmaap-adapter-base-url: https://dmaapadapterservice.nonrtric:9088
index 5bc2979..bc28297 100644 (file)
@@ -62,9 +62,9 @@ spec:
           periodSeconds: {{ .Values.dmaapadapterservice.liveness.periodSeconds }}
         volumeMounts:
         - name: {{ include "common.name.dmaapadapterservice" . }}-dmaapadapter-config
-          mountPath: /opt/app/dmaap-adaptor-service/config
+          mountPath: /opt/app/dmaap-adapter-service/config
         - name: {{ include "common.name.dmaapadapterservice" . }}-dmaapadapter-data
-          mountPath: /opt/app/dmaap-adaptor-service/data
+          mountPath: /opt/app/dmaap-adapter-service/data
       volumes:
         - name: {{ include "common.name.dmaapadapterservice" . }}-dmaapadapter-config
           configMap: