Skip to content

Commit

Permalink
Merge pull request #435 from openstack-k8s-operators/bump_timeout
Browse files Browse the repository at this point in the history
[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

This patch is to start the conversion, other uni jobs may also need to be bumped if they begin to enable FIPs as well but I started this patch conservative.
If there is another, better way to only bump the FIPs enabled jobs please let me know.

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
2 parents b2662a0 + 6cbc986 commit 518a882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/vars/uni07eta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 518a882

Please sign in to comment.