Commit 785451d
[reproducer] Skip compute configuration when preProvisioned is false
The "Configure EDPM based nodes ctlplane network" task in
libvirt_layout.yml delegates SSH to all compute hosts. In baremetal
deployments with preProvisioned=false, Ironic-provisioned computes
do not accept SSH from the hypervisor, causing the reproducer to
fail with Permission denied.
The task's own comment states it configures pre-provisioned nodes.
Add the matching condition to enforce that.
Related-Issue: ANVIL-109
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>1 parent b2d59cb commit 785451d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments