Skip to content

Commit 1d92b06

Browse files
auniyal61danpawlik
authored andcommitted
[edpm_deploy_baremetal] Revert Add retry logic to OpenStackDataPlaneNodeSet
This reverts commit 9f41f5a. Signed-off-by: Amit Uniyal <auniyal61@gmail.com>
1 parent 9f41f5a commit 1d92b06

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • roles/edpm_deploy_baremetal/tasks

roles/edpm_deploy_baremetal/tasks/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,7 @@
289289
--namespace={{ cifmw_install_yamls_defaults['NAMESPACE'] }}
290290
--for=condition=ready
291291
--timeout={{ cifmw_edpm_deploy_baremetal_wait_dataplane_timeout_mins }}m
292-
register: wait_result
293-
retries: 5
294-
delay: 10
295-
until: wait_result.rc == 0
292+
296293
297294
- name: Run nova-manage discover_hosts to ensure compute nodes are mapped
298295
when: not cifmw_edpm_deploy_baremetal_dry_run

0 commit comments

Comments
 (0)