Commit 901c0e2
[reproducer] Wait for controller-0 SSH before configuring
After controller-0 reboots, SSH may become transiently unreachable
while background system initialization completes. The configure_controller
block delegates tasks to controller-0 without verifying connectivity
first, causing intermittent UNREACHABLE failures on the install_ca task.
Add wait_for_connection at the start of the delegate_to block to ensure
controller-0 is fully accessible before proceeding.
Signed-off-by: Miguel Angel Nieto Jimenez <mnietoji@redhat.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 03fdc8f commit 901c0e2
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
0 commit comments