[reproducer] Skip compute configuration when preProvisioned is false#3974
[reproducer] Skip compute configuration when preProvisioned is false#3974rebtoor wants to merge 1 commit into
Conversation
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>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 46m 22s |
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