We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f41f5a commit 1d92b06Copy full SHA for 1d92b06
1 file changed
roles/edpm_deploy_baremetal/tasks/main.yml
@@ -289,10 +289,7 @@
289
--namespace={{ cifmw_install_yamls_defaults['NAMESPACE'] }}
290
--for=condition=ready
291
--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
+
296
297
- name: Run nova-manage discover_hosts to ensure compute nodes are mapped
298
when: not cifmw_edpm_deploy_baremetal_dry_run
0 commit comments