Update ttlStrategy in ODU workflows

Change-Id: I3bcea7713ddf11f0606c229ce474e9ace1bdf498
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_lcm/odu_libs/templates/launcher-add-nodegroup.j2 b/osm_lcm/odu_libs/templates/launcher-add-nodegroup.j2
index 411fb76..25a961d 100644
--- a/osm_lcm/odu_libs/templates/launcher-add-nodegroup.j2
+++ b/osm_lcm/odu_libs/templates/launcher-add-nodegroup.j2
@@ -101,9 +101,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-create-nodegroup-wft
\ No newline at end of file
diff --git a/osm_lcm/odu_libs/templates/launcher-app.j2 b/osm_lcm/odu_libs/templates/launcher-app.j2
index 87b52d7..2060996 100644
--- a/osm_lcm/odu_libs/templates/launcher-app.j2
+++ b/osm_lcm/odu_libs/templates/launcher-app.j2
@@ -79,9 +79,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 1800  # Time to live after workflow is completed
     secondsAfterSuccess: 1800     # Time to live after workflow is successful
-    secondsAfterFailure: 1800     # Time to live after workflow fails
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-app-management-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-attach-profile.j2 b/osm_lcm/odu_libs/templates/launcher-attach-profile.j2
index c7b7089..50692c8 100644
--- a/osm_lcm/odu_libs/templates/launcher-attach-profile.j2
+++ b/osm_lcm/odu_libs/templates/launcher-attach-profile.j2
@@ -48,9 +48,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-attach-profile-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-bootstrap-cluster.j2 b/osm_lcm/odu_libs/templates/launcher-bootstrap-cluster.j2
index 0b8e7ea..ac56cbc 100644
--- a/osm_lcm/odu_libs/templates/launcher-bootstrap-cluster.j2
+++ b/osm_lcm/odu_libs/templates/launcher-bootstrap-cluster.j2
@@ -66,9 +66,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-bootstrap-cluster-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-clone-ksu.j2 b/osm_lcm/odu_libs/templates/launcher-clone-ksu.j2
index b79b966..22d347b 100644
--- a/osm_lcm/odu_libs/templates/launcher-clone-ksu.j2
+++ b/osm_lcm/odu_libs/templates/launcher-clone-ksu.j2
@@ -59,9 +59,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 600  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 600     # Time to live after workflow is successful
-    secondsAfterFailure: 900     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-clone-ksu-wtf
diff --git a/osm_lcm/odu_libs/templates/launcher-create-crossplane-cluster-and-bootstrap.j2 b/osm_lcm/odu_libs/templates/launcher-create-crossplane-cluster-and-bootstrap.j2
index f6db45c..e4295c7 100644
--- a/osm_lcm/odu_libs/templates/launcher-create-crossplane-cluster-and-bootstrap.j2
+++ b/osm_lcm/odu_libs/templates/launcher-create-crossplane-cluster-and-bootstrap.j2
@@ -108,9 +108,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-create-crossplane-cluster-and-bootstrap-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-create-ksu-generated-hr.j2 b/osm_lcm/odu_libs/templates/launcher-create-ksu-generated-hr.j2
index 73fd683..4e2ff57 100644
--- a/osm_lcm/odu_libs/templates/launcher-create-ksu-generated-hr.j2
+++ b/osm_lcm/odu_libs/templates/launcher-create-ksu-generated-hr.j2
@@ -108,9 +108,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 600  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 600     # Time to live after workflow is successful
-    secondsAfterFailure: 900     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-create-ksu-generated-hr-wtf
diff --git a/osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2 b/osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2
index 2b55938..2d5d9a3 100644
--- a/osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2
+++ b/osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2
@@ -115,9 +115,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 600  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 600     # Time to live after workflow is successful
-    secondsAfterFailure: 900     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-create-ksu-hr-wtf
diff --git a/osm_lcm/odu_libs/templates/launcher-create-oka.j2 b/osm_lcm/odu_libs/templates/launcher-create-oka.j2
index 8fc0e21..5c8ac53 100644
--- a/osm_lcm/odu_libs/templates/launcher-create-oka.j2
+++ b/osm_lcm/odu_libs/templates/launcher-create-oka.j2
@@ -49,9 +49,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 600  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 600     # Time to live after workflow is successful
-    secondsAfterFailure: 900     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-create-oka-wtf
diff --git a/osm_lcm/odu_libs/templates/launcher-create-profile.j2 b/osm_lcm/odu_libs/templates/launcher-create-profile.j2
index e5d8730..b3b9c9c 100644
--- a/osm_lcm/odu_libs/templates/launcher-create-profile.j2
+++ b/osm_lcm/odu_libs/templates/launcher-create-profile.j2
@@ -45,9 +45,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-create-profile-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-create-providerconfig.j2 b/osm_lcm/odu_libs/templates/launcher-create-providerconfig.j2
index e07b556..996fd57 100644
--- a/osm_lcm/odu_libs/templates/launcher-create-providerconfig.j2
+++ b/osm_lcm/odu_libs/templates/launcher-create-providerconfig.j2
@@ -66,9 +66,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 6000  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 6000     # Time to live after workflow is successful
-    secondsAfterFailure: 9000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-create-crossplane-providerconfig
diff --git a/osm_lcm/odu_libs/templates/launcher-delete-cluster.j2 b/osm_lcm/odu_libs/templates/launcher-delete-cluster.j2
index ffa2a2c..c6d470c 100644
--- a/osm_lcm/odu_libs/templates/launcher-delete-cluster.j2
+++ b/osm_lcm/odu_libs/templates/launcher-delete-cluster.j2
@@ -52,9 +52,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 1000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 500     # Time to live after workflow is successful
-    secondsAfterFailure: 500     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-delete-cluster-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-delete-ksu.j2 b/osm_lcm/odu_libs/templates/launcher-delete-ksu.j2
index a73cd3e..01f9a9e 100644
--- a/osm_lcm/odu_libs/templates/launcher-delete-ksu.j2
+++ b/osm_lcm/odu_libs/templates/launcher-delete-ksu.j2
@@ -52,9 +52,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 600  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 600     # Time to live after workflow is successful
-    secondsAfterFailure: 900     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-delete-ksu-wtf
diff --git a/osm_lcm/odu_libs/templates/launcher-delete-nodegroup.j2 b/osm_lcm/odu_libs/templates/launcher-delete-nodegroup.j2
index dd571aa..9fc8189 100644
--- a/osm_lcm/odu_libs/templates/launcher-delete-nodegroup.j2
+++ b/osm_lcm/odu_libs/templates/launcher-delete-nodegroup.j2
@@ -54,9 +54,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 1000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 500     # Time to live after workflow is successful
-    secondsAfterFailure: 500     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-delete-nodegroup-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-delete-oka.j2 b/osm_lcm/odu_libs/templates/launcher-delete-oka.j2
index 32b36e3..1a4c895 100644
--- a/osm_lcm/odu_libs/templates/launcher-delete-oka.j2
+++ b/osm_lcm/odu_libs/templates/launcher-delete-oka.j2
@@ -44,9 +44,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 600  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 600     # Time to live after workflow is successful
-    secondsAfterFailure: 900     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-delete-oka-wtf
diff --git a/osm_lcm/odu_libs/templates/launcher-delete-profile.j2 b/osm_lcm/odu_libs/templates/launcher-delete-profile.j2
index bd12703..3c7d60e 100644
--- a/osm_lcm/odu_libs/templates/launcher-delete-profile.j2
+++ b/osm_lcm/odu_libs/templates/launcher-delete-profile.j2
@@ -45,9 +45,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-delete-profile-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-delete-providerconfig.j2 b/osm_lcm/odu_libs/templates/launcher-delete-providerconfig.j2
index 94da3ea..16d1924 100644
--- a/osm_lcm/odu_libs/templates/launcher-delete-providerconfig.j2
+++ b/osm_lcm/odu_libs/templates/launcher-delete-providerconfig.j2
@@ -52,9 +52,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 6000  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 6000     # Time to live after workflow is successful
-    secondsAfterFailure: 9000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-delete-crossplane-providerconfig
diff --git a/osm_lcm/odu_libs/templates/launcher-detach-profile.j2 b/osm_lcm/odu_libs/templates/launcher-detach-profile.j2
index 2943ddb..f2d6d0c 100644
--- a/osm_lcm/odu_libs/templates/launcher-detach-profile.j2
+++ b/osm_lcm/odu_libs/templates/launcher-detach-profile.j2
@@ -48,9 +48,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-detach-profile-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-disconnect-flux-remote-cluster.j2 b/osm_lcm/odu_libs/templates/launcher-disconnect-flux-remote-cluster.j2
index 4a18237..acb03da 100644
--- a/osm_lcm/odu_libs/templates/launcher-disconnect-flux-remote-cluster.j2
+++ b/osm_lcm/odu_libs/templates/launcher-disconnect-flux-remote-cluster.j2
@@ -46,9 +46,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-disconnect-flux-remote-cluster-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-purge-delete-cluster.yaml.j2 b/osm_lcm/odu_libs/templates/launcher-purge-delete-cluster.yaml.j2
index 8fd52eb..4fcbe25 100644
--- a/osm_lcm/odu_libs/templates/launcher-purge-delete-cluster.yaml.j2
+++ b/osm_lcm/odu_libs/templates/launcher-purge-delete-cluster.yaml.j2
@@ -49,9 +49,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 1000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 500     # Time to live after workflow is successful
-    secondsAfterFailure: 500     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-purge-delete-cluster-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-scale-nodegroup.j2 b/osm_lcm/odu_libs/templates/launcher-scale-nodegroup.j2
index 86a64bd..f73b5e7 100644
--- a/osm_lcm/odu_libs/templates/launcher-scale-nodegroup.j2
+++ b/osm_lcm/odu_libs/templates/launcher-scale-nodegroup.j2
@@ -81,9 +81,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-scale-nodegroup-wft
\ No newline at end of file
diff --git a/osm_lcm/odu_libs/templates/launcher-update-aks-cluster.j2 b/osm_lcm/odu_libs/templates/launcher-update-aks-cluster.j2
index c63044f..fa8ae43 100644
--- a/osm_lcm/odu_libs/templates/launcher-update-aks-cluster.j2
+++ b/osm_lcm/odu_libs/templates/launcher-update-aks-cluster.j2
@@ -64,9 +64,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-update-aks-cluster-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-update-crossplane-cluster.j2 b/osm_lcm/odu_libs/templates/launcher-update-crossplane-cluster.j2
index 3d1cbf2..77489c8 100644
--- a/osm_lcm/odu_libs/templates/launcher-update-crossplane-cluster.j2
+++ b/osm_lcm/odu_libs/templates/launcher-update-crossplane-cluster.j2
@@ -96,9 +96,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 2000 # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 1000     # Time to live after workflow is successful
-    secondsAfterFailure: 1000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-update-crossplane-cluster-and-bootstrap-wft
diff --git a/osm_lcm/odu_libs/templates/launcher-update-ksu-generated-hr.j2 b/osm_lcm/odu_libs/templates/launcher-update-ksu-generated-hr.j2
index ed85799..6ef9bc5 100644
--- a/osm_lcm/odu_libs/templates/launcher-update-ksu-generated-hr.j2
+++ b/osm_lcm/odu_libs/templates/launcher-update-ksu-generated-hr.j2
@@ -102,9 +102,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 600  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 600     # Time to live after workflow is successful
-    secondsAfterFailure: 900     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-update-ksu-generated-hr-wtf
diff --git a/osm_lcm/odu_libs/templates/launcher-update-ksu-hr.j2 b/osm_lcm/odu_libs/templates/launcher-update-ksu-hr.j2
index 2accba7..598e492 100644
--- a/osm_lcm/odu_libs/templates/launcher-update-ksu-hr.j2
+++ b/osm_lcm/odu_libs/templates/launcher-update-ksu-hr.j2
@@ -96,9 +96,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 600  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 600     # Time to live after workflow is successful
-    secondsAfterFailure: 900     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-update-ksu-hr-wtf
diff --git a/osm_lcm/odu_libs/templates/launcher-update-oka.j2 b/osm_lcm/odu_libs/templates/launcher-update-oka.j2
index 0a69b05..fb3860b 100644
--- a/osm_lcm/odu_libs/templates/launcher-update-oka.j2
+++ b/osm_lcm/odu_libs/templates/launcher-update-oka.j2
@@ -49,9 +49,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 600  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 600     # Time to live after workflow is successful
-    secondsAfterFailure: 900     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-update-oka-wtf
diff --git a/osm_lcm/odu_libs/templates/launcher-update-providerconfig.j2 b/osm_lcm/odu_libs/templates/launcher-update-providerconfig.j2
index 703ee21..8885a30 100644
--- a/osm_lcm/odu_libs/templates/launcher-update-providerconfig.j2
+++ b/osm_lcm/odu_libs/templates/launcher-update-providerconfig.j2
@@ -66,9 +66,8 @@
 
   # Cleanup policy
   ttlStrategy:
-    secondsAfterCompletion: 6000  # Time to live after workflow is completed, replaces ttlSecondsAfterFinished
-    secondsAfterSuccess: 6000     # Time to live after workflow is successful
-    secondsAfterFailure: 9000     # Time to live after workflow fails
+    secondsAfterSuccess: 1800     # Time to live after workflow is successful
+    secondsAfterFailure: 7200     # Time to live after workflow fails
 
   workflowTemplateRef:
     name: full-update-crossplane-providerconfig