From cb2fbc5b39bdf068e275482cfa03687e006f8498 Mon Sep 17 00:00:00 2001 From: jamepark4 Date: Fri, 13 Feb 2026 09:41:59 -0500 Subject: [PATCH] Increase automation timeouts --- automation/vars/sriov.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automation/vars/sriov.yaml b/automation/vars/sriov.yaml index fb10fe4e6..75f27a0ed 100644 --- a/automation/vars/sriov.yaml +++ b/automation/vars/sriov.yaml @@ -9,7 +9,7 @@ vas: oc -n openstack wait nncp -l osp/nncm-config-type=standard --for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured - --timeout=60s + --timeout=180s values: - name: network-values src_file: values.yaml @@ -20,7 +20,7 @@ vas: wait_conditions: - >- oc -n openstack wait osctlplane controlplane --for condition=Ready - --timeout=600s + --timeout=1500s values: - name: network-values src_file: nncp/values.yaml @@ -34,7 +34,7 @@ vas: - >- oc -n openstack wait osdpns openstack-edpm --for condition=SetupReady - --timeout=60m + --timeout=120m values: - name: edpm-nodeset-values src_file: values.yaml @@ -46,7 +46,7 @@ vas: - >- oc -n openstack wait osdpns openstack-edpm --for condition=Ready - --timeout=60m + --timeout=120m values: - name: edpm-deployment-values src_file: values.yaml