Wednesday, 2026-01-07

TheJuliacardoe: ack00:31
opendevreviewTakashi Kajinami proposed openstack/python-ironicclient master: Remove integration for python-ironic-inspector-client  https://review.opendev.org/c/openstack/python-ironicclient/+/97242002:19
opendevreviewIury Gregory Melo Ferreira proposed openstack/ironic master: NetworkAdapter resource ID changes unpredictably across reboots  https://review.opendev.org/c/openstack/ironic/+/97242103:19
rpittaugood morning ironic! o/08:06
abongalegood morning o/09:54
opendevreviewDmitry Tantsur proposed openstack/ironic master: [PoC] Unedited AI dump: demonstrate collecting sensors asynchronously  https://review.opendev.org/c/openstack/ironic/+/97084212:44
alegacygood morning folks... A few patches in my standalone networking series (starting at: https://review.opendev.org/c/openstack/ironic/+/971182) are ready to go if anyone can spare some time to set them free! 12:53
*** darmach3 is now known as darmach12:55
opendevreviewDmitry Tantsur proposed openstack/ironic master: [PoC] Unedited AI dump: demonstrate collecting sensors asynchronously  https://review.opendev.org/c/openstack/ironic/+/97084214:00
TheJuliagood morning14:18
opendevreviewMatt Crees proposed openstack/bifrost master: Document IPA image download options  https://review.opendev.org/c/openstack/bifrost/+/96414514:33
opendevreviewClif Houck proposed openstack/ironic master: WIP: Add configuration options for trait based networking  https://review.opendev.org/c/openstack/ironic/+/96805414:43
opendevreviewClif Houck proposed openstack/ironic master: Rip out check for multiple physnets in vif_attach  https://review.opendev.org/c/openstack/ironic/+/97249414:43
opendevreviewClif Houck proposed openstack/ironic master: Add ConfigLoader class to TBN and use it in TaskManager  https://review.opendev.org/c/openstack/ironic/+/97249514:43
opendevreviewMerged openstack/ironic master: fix: report a better error in validate-interfaces  https://review.opendev.org/c/openstack/ironic/+/97230615:20
TheJuliaclif: o/, regarding https://review.opendev.org/c/openstack/ironic/+/972494 could you update the commit message with more detail so reviewers can understand why15:39
TheJuliaThanks in advance15:39
opendevreviewDoug Goldstein proposed openstack/ironic stable/2025.2: fix: report a better error in validate-interfaces  https://review.opendev.org/c/openstack/ironic/+/97251116:15
opendevreviewDoug Goldstein proposed openstack/ironic stable/2025.1: fix: report a better error in validate-interfaces  https://review.opendev.org/c/openstack/ironic/+/97251316:16
opendevreviewDoug Goldstein proposed openstack/ironic stable/2024.2: fix: report a better error in validate-interfaces  https://review.opendev.org/c/openstack/ironic/+/97251416:17
opendevreviewJacob Anders proposed openstack/ironic master: Add hardware health monitoring via management interface  https://review.opendev.org/c/openstack/ironic/+/96694616:35
opendevreviewClif Houck proposed openstack/ironic master: Rip out check for multiple physnets in vif_attach  https://review.opendev.org/c/openstack/ironic/+/97249416:41
opendevreviewClif Houck proposed openstack/ironic master: Add ConfigLoader class to TBN and use it in TaskManager  https://review.opendev.org/c/openstack/ironic/+/97249516:41
clifTheJulia: Done, np16:42
TheJuliaThanks16:47
cardoeiurygregory: if ya got a sec... https://review.opendev.org/c/openstack/ironic/+/97241317:01
cardoeor even dtantsur since you were involved in the original.17:01
opendevreviewMerged openstack/python-ironicclient master: Remove integration for python-ironic-inspector-client  https://review.opendev.org/c/openstack/python-ironicclient/+/97242017:26
TheJuliacardoe: I need to double check (in a meeting at the moment, but I *suspect* your change is good there17:32
TheJuliaand sort of what I was thinking as a possible option yesterday17:32
dtantsurcardoe: oh, interesting. I'm really curious why it does not affect metal3..17:38
TheJuliaI suspect his target version is pinned out17:44
TheJulia*suspect*17:44
TheJuliaon tip of master or latest version, unless version pinned, I suspect metal3 would never hit it17:46
cardoeSo I’m using stable/2025.217:56
TheJuliabut the question I've been wondering is if the version is pinned to that specifically?18:01
TheJuliaor older...18:01
TheJuliabut, ultimately, running default state config for stable/2025.2 really should not hit it, which is what is bizaar18:02
TheJuliaI guess what I'm trying to say, it doesn't make sense that target_version is (1, 0)18:09
TheJuliaAnd the only way I can see influcing that is the rpc version pinning18:09
TheJuliaAnyway, I've +2'ed the change, do agree with Dmitry's comments, not an issue really. Iury you might want to chime in but if you don't by this afternoon I'll approve it as-is.18:14
opendevreviewVerification of a change to openstack/ironic master failed: Silence loud logging when no NetworkAdapters  https://review.opendev.org/c/openstack/ironic/+/97234318:31
cardoeTheJulia: I follow what you're saying. I'm happy to share any configs or whatever I can to figure out what the mis-config is.18:33
cardoeIt seems like it started around when we upgraded to 2025.218:34
TheJuliais https://github.com/openstack/ironic/blob/master/ironic/conf/default.py#L378 set at all?18:34
opendevreviewJacob Anders proposed openstack/ironic master: Add retry logic for boot device changes during POST  https://review.opendev.org/c/openstack/ironic/+/97115018:36
TheJuliaIf set to 2025.1, it shouldn't create it. https://github.com/openstack/ironic/blob/master/ironic/common/release_mappings.py#L827 so there may be another issue someplace.18:37
TheJuliaThat being said, we're missing the 2025.2 release mappings... https://github.com/openstack/ironic/blob/master/ironic/common/release_mappings.py#L99118:38
* TheJulia cries18:38
opendevreviewJulia Kreger proposed openstack/ironic master: Add release mapping alias for 2025.2  https://review.opendev.org/c/openstack/ironic/+/97253718:43
TheJuliait looks like the mapping in cardoe's case would have to be set to 17.0 to create the case, so it feels like something else is going on18:44
opendevreviewJacob Anders proposed openstack/ironic master: Fix heartbeat for steps with requires_ramdisk=False  https://review.opendev.org/c/openstack/ironic/+/97115219:42
opendevreviewJacob Anders proposed openstack/ironic master: Add retry logic for boot device changes during POST  https://review.opendev.org/c/openstack/ironic/+/97115019:57
cardoeNo pin release is set20:09
TheJulia... okay20:12
TheJuliahmm20:12
opendevreviewMerged openstack/ironic master: fix: bios fields could not be fetched via the API  https://review.opendev.org/c/openstack/ironic/+/97241322:11
cardoehttps://review.opendev.org/c/openstack/nova/+/972601 I think that'll make the error message a bit clearer to users. Probably some others that need to get included23:18
opendevreviewDoug Goldstein proposed openstack/ironic stable/2025.2: fix: bios fields could not be fetched via the API  https://review.opendev.org/c/openstack/ironic/+/97260223:18
cardoeThat issue has to have happened with 2025.223:19
cardoeI see it immediately in logs after we went to 2025.223:20

Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!