Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions roles/edpm_deploy_baremetal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@
--timeout={{ cifmw_edpm_deploy_baremetal_wait_ironic_timeout_mins }}m

- name: Wait for OpenStack Provision Server pod to be created
when:
- (cifmw_install_yamls_environment.BAREMETAL_OS_IMG_TYPE | default('') | lower) != 'passthrough'
environment:
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
PATH: "{{ cifmw_path }}"
Expand All @@ -240,6 +242,8 @@
until: cifmw_edpm_deploy_baremetal_provisionserver_pod_output.stdout != ''

- name: Wait for OpenStack Provision Server deployment to be available
when:
- (cifmw_install_yamls_environment.BAREMETAL_OS_IMG_TYPE | default('') | lower) != 'passthrough'
environment:
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
PATH: "{{ cifmw_path }}"
Expand Down
Loading