zuul-jobs/roles/post-reboot-tasks/tasks/main.yaml
Ade Lee 25caf7ef5e Add the post-reboot-tasks role
This role will do basic checks to confirm that the node is
sufficiently up to continue afer a reboot.

Change-Id: Iebf474c9351e4246d7ab2072b48a50e93dbf0b94
2022-06-06 04:56:14 -07:00

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 }}"