[reproducer] Skip compute configuration when preProvisioned is false#3974
Conversation
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 46m 22s |
|
This PR is stale because it has been for over 15 days with no activity. |
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>
785451d to
871e2f4
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 58m 52s |
|
recheck |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: michburk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
81950e0
into
openstack-k8s-operators:main
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