From cca27849892eefbac641ad2238d68408cb03a7a3 Mon Sep 17 00:00:00 2001 From: rohithrajneesh Date: Wed, 11 Oct 2023 09:16:54 +0100 Subject: [PATCH] Fixing SMO-Install in it/dep Updating application.yaml file for dmaapadapterservice Removing the init containers for oru-app Issue-ID: NONRTRIC-951 Change-Id: Ia9a6105e343d39151eb3fd83391465bb39907483 Signed-off-by: rohithrajneesh --- .../dmaapadapterservice/resources/config/application.yaml | 8 ++++++++ smo-install/oran_oom/oru-app/templates/deployment.yaml | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml b/smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml index cc357c48..f2d5e593 100644 --- a/smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml +++ b/smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml @@ -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 diff --git a/smo-install/oran_oom/oru-app/templates/deployment.yaml b/smo-install/oran_oom/oru-app/templates/deployment.yaml index d5df28e8..6955c6d5 100644 --- a/smo-install/oran_oom/oru-app/templates/deployment.yaml +++ b/smo-install/oran_oom/oru-app/templates/deployment.yaml @@ -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 }}" -- 2.16.6