Thursday, 2026-05-28

opendevreviewDoug Goldstein proposed openstack/ironic master: doc: highlight firmware interface and deprecate management for updates  https://review.opendev.org/c/openstack/ironic/+/98623301:47
opendevreviewnorman shen proposed openstack/python-ironicclient master: Add portgroup uuid to vif attach OSC client  https://review.opendev.org/c/openstack/python-ironicclient/+/99040901:58
opendevreviewDoug Goldstein proposed openstack/python-ironicclient master: Bump openstacksdk lower bound  https://review.opendev.org/c/openstack/python-ironicclient/+/99041202:34
opendevreviewJulia Kreger proposed openstack/ironic-specs master: Crazy idea: RCOE Enabled BMaaS  https://review.opendev.org/c/openstack/ironic-specs/+/99041302:52
opendevreviewJulia Kreger proposed openstack/ironic-specs master: Crazy idea: RCOE Enabled BMaaS  https://review.opendev.org/c/openstack/ironic-specs/+/99041303:05
opendevreviewOpenStack Proposal Bot proposed openstack/ironic master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/ironic/+/99041803:49
opendevreviewJulia Kreger proposed openstack/ironic-specs master: Crazy idea: RCOE Enabled BMaaS  https://review.opendev.org/c/openstack/ironic-specs/+/99041304:02
cardoeTheJulia: ^ is how my setup works.04:44
cardoeThat’s the green vs purple network in trait based networking.04:45
cardoeThat’s why I was suggesting fabric aware scheduling of ports.04:45
opendevreviewHimanshu Roy proposed openstack/ironic master: Disallow certain steps for users in different deployments  https://review.opendev.org/c/openstack/ironic/+/98901705:29
opendevreviewHimanshu Roy proposed openstack/ironic master: Add conductor-level disallow step filtering  https://review.opendev.org/c/openstack/ironic/+/99042205:29
opendevreviewHimanshu Roy proposed openstack/ironic master: Add operator-configurable step disallow lists  https://review.opendev.org/c/openstack/ironic/+/98901705:49
opendevreviewRiccardo Pittau proposed openstack/ironic master: Fix send_sensor_data periodic with oslo.service spawn workers  https://review.opendev.org/c/openstack/ironic/+/99025107:11
opendevreviewSaad Zia proposed openstack/ironic master: Fix sensitive properties returned unredacted in POST and PATCH HTTP responses  https://review.opendev.org/c/openstack/ironic/+/99043008:25
opendevreviewDmitry Tantsur proposed openstack/ironic master: Document the Metal3 ironic-standalone-operator job  https://review.opendev.org/c/openstack/ironic/+/98901410:00
opendevreviewDmitry Tantsur proposed openstack/ironic master: Add a Metal3 baremetal-operator functional job  https://review.opendev.org/c/openstack/ironic/+/98876610:05
dtantsurJayF: updated per your feedback ^^10:05
opendevreviewSaad Zia proposed openstack/ironic master: Fix TARGET_SCHEMA bounds to prevent storage exhaustion (F-85)  https://review.opendev.org/c/openstack/ironic/+/99044010:10
abongaleg11:13
abongaleplease ignore ^^11:13
opendevreviewDmitry Tantsur proposed openstack/ironic master: Add a Metal3 baremetal-operator functional job  https://review.opendev.org/c/openstack/ironic/+/98876611:48
opendevreviewRiccardo Pittau proposed openstack/ironic master: Fix send_sensor_data periodic with oslo.service spawn workers  https://review.opendev.org/c/openstack/ironic/+/99025111:54
opendevreviewSaad Zia proposed openstack/ironic master: Cap LLDP TLV and interface limits to mitigate DoS risk  https://review.opendev.org/c/openstack/ironic/+/99045212:08
iurygregorygood morning ironic12:09
opendevreviewKonstantinos Karampogias proposed openstack/ironic-specs master: Firmware endpoint hardware identity  https://review.opendev.org/c/openstack/ironic-specs/+/98580012:25
opendevreviewEsther Domfeh proposed openstack/ironic master: feat: add state and timestamps to node history  https://review.opendev.org/c/openstack/ironic/+/98999412:50
opendevreviewSaad Zia proposed openstack/ironic master: Cap host-supplied failure reason to 1024  https://review.opendev.org/c/openstack/ironic/+/99045812:51
opendevreviewMerged openstack/tenks master: CI: add aarch64 jobs  https://review.opendev.org/c/openstack/tenks/+/98976813:09
opendevreviewMichal Nasiadka proposed openstack/tenks master: WIP: Support setting OS_CLOUD  https://review.opendev.org/c/openstack/tenks/+/99046213:18
opendevreviewcid proposed openstack/ironic master: Allow disabling port pre-creation during inspection  https://review.opendev.org/c/openstack/ironic/+/99034013:34
opendevreviewSaad Zia proposed openstack/ironic master: Fix accumulation of any_left flag across storage controllers  https://review.opendev.org/c/openstack/ironic/+/99047113:42
JayFTheJulia: others: I know in the past we've indicated performance issues with Serial consoles. Do we have any elaboration on that? 14:15
JayFI don't mean from an Ironic standpoint; I mean from a hardware perf standpoint14:15
cardoeYeah it slows down the box to have to thunk out every byte of dmesg out the UART14:33
TheJuliayeah, which means an interrupt trigger14:33
TheJuliawhich means every char is an interrupt triggering. Basically, avoid serial consoles or even defining it in config at all14:34
JayFconsole=ttyS0 enough to activate it?14:34
JayFor do you have to have something attached14:34
TheJuliayup. you can hit it even when not doing pure serial console but when your not using a graphical framebuffer. The framebuffer works without a interrupt trigger since its just appending out to a section of RAM the graphics card is reading from.14:35
JayFthat's what I thought, I've passed it on14:36
TheJuliasome other kernel command line arguments which modify that console behavior and all can also set one up for such a condition. I think we've edited our defaults to try and guide folks away from ending up in such a state14:36
opendevreviewHarald Jensås proposed openstack/networking-generic-switch master: Add netconf_models package with OpenConfig lib  https://review.opendev.org/c/openstack/networking-generic-switch/+/99005915:15
opendevreviewHarald Jensås proposed openstack/networking-generic-switch master: Add NetconfSwitch base class for NETCONF transport  https://review.opendev.org/c/openstack/networking-generic-switch/+/99006015:15
opendevreviewHarald Jensås proposed openstack/networking-generic-switch master: Add NetconfOpenConfigSwitch driver  https://review.opendev.org/c/openstack/networking-generic-switch/+/99006115:15
opendevreviewHarald Jensås proposed openstack/networking-generic-switch master: Add NETCONF OpenConfig driver documentation  https://review.opendev.org/c/openstack/networking-generic-switch/+/99006215:15
opendevreviewHarald Jensås proposed openstack/networking-generic-switch master: Pass physnet VLAN segments to device drivers  https://review.opendev.org/c/openstack/networking-generic-switch/+/99051015:15
opendevreviewEsther Domfeh proposed openstack/ironic master: feat: add state and timestamps to node history  https://review.opendev.org/c/openstack/ironic/+/98999415:28
cardoeAre we okay depreciating management interface for firmware updates?16:01
TheJuliaI'm unsure if we reached consensus when it was discussed last16:02
JayFHit the mailing list16:06
JayFthat's consensus that needs to be gotten in an operator-visible place16:07
TheJuliaoh, okay16:09
TheJuliacool16:09
cardoeEmail sent.16:22
JayFBTW I am very +116:23
JayFjust mailing list gives us a thing to point at later if someone complains :)16:23
cardoehttps://review.opendev.org/c/openstack/ironic/+/986233 is the patch16:24
dougszuhey cid / JayF, here's the RFE for docker / podman container provider support https://bugs.launchpad.net/ironic/+bug/215449416:59
dougszuplease reach out if we can help / clarify anything16:59
JayFcid: ^ can you put this on your list? No specific urgency 16:59
dougszumany thanks, we're on hand to test / debug17:00
JayFdougszu: oooh, this is shaped differently than I expected17:00
JayFyou want something that uses docker/podman directly, no systemd?17:00
JayFI don't know if we'll need a spec for that, but we'll probably have to get a little more detail in the RFE17:00
dougszuyeah, so it is much more of a headache to start systemd units from inside the ironic container17:00
JayFyeah, I think that's what the k-a folks were complaining about originally17:01
JayFso just something that invokes docker/podman directly17:01
dougszuindeed - kind of similar to the k8s provider17:01
dougszuit seems much simpler to do it this way, than try and bend Kolla. I'm happy to add more to the RFE tomorrow17:02
dtantsurcardoe: at the very least, we cannot leave the management interface for firmware updates as it is now. It's absolutely untested and probably unused by anyone.17:04
JayFdougszu: more detail is always better! 17:07
opendevreviewJulia Kreger proposed openstack/ironic-specs master: Crazy Idea Part Deux! Discussing tighter storage fabric integration  https://review.opendev.org/c/openstack/ironic-specs/+/99053217:19
opendevreviewEsther Domfeh proposed openstack/ironic master: feat: add state and timestamps to node history  https://review.opendev.org/c/openstack/ironic/+/98999417:22
TheJuliacardoe: so https://review.opendev.org/c/openstack/ironic-specs/+/990532 is more discussion oriented trying to find the basic paths which would work the best, so you may want to drop some thoughts on there17:26
shermanmhad a NGS feature come up internally, is there any interest in support for the case where the BMC piggy-backs off an in-band interface, on a tagged vlan?17:29
JayFThose setups pretty much completely invalidate a lot of the network security Ironic bakes in -- I'm not opposed to supporting it for NGS, but that's not a configuration I'd suggest anyone use.17:31
shermanmso, I do agree, but it's come up a lot for our support of HPC clusters, they don't like extra cables :(17:31
JayFof all the reasons I've heard to use that architecture ... that one is the most unique :| 17:32
JayF"I don't want to buy extra switches" I've heard, but not cables :D 17:32
shermanmto be fair, in our case it's not greenfield deployments, it tends to be repurposing existing clusters with ironic+openstack orchestration17:33
shermanmso it's the difference between "change the head node" and "physically recable things"17:33
shermanmI would be interested in putting together some reliability/security best practices for the "so you've decided to do this" case17:35
TheJuliaThere is a whole other headache there which I know dtantsur has encountered a lot, some bmcs become inaccessible when they are piggy backing on an interface even when the host is powered down in general. :\18:00
TheJuliaBut, yeah, different vendors anda ll18:00
TheJuliashermanm: I think that would be good and a great document to have in general because I've had several "so you've decided to do $x when our docs say $y is best"18:01
TheJuliain the last few weeks18:01
opendevreviewcid proposed openstack/ironic master: Allow disabling port pre-creation during inspection  https://review.opendev.org/c/openstack/ironic/+/99034018:19
cidJayF, dougszu. I will take a look at that. 18:28
opendevreviewSteve Baker proposed openstack/ironic master: DNM re-enable graphical console testing  https://review.opendev.org/c/openstack/ironic/+/98744221:03

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