Tuesday, 2025-07-22

opendevreviewIury Gregory Melo Ferreira proposed openstack/ironic master: [docs] Add NIC Firmware Update to Firmware Interface Docs  https://review.opendev.org/c/openstack/ironic/+/95555100:01
iurygregorycardoe, here it goes ^00:01
opendevreviewMerged openstack/ironic-python-agent master: Provide usable __repr__ for serializable objects  https://review.opendev.org/c/openstack/ironic-python-agent/+/95345401:26
rpittaugood morning ironic! o/06:27
abongalegood morning o/07:28
*** tosky_ is now known as tosky07:33
*** jroll08 is now known as jroll007:36
rpittauwould really love an approval here when someone got a minute https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/950965 :)08:09
opendevreviewMerged openstack/tenks master: Fix outdated tox minversion  https://review.opendev.org/c/openstack/tenks/+/95541808:21
opendevreviewRiccardo Pittau proposed openstack/bifrost master: Updated pinned upper-constraints for Python 3.9  https://review.opendev.org/c/openstack/bifrost/+/95518108:27
fricklerlooks like the opendev change to drop the backports repo broke ipa-b bullseye: E: Release 'bullseye-backports' for 'lshw' was not found https://zuul.opendev.org/t/openstack/build/d8af28e2e4da43ffbc315d64d8d1c90b08:32
opendevreviewRiccardo Pittau proposed openstack/bifrost master: Updated pinned upper-constraints for Python 3.9  https://review.opendev.org/c/openstack/bifrost/+/95518108:35
rpittaufrickler: yeah, I've noticed that, any chance it can be reverted ?08:36
rpittaueven though bullseye is EOL so probably not worth keeping it08:36
rpittaummmm LTS eol is actually next year08:37
fricklerrpittau: I'm not sure, there was some reason to do the change, iiuc the correct fix would be to explicitly enable the backports repo in that job if it is required08:41
rpittaufrickler: oh ok, didn't know about that option08:42
rpittaufrickler: is that an option on the job config ?08:45
fricklerrpittau: I'm not sure, best ask in #opendev08:46
rpittauack thanks08:46
opendevreviewMerged openstack/ironic master: Redfish Firmware Interface - NIC Support  https://review.opendev.org/c/openstack/ironic/+/95339409:34
opendevreviewMerged openstack/ironic master: Remove rootwrap  https://review.opendev.org/c/openstack/ironic/+/95340409:34
opendevreviewMerged openstack/ironic master: Remove installation guide for openSUSE/SLES  https://review.opendev.org/c/openstack/ironic/+/95014509:34
dtantsurcardoe: I hope I commented in the right place now09:47
opendevreviewQueensly Kyerewaa Acheampongmaa proposed openstack/ironic master: Add manual clean and automated verify steps to set BMC clock via Redfish Manager  https://review.opendev.org/c/openstack/ironic/+/95347710:39
opendevreviewTakashi Kajinami proposed openstack/ironic master: doc: Use dnsmasq to run tftp server  https://review.opendev.org/c/openstack/ironic/+/95557910:46
opendevreviewTakashi Kajinami proposed openstack/ironic master: Drop remaining reference to openSUSE  https://review.opendev.org/c/openstack/ironic/+/95558110:50
opendevreviewMerged openstack/ironic-python-agent-builder master: Build ironic-python-agent DIB image with CentOS Stream 10  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/95096510:58
opendevreviewTakashi Kajinami proposed openstack/ironic master: doc: Use dnsmasq to run tftp server  https://review.opendev.org/c/openstack/ironic/+/95557911:32
opendevreviewTakashi Kajinami proposed openstack/ironic master: doc: Fix installation of grub/shim EFI images in CentOS  https://review.opendev.org/c/openstack/ironic/+/95559011:37
dtantsurTeam, looking for reviews on https://review.opendev.org/c/openstack/ironic/+/954755 to unblock the eventlet migration.12:11
opendevreviewTakashi Kajinami proposed openstack/ironic master: doc: Fix installation of grub/shim EFI images in CentOS  https://review.opendev.org/c/openstack/ironic/+/95559012:42
opendevreviewTakashi Kajinami proposed openstack/ironic master: doc: Drop explicit version for CentOS/RHEL  https://review.opendev.org/c/openstack/ironic/+/95559412:44
cardoedtantsur: well I'm trying to just use the same $default_hook as the regular inspector13:03
dtantsurcardoe: is it a good idea though? the list of default hooks may end up different over time. E.g. the error hook makes little sense without a ramdisk.13:04
dtantsur(or do we still have it as a hook?)13:05
cardoedtantsur: I don't understand your commit message for that change. You say "switch from local RPC to automated JSON rpc" but then all your changes are adding "local RPC" in the comments.13:05
cardoeerror is not a hook.13:05
dtantsurI don't know how to refer to variable across groups13:05
dtantsurAh, so we haven't migrated it this way13:05
dtantsurcardoe: re commit message: yeah, I was not sure how to refer to things, so it ended up with a bit of ambiguity13:06
dtantsurbasically, instead of local calls and JSON RPC, we end up with two flavours of JSON RPC13:06
TheJuliagood morning13:09
dtantsurcardoe: ha, it looks like you can use $group_name.variable_name13:10
cardoeokay cool.13:10
dtantsur(I'll double-checm more)13:10
cardoeI think they should roughly be the same baseline.13:10
dtantsuryeah, you should be able to do $inspector.default_hooks13:11
cardoeBecause today all the default_hooks do is populate the node properties with the data that redfish hardcodes.13:11
cardoehttps://review.opendev.org/c/openstack/networking-sfc/+/955295 something that they did to ban the import of eventlet by accident by people.13:19
TheJuliasurprising that they didn't catch that in regular review processeses13:20
TheJuliaLGTM, although one suggested change to the commit message which might help cardoe's understanding14:38
cardoeTheJulia: I brought up the baremetal agent change we've got in the neutron call today. They said they'd prioritize it.14:46
TheJuliacardoe: oh, awesome, thanks!14:46
TheJuliaI had someone downstream thank me yesterday for going "beep boop" on the change14:46
cardoeWe've literally got monitoring with automation to delete the agent to work around it.14:47
TheJuliaYeah, that is a sign we really need to fix it overall14:47
cardoeThe only reason we use that mechanism is just for the port status propagation.14:48
cardoeWhat do we want to do about https://review.opendev.org/c/openstack/bifrost/+/946724 It's sitting in the ironic-week-prio queue for a bit. I suspect the author isn't gonna update it.14:48
TheJuliacardoe:  I think at this point we could just keep the removal and remove the addition14:51
cardoeI'll update it if that's okay to do.14:51
cardoeJust trying to clean up the ironic-week-prio list.14:52
TheJuliacardoe: yeah, perfectly fine to do14:57
TheJuliaYou'll need to add your own signed-off-by label as well, fwiw14:57
cardoeokay I've just been waiting for the author to come back.14:58
cardoeI'm trying your beep boop approach on https://review.opendev.org/c/openstack/nova-specs/+/47181514:58
TheJuliaJust think of it as 'your the robot who goes "beep boop" to annoy the humons'14:59
TheJuliaClearly, we need an exocomp!15:00
TheJuliahttps://www.thingiverse.com/thing:462317815:01
opendevreviewDoug Goldstein proposed openstack/ironic master: fix up redfish inspection mock ethernet interface data  https://review.opendev.org/c/openstack/ironic/+/95553616:24
opendevreviewDoug Goldstein proposed openstack/ironic master: fix redfish processor inspection  https://review.opendev.org/c/openstack/ironic/+/95553716:24
opendevreviewDoug Goldstein proposed openstack/ironic master: allow running inspection hooks on redfish interface  https://review.opendev.org/c/openstack/ironic/+/93306616:25
opendevreviewDmitry Tantsur proposed openstack/ironic master: DNM illustrate broken <range-in> in root device hints  https://review.opendev.org/c/openstack/ironic/+/95561817:23
opendevreviewDmitry Tantsur proposed openstack/ironic master: DNM illustrate broken <range-in> in root device hints  https://review.opendev.org/c/openstack/ironic/+/95561817:26
dtantsurbug filed, help welcome https://bugs.launchpad.net/ironic/+bug/211751417:26
cardoeI'm fighting these damn mocks. I dunno what to do with mine.17:37
opendevreviewClif Houck proposed openstack/ironic master: Add a new 'physical_network' field to the Portgroup object  https://review.opendev.org/c/openstack/ironic/+/95562519:13
opendevreviewClif Houck proposed openstack/ironic master: Add a new 'physical_network' field to the Portgroup object  https://review.opendev.org/c/openstack/ironic/+/95562519:36
opendevreviewNahian Pathan proposed openstack/sushy master: Support expanded Chassis and Storage for redfish  https://review.opendev.org/c/openstack/sushy/+/95521120:21
opendevreviewJonathan Davies proposed openstack/ironic-python-agent master: enable_vlan_interfaces: support identifying interfaces by MAC  https://review.opendev.org/c/openstack/ironic-python-agent/+/95562920:41
opendevreviewNahian Pathan proposed openstack/sushy master: Support expanded Chassis and Storage for redfish  https://review.opendev.org/c/openstack/sushy/+/95521120:57
opendevreviewNahian Pathan proposed openstack/sushy master: Support expanded Chassis and Storage for redfish  https://review.opendev.org/c/openstack/sushy/+/95521120:58
opendevreviewNahian Pathan proposed openstack/sushy master: Support expanded Chassis and Storage for redfish  https://review.opendev.org/c/openstack/sushy/+/95521121:02
opendevreviewNahian Pathan proposed openstack/sushy master: Support expanded Chassis and Storage for redfish  https://review.opendev.org/c/openstack/sushy/+/95521121:33
opendevreviewQueensly Kyerewaa Acheampongmaa proposed openstack/ironic master: Add manual clean and automated verify steps to set BMC clock via Redfish Manager  https://review.opendev.org/c/openstack/ironic/+/95347721:39
opendevreviewJulia Kreger proposed openstack/ironic master: Replace GreenThreadPoolExecutor in conductor  https://review.opendev.org/c/openstack/ironic/+/95293922:28
opendevreviewJulia Kreger proposed openstack/ironic master: Set the backend to threading.  https://review.opendev.org/c/openstack/ironic/+/95368322:28
opendevreviewJulia Kreger proposed openstack/ironic master: Clean-up misc eventlet references  https://review.opendev.org/c/openstack/ironic/+/95563222:28
TheJuliadtantsur: so, while I was sitting in a waiting room last week, I pondered https://review.opendev.org/c/openstack/ironic/+/955109 because it seems sort of weird. Any thoughts? I guess what I started seeing is a weird spread22:45
TheJulia9 threads vs 8 threads, ultimately.22:48
TheJuliait puts the current thread to work, but that could just go to waiting and it would al be okay.22:58
opendevreviewNahian Pathan proposed openstack/ironic master: Reduce API calls when collecting sensor data with redfish  https://review.opendev.org/c/openstack/ironic/+/95548423:38

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