Commit 96f5508
Add extra delay to reboot playbook
We often see CI failures where the reboot playbook is successful, but
the growroot playbook invoked immediately after it fails with a
`Connection timed out` error.
Add a small 5 seconds extra delay after the reboot to ensure hosts have
finished booting successfully.
The delay can be customised with the `post_reboot_delay_s` variable.
(cherry picked from commit ae0d82e)1 parent 0bdb4b5 commit 96f5508
File tree
2 files changed
+9
-1
lines changed- etc/kayobe/ansible
- releasenotes/notes
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments