Skip to content

Commit b391da3

Browse files
Merge pull request openstack-k8s-operators#329 from rdiazcam/increase_osctlplane_900s
Increase osctlplane controlplane waiting time for Ready condition The waiting time for OpenStack ControlPlane to be Ready needs to be increased from 600 to 900 seconds to avoids spurious timeouts since sometimes 10 minutes is not enough to reach the Ready condition. Reviewed-by: Andrew Bays <[email protected]>
2 parents 1e2ed2b + b52d796 commit b391da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/vars/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ vas:
191191
wait_conditions:
192192
- >-
193193
oc -n openstack wait osctlplane controlplane --for condition=Ready
194-
--timeout=600s
194+
--timeout=900s
195195
values:
196196
- name: network-values
197197
src_file: nncp/values.yaml

0 commit comments

Comments
 (0)