Commit 80b7f22
[reproducer] Create id_cifw symlink on hypervisor for reuse_ocp
The reproducer inventory references ~/.ssh/id_cifw as the SSH key
for connecting to controller-0. This key exists on controller-0
(injected by libvirt_manager) but not on the hypervisor, where
the same key is named cifmw_reproducer_key.
In reuse_ocp flows, cifmw_helpers reads the inventory from
controller-0 and re-adds hosts via add_host with the id_cifw
path. Subsequent tasks delegated to controller-0 then fail
because the hypervisor cannot find ~/.ssh/id_cifw.
Create a symlink on the hypervisor before the delegated block
so both key names resolve to the same file.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Miguel Angel Nieto Jimenez <mnietoji@redhat.com>1 parent c711a4c commit 80b7f22
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
112 | 119 | | |
113 | 120 | | |
114 | 121 | | |
| |||
0 commit comments