Merge "Replace wait_for with wait_for_connection" into stable/wallaby

This commit is contained in:
Zuul 2022-05-24 00:26:27 +00:00 committed by Gerrit Code Review
commit 16849fde03
4 changed files with 4 additions and 19 deletions

View File

@ -46,14 +46,10 @@
pre_tasks:
- name: Wait for provisioned nodes to boot
wait_for:
wait_for_connection:
timeout: 600
port: 22
host: '{{ ansible_host }}'
search_regex: OpenSSH
delay: 10
msg: Timeout waiting for provisioned nodes to become available
connection: local
tasks:
- name: Set growvols_args

View File

@ -26,14 +26,9 @@
tuned_isolated_cores: ''
pre_tasks:
- name: Wait for provisioned nodes to boot
wait_for:
wait_for_connection:
timeout: 600
port: 22
host: '{{ ansible_host }}'
search_regex: OpenSSH
delay: 10
msg: Timeout waiting for provisioned nodes to become available
connection: local
tasks:
- name: gather facts
setup:

View File

@ -20,14 +20,9 @@
gather_facts: false
pre_tasks:
- name: Wait for provisioned nodes to boot
wait_for:
wait_for_connection:
timeout: 600
port: 22
host: '{{ ansible_host }}'
search_regex: OpenSSH
delay: 10
msg: Timeout waiting for provisioned nodes to become available
connection: local
roles:
- role: tripleo_network_config
vars:

View File

@ -41,7 +41,6 @@
wait_for_connection:
timeout: 600
delay: 10
connection: local
tasks:
- name: ovs-dpdk role specific config block