Skip to content

fix(inspect-server): Removes problematic inspect step#1872

Merged
cardoe merged 1 commit into
mainfrom
PUC-1595-20260325-1302
Mar 25, 2026
Merged

fix(inspect-server): Removes problematic inspect step#1872
cardoe merged 1 commit into
mainfrom
PUC-1595-20260325-1302

Conversation

@nicholaskuechler
Copy link
Copy Markdown
Collaborator

Problem/bug: The step getting removed assumes the ironic provision_state equals the openstack cli command to use such as openstack baremetal node $command. As an example, for the ironic provision_state manageable it would try to run openstack baremetal node manageable which is incorrect as it should be openstack baremetal node manage. I had AI review the ironic and openstackclient repos to find if there were any matches and there's only 1 scenario they match: rescue, however we don't use that in this flow, and I believe you can't inspect a server in rescue either.

@cardoe cardoe added this pull request to the merge queue Mar 25, 2026
Merged via the queue into main with commit 9c02b27 Mar 25, 2026
17 checks passed
@cardoe cardoe deleted the PUC-1595-20260325-1302 branch March 25, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants