Skip to content

Commit a55182a

Browse files
fultonjopenshift-merge-bot[bot]
authored andcommitted
Remove retries from ci_dcn_site post-ceph deployment
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]>
1 parent 27e6acc commit a55182a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

roles/ci_dcn_site/tasks/post-ceph.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@
106106
src: "{{ ci_dcn_site_arch_path }}/dataplane-nodeset-post-ceph_{{ _az }}.yaml"
107107

108108
- name: Apply post-ceph DataPlaneDeployment CR
109-
register: result
110-
retries: 5
111-
delay: 10
112-
until: result is not failed
113109
kubernetes.core.k8s:
114110
api_key: "{{ _auth_results.openshift_auth.api_key }}"
115111
state: present

0 commit comments

Comments
 (0)