-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with provisioning ILO6(HPE) Server using Ironic v24.1.1 #528
Comments
This issue is currently awaiting triage. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@kmg1905 thanks for reporting this, please be aware that ilo6 is not officially supported, and it's quite different from ilo5 |
/triage needs-information |
BMO logs
The above logs are repeated continuously until inspection is timed out. |
BMH object
|
Ironic logs
Same with Ironic as well. Above logs are repeated until inspection times out. |
From https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html, configuration of redfish driver is
Since redfish requires Note that Server provisioning works for ILO6 Servers using Ironic v1.1.1 |
@kmg1905 I'm not sure what Ironic v1.1.1 is. |
/triage needs-information |
@elfosardo my bad! I was referring to Ironic |
@kmg1905 more clear now, thanks |
@elfosardo yes, I have upgraded our Ironic stack based on recommendation from here - https://book.metal3.io/version_support |
@kmg1905 in https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html we don't recommend using inspector in the ironic-config, that is just an example of configuration, also please consider that the redfish and inspector interfaces are mutually exclusive as you can read here https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html#out-of-band-inspection, redfish being out-of-band, while inspector being in-band. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
@kmg1905 were you able to solve the issue? |
Stale issues close after 30d of inactivity. Reopen the issue with /close |
@metal3-io-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I'm trying to provision ILO6(HPE) servers using ironic/BMO deployment but the servers seems to be stuck in inspecting phase.
From BMH:
BMH1 -
Normal InspectionError 5m12s metal3-baremetal-controller timeout reached while inspecting the node
.BMH2 -
Failed to inspect hardware. Reason: unable to start inspection: Failed to set node power state to power on.
From https://docs.openstack.org/ironic/latest/admin/drivers/ilo.html and looks like
redfish
driver is already present in the ironic-config.From
ironic.conf.j2
Note that I did not notice any issue using the same deployment in ILO5(HPE) Servers.
Did I miss anything?
The text was updated successfully, but these errors were encountered: