From 6cbc9869d13204bb128ccb7c69a6e61f692ebf93 Mon Sep 17 00:00:00 2001 From: Lewis Denny Date: Wed, 6 Nov 2024 11:21:30 +1000 Subject: [PATCH] [uni07eta] Bump edpm-deployment wait condition timout This patch is in response to the linked Jira card where we can see enabling FIPs in the uni07eta job causes the deployment to fail by a few minutes. This is due to the increased time enabling FIPs adds caused by the EDPM nodes requiring a reboot. Jira: https://issues.redhat.com/browse/OSPRH-11095 --- automation/vars/uni07eta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/vars/uni07eta.yaml b/automation/vars/uni07eta.yaml index 80677a65c..a6eab5c70 100644 --- a/automation/vars/uni07eta.yaml +++ b/automation/vars/uni07eta.yaml @@ -70,7 +70,7 @@ vas: oc -n openstack wait openstackdataplanedeployment edpm-deployment --for condition=Ready - --timeout=40m + --timeout=60m values: - name: edpm-deployment-values src_file: values.yaml