[CDS] Enable workflow status 39/123539/4
authorKavitha P <pkavitha@aarnanetworks.com>
Wed, 25 Aug 2021 11:10:38 +0000 (16:40 +0530)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 31 Aug 2021 08:20:45 +0000 (08:20 +0000)
CDS blueprints processors helm charts changes to include a flag to
enable workflow status persistence

Change-Id: Ieaf55c97bffc6f6ea3e8ea0bcde600e3b1cc037e
Signed-off-by: Kavitha P <pkavitha@aarnanetworks.com>
Issue-ID: OOM-2803

kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties
kubernetes/cds/components/cds-blueprints-processor/values.yaml

index a3d32a9..ea799e2 100755 (executable)
@@ -159,3 +159,6 @@ management.endpoint.health.show-details=always
 blueprintprocessor.k8s.plugin.username=unused
 blueprintprocessor.k8s.plugin.password=unused
 blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/
+
+#Workflow audit store configuration
+blueprintsprocessor.workflow.self-service-api.audit.storeEnable={{ .Values.workflow.storeEnabled }}
index 71f934f..98121fd 100755 (executable)
@@ -184,3 +184,7 @@ serviceAccount:
   nameOverride: cds-blueprints-processor
   roles:
     - read
+
+# workflow store flag
+workflow:
+  storeEnabled: false