25caf7ef5e
This role will do basic checks to confirm that the node is sufficiently up to continue afer a reboot. Change-Id: Iebf474c9351e4246d7ab2072b48a50e93dbf0b94
11 lines
238 B
YAML
11 lines
238 B
YAML
---
|
|
- name: check if node is available for ssh
|
|
wait_for_connection:
|
|
|
|
- name: Run start-zuul-console role
|
|
include_role:
|
|
name: start-zuul-console
|
|
|
|
- name: confirm that dns is up
|
|
command: "nslookup -retry=60 {{ nslookup_target }}"
|