Skip to content

Commit 6aef7cc

Browse files
Merge pull request #663 from fultonj/dz_storage_edpm_deployment_180
Increase dz-storage DataPlaneDeployment timeout to 180m The deployment consistently failed due to a timeout when waiting for the edpm-deployment to reach the Ready condition. The previous timeout of 120m (2 hours) was not sufficient for the deployment to complete in some environments, as indicated by the error log: error: timed out waiting for the condition... and a successful run duration of 2:00:00.133473. This change extends the timeout for the wait condition from 120 minutes to 180 minutes (3 hours), allowing more time for resource provisioning and deployment finalization.
2 parents 343cdf7 + e08cc74 commit 6aef7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/vars/dz-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ vas:
217217
oc -n openstack wait openstackdataplanedeployment
218218
edpm-deployment
219219
--for condition=Ready
220-
--timeout=120m
220+
--timeout=180m
221221
values:
222222
- name: edpm-deployment-values
223223
src_file: values.yaml

0 commit comments

Comments
 (0)