Friday, 2026-01-16

cardoeWow... no more uh oh msg for bugs.launchpad... just straight up nothing responding00:28
TheJuliaUgh01:41
opendevreviewSteve Baker proposed openstack/ironic master: WIP autodetect deploy interface  https://review.opendev.org/c/openstack/ironic/+/97318704:46
opendevreviewMerged openstack/bifrost stable/2025.2: Centos: set masked: false for firewalld  https://review.opendev.org/c/openstack/bifrost/+/97137805:50
rpittaugood morning ironic! happy friday! o/07:02
*** amorin_ is now known as amorin08:22
opendevreviewPierre Riteau proposed openstack/bifrost master: CI: Make bifrost-upgrade-keystone-centos-10 voting  https://review.opendev.org/c/openstack/bifrost/+/97346308:44
abongalegood morning ironic o/09:09
ContinuityMorning and happy Friday Ironic people10:26
ContinuityTheJulia: whats the process for commenting on the vxlan stuff?10:27
opendevreviewPierre Riteau proposed openstack/bifrost master: Support disabling deployment of registry  https://review.opendev.org/c/openstack/bifrost/+/97361813:32
TheJuliagood morning14:25
TheJuliaContinuity: do you have a gerrit account? ;)14:25
TheJuliaContinuity: In short, just add comments to gerrit. Or if you want raise quesitons/concerns here and I'll be happy to discuss/engage. Discussion might also help others, fwiw.14:35
ContinuityCool thanks, I need to have a proper read through. VXLAN is something we are looking at 14:37
ContinuitySo wanted to feed in our comments as well14:38
ContinuityThanks14:38
TheJuliaI've started to feed into ml2 plugin implementation with networking-generic-switch as well, for what it is worth. 14:39
opendevreviewDoug Goldstein proposed openstack/python-ironicclient stable/2025.2: fix: report compatibility with 2025.2 release of Ironic  https://review.opendev.org/c/openstack/python-ironicclient/+/97329516:10
opendevreviewPavlo Shchelokovskyy proposed openstack/ironic-tempest-plugin master: Relax assertion in test_get_all_shards  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/97364716:17
opendevreviewDoug Goldstein proposed openstack/python-ironicclient master: fix: test determining latest API version  https://review.opendev.org/c/openstack/python-ironicclient/+/97344016:19
cardoeSo https://review.opendev.org/c/openstack/python-ironicclient/+/970562 passing tests highlights that we broke the API version clamping tests. https://review.opendev.org/c/openstack/python-ironicclient/+/973440 should fix that.16:19
cardoeJayF: I'll +2 the shard test on top of the API version test if that's okay with you.16:20
opendevreviewDoug Goldstein proposed openstack/ironic master: fix: refactor VIF network types to be an enum and ensure all are checked  https://review.opendev.org/c/openstack/ironic/+/97355716:29
cardoeclif: if you wanna rebase https://review.opendev.org/c/openstack/ironic/+/972494 to not depend on your WIP patch, we can probably merge that change in sooner than later. The check is wrong and should go away regardless.16:32
opendevreviewJulia Kreger proposed openstack/ironic master: Add a `reattach_networking` service step  https://review.opendev.org/c/openstack/ironic/+/97341318:08
opendevreviewJulia Kreger proposed openstack/ironic master: Fix introspection failure handling  https://review.opendev.org/c/openstack/ironic/+/97356018:24
clifcardoe: yeah I'll do that presently18:27
-opendevstatus- NOTICE: Gerrit on review.opendev.org will be offline briefly in order to restart on a newer JVM and to clear out caches18:34
opendevreviewJulia Kreger proposed openstack/bifrost master: Provide a means to disable the registry service install  https://review.opendev.org/c/openstack/bifrost/+/97367318:45
opendevreviewClif Houck proposed openstack/ironic master: Rip out check for multiple physnets in vif_attach  https://review.opendev.org/c/openstack/ironic/+/97249419:24
opendevreviewClif Houck proposed openstack/ironic master: Add configuration options for Trait Based Networking  https://review.opendev.org/c/openstack/ironic/+/96805419:24
opendevreviewClif Houck proposed openstack/ironic master: Add ConfigLoader class to TBN and use it in TaskManager  https://review.opendev.org/c/openstack/ironic/+/97249519:24
opendevreviewClif Houck proposed openstack/ironic master: WIP: Integrate TBN with vif_attach  https://review.opendev.org/c/openstack/ironic/+/97369019:24
opendevreviewClif Houck proposed openstack/ironic master: WIP: Update TBN simulator for vif_attach planning  https://review.opendev.org/c/openstack/ironic/+/97369119:24
opendevreviewVerification of a change to openstack/ironic master failed: Add LLDP collect for DRAC Redfish inspection  https://review.opendev.org/c/openstack/ironic/+/97063019:24
clifcardoe: rebased so that patch is the first commit of the branch19:26
opendevreviewJulia Kreger proposed openstack/bifrost master: Upload a disk image to OCI  https://review.opendev.org/c/openstack/bifrost/+/96841619:31
opendevreviewJulia Kreger proposed openstack/bifrost master: Upload to and use artifact from OCI registry  https://review.opendev.org/c/openstack/bifrost/+/96841719:31
cardoeclif: you got any sample code for the vif attach?19:42
TheJuliaugh, OVS just hates me today20:21
* TheJulia is going to blow away and start with an entirely fresh vm and config, after stepping away for a little bit20:22
clifcardoe: can you be more specific?20:46
clifI'm not quite sure it functions yet, it's been a rough week productivity wise20:49
cardoeokay no worries.20:53
cardoeI've got two different networks and I want one to hook to category=green and one to hook to category=purple. So just trying to grok how I'd be doing this.20:53
cardoepurple category networks are provider networks while green category are tenant networks20:53
JayFwire up the simulator with a config?21:09
clifcardoe: one port to each network or more complicated?21:10
cardoeJayF: the vif attach simulator function says # TODO: implement me21:14
cardoeclif: 2 ports to each network21:15
cardoeJayF: was just curious to see the WIP status21:15
clifcardoe: for the sim you can sim by just having one network in the test data21:16
clifsince vif_attach will call into plan_network but with a single vif/network21:17
cardoeJust setting up my test VMs like TheJulia for VXLAN stuff to hack on the VXLAN ML2 bits21:17
cardoeAnd was gonna make a branch with all of the in flight patches all pulled together to hack on it as work big end to end test env.21:18
cardoeJust trying to help test and review so that pieces can land.21:18
TheJuliaCool cool, taking a break for a little bit so I don’t order a laptop trebuchet21:19
cardoeI'm nearing my stopping point. Taking the Boy Scouts on a longer than usual camp out since Monday is a holiday. And Mother Nature decided to be mean. We've got a stop over tonight and pack up in the morning to continue on. Tomorrow morning our stopping point was originally suppose to have snow. Then updated to sleet. Current forecast? Freezing rain from 6am to 10am. We gotta hit the road by 9am.21:20
cardoeBut my aim is Tuesday to have this test setup going so I can spend next week hacking on the network stuff.21:22
cardoeJust thought I'd kick tires on all the TBN as well.21:23
clifI'll try to have the vif_attach patch out of WIP by tuesday 21:30
cardoeNo rush. I'm not trying to push ya. I know some of the more complicated features folks want to see it in action. So I figured if I can kick tires now I can provide feedback.21:31
clifI'm trying to push myself too, I'd like to at least try to get this merged for Gazpacho21:41
JayFIdeally we get all the way to portgroups in G :) 21:43
TheJuliaokay, time with torque wrench has made me happier21:51
* TheJulia needs to get one of those electrical magical tools to take wheels off21:52
clifcar maintenance?21:55
TheJuliaGolf cart mod and replacement of a couple bushings21:55
TheJuliaso a little faster than a car :)21:55
TheJulia(we definitely don't play golf cart, but its our not so subtle opinion about some of the other owners in the neighborhood... considering it is jurassic park themed and we have the soundtrack ready to play21:56
TheJuliawell, the tour audio track21:56
TheJuliaokay, one last retry before I rebuild this vm entirely and start over22:02

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