Fixing SMO-Install in it/dep 07/11907/4
authorrohithrajneesh <rohith.rajneesh@est.tech>
Wed, 11 Oct 2023 08:16:54 +0000 (09:16 +0100)
committerrohithrajneesh <rohith.rajneesh@est.tech>
Fri, 13 Oct 2023 10:34:02 +0000 (11:34 +0100)
Updating application.yaml file for dmaapadapterservice
Removing the init containers for oru-app

Issue-ID: NONRTRIC-951
Change-Id: Ia9a6105e343d39151eb3fd83391465bb39907483
Signed-off-by: rohithrajneesh <rohith.rajneesh@est.tech>
smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml
smo-install/oran_oom/oru-app/templates/deployment.yaml

index cc357c4..f2d5e59 100644 (file)
@@ -74,3 +74,11 @@ app:
     bootstrap-servers: message-router-kafka.onap:9092
   # If the file name is empty, no authorization token is used
   auth-token-file:
+  pm-files-path: /tmp
+  zip-output: false
+  s3:
+    endpointOverride: http://localhost:9000
+    accessKeyId: minio
+    secretAccessKey: miniostorage
+    locksBucket: ropfilelocks
+    bucket: ropfiles
\ No newline at end of file
index d5df28e..6955c6d 100644 (file)
@@ -18,10 +18,6 @@ spec:
         release: {{ .Release.Name }}
         chart: {{ .Chart.Name }}
     spec:
-      initContainers:
-      {{- if .Values.global.aafEnabled }}
-      {{ include "common.certInitializer.initContainer" . | indent 6 }}
-      {{- end }}
       containers:
         - name: {{ .Chart.Name }}
           image: "{{ .Values.image.repository }}/{{ .Values.image.name}}:{{ .Values.image.tag }}"