From: David Garcia Date: Thu, 12 Nov 2020 15:56:29 +0000 (+0100) Subject: Use FSMongo as the default FS in NBI and LCM X-Git-Tag: release-v9.0-start~32 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=1425183b02d34b016e83d516087b2849c44c93ea;hp=88a2a7eca2215320eeb127d11071fc840ef8d366;p=osm%2Fdevops.git Use FSMongo as the default FS in NBI and LCM Change-Id: I49fa01dd3ba625a64a5a61b42c5f8cab027330ed Signed-off-by: David Garcia --- diff --git a/installers/docker/osm_pods/lcm.yaml b/installers/docker/osm_pods/lcm.yaml index e2c27bdf..ccaa57a9 100644 --- a/installers/docker/osm_pods/lcm.yaml +++ b/installers/docker/osm_pods/lcm.yaml @@ -44,6 +44,14 @@ spec: value: mongodb://mongodb-k8s:27017/?replicaSet=rs0 - name: OSMLCM_MESSAGE_HOST value: kafka + - name: OSMLCM_STORAGE_DRIVER + value: mongo + - name: OSMLCM_STORAGE_PATH + value: /app/storage + - name: OSMLCM_STORAGE_COLLECTION + value: files + - name: OSMLCM_STORAGE_URI + value: mongodb://mongodb-k8s:27017/?replicaSet=rs0 envFrom: - secretRef: name: lcm-secret diff --git a/installers/docker/osm_pods/nbi.yaml b/installers/docker/osm_pods/nbi.yaml index 7fc6595f..87a459db 100644 --- a/installers/docker/osm_pods/nbi.yaml +++ b/installers/docker/osm_pods/nbi.yaml @@ -59,6 +59,14 @@ spec: value: mongodb://mongodb-k8s:27017/?replicaSet=rs0 - name: OSMNBI_MESSAGE_HOST value: kafka + - name: OSMNBI_STORAGE_DRIVER + value: mongo + - name: OSMNBI_STORAGE_PATH + value: /app/storage + - name: OSMNBI_STORAGE_COLLECTION + value: files + - name: OSMNBI_STORAGE_URI + value: mongodb://mongodb-k8s:27017/?replicaSet=rs0 envFrom: - secretRef: name: nbi-secret