Skip to content

Commit

Permalink
Remove retries from ci_dcn_site post-ceph deployment
Browse files Browse the repository at this point in the history
The `Apply post-ceph DataPlaneDeployment CR` task is using
The `kubernetes.core.k8s` module with wait `true` so there
is no need to use `retries`. In some deployments I have seen
this hang and eventually cause the deployment to fail even
though `oc get openstackdataplanedeployment` indicates that
it reached `Setup complete`.

Signed-off-by: John Fulton <[email protected]>
  • Loading branch information
fultonj authored and openshift-merge-bot[bot] committed Nov 4, 2024
1 parent 27e6acc commit a55182a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/ci_dcn_site/tasks/post-ceph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@
src: "{{ ci_dcn_site_arch_path }}/dataplane-nodeset-post-ceph_{{ _az }}.yaml"

- name: Apply post-ceph DataPlaneDeployment CR
register: result
retries: 5
delay: 10
until: result is not failed
kubernetes.core.k8s:
api_key: "{{ _auth_results.openshift_auth.api_key }}"
state: present
Expand Down

0 comments on commit a55182a

Please sign in to comment.