From c3e2209d3b292e03108c89ed49458517dfb78c55 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 6 Feb 2026 10:19:21 +0100 Subject: [PATCH] Update ttlStrategy in ODU workflows Change-Id: I3bcea7713ddf11f0606c229ce474e9ace1bdf498 Signed-off-by: garciadeblas --- osm_lcm/odu_libs/templates/launcher-add-nodegroup.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-app.j2 | 3 +-- osm_lcm/odu_libs/templates/launcher-attach-profile.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-bootstrap-cluster.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-clone-ksu.j2 | 5 ++--- .../launcher-create-crossplane-cluster-and-bootstrap.j2 | 5 ++--- .../odu_libs/templates/launcher-create-ksu-generated-hr.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-create-oka.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-create-profile.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-create-providerconfig.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-delete-cluster.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-delete-ksu.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-delete-nodegroup.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-delete-oka.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-delete-profile.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-delete-providerconfig.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-detach-profile.j2 | 5 ++--- .../templates/launcher-disconnect-flux-remote-cluster.j2 | 5 ++--- .../odu_libs/templates/launcher-purge-delete-cluster.yaml.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-scale-nodegroup.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-update-aks-cluster.j2 | 5 ++--- .../odu_libs/templates/launcher-update-crossplane-cluster.j2 | 5 ++--- .../odu_libs/templates/launcher-update-ksu-generated-hr.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-update-ksu-hr.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-update-oka.j2 | 5 ++--- osm_lcm/odu_libs/templates/launcher-update-providerconfig.j2 | 5 ++--- 27 files changed, 53 insertions(+), 80 deletions(-) diff --git a/osm_lcm/odu_libs/templates/launcher-add-nodegroup.j2 b/osm_lcm/odu_libs/templates/launcher-add-nodegroup.j2 index 411fb760..25a961de 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 @@ spec: # 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 87b52d75..20609965 100644 --- a/osm_lcm/odu_libs/templates/launcher-app.j2 +++ b/osm_lcm/odu_libs/templates/launcher-app.j2 @@ -79,9 +79,8 @@ spec: # 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 c7b70890..50692c8c 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 @@ spec: # 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 0b8e7ead..ac56cbc2 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 @@ spec: # 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 b79b966c..22d347b0 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 @@ spec: # 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 f6db45ca..e4295c79 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 @@ spec: # 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 73fd6839..4e2ff577 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 @@ spec: # 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 2b559380..2d5d9a3e 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 @@ spec: # 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 8fc0e218..5c8ac535 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 @@ spec: # 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 e5d87307..b3b9c9cb 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 @@ spec: # 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 e07b556e..996fd579 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 @@ spec: # 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 ffa2a2c4..c6d470c9 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 @@ spec: # 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 a73cd3e8..01f9a9ea 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 @@ spec: # 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 dd571aad..9fc81898 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 @@ spec: # 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 32b36e36..1a4c8953 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 @@ spec: # 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 bd127039..3c7d60e0 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 @@ spec: # 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 94da3ea6..16d1924e 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 @@ spec: # 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 2943ddb0..f2d6d0ce 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 @@ spec: # 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 4a182371..acb03da3 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 @@ spec: # 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 8fd52eb3..4fcbe258 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 @@ spec: # 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 86a64bde..f73b5e7b 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 @@ spec: # 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 c63044f3..fa8ae43f 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 @@ spec: # 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 3d1cbf21..77489c83 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 @@ spec: # 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 ed857996..6ef9bc52 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 @@ spec: # 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 2accba70..598e4929 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 @@ spec: # 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 0a69b053..fb3860bb 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 @@ spec: # 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 703ee219..8885a30f 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 @@ spec: # 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 -- 2.25.1