Friday, 2025-04-11

opendevreviewMerged openstack/nova stable/2024.1: ironic: fix logging of validation errors  https://review.opendev.org/c/openstack/nova/+/94680202:36
opendevreviewMerged openstack/nova stable/2024.2: Allow hyphen in cinder catalog_info service-type  https://review.opendev.org/c/openstack/nova/+/94400902:57
opendevreviewMerged openstack/nova stable/2024.2: Fix parameter order in add_instance_info_to_node  https://review.opendev.org/c/openstack/nova/+/94399403:09
opendevreviewMerged openstack/nova stable/2024.2: Revert "Test live migration between hosts with differnet cpu_shared_sets"  https://review.opendev.org/c/openstack/nova/+/93237903:09
opendevreviewMerged openstack/nova stable/2024.2: [doc]Add `socket` option to [pci]alias numa_policy  https://review.opendev.org/c/openstack/nova/+/93404903:09
opendevreviewMerged openstack/nova stable/2024.2: Revert "[libvirt] Live migration fails when config_drive_format=iso9660"  https://review.opendev.org/c/openstack/nova/+/93664503:09
opendevreviewMerged openstack/nova stable/2024.1: Reproduce bug 2085975 in functional  https://review.opendev.org/c/openstack/nova/+/93430303:09
opendevreviewMerged openstack/nova stable/2024.1: Route shared storage RPC to evac dest at startup  https://review.opendev.org/c/openstack/nova/+/93430403:10
opendevreviewBalazs Gibizer proposed openstack/nova stable/2024.1: [doc]Add `socket` option to [pci]alias numa_policy  https://review.opendev.org/c/openstack/nova/+/94697407:30
opendevreviewRodolfo Alonso proposed openstack/os-vif master: Adapt unit tests to pyroute2 0.9.1  https://review.opendev.org/c/openstack/os-vif/+/94697707:59
ralonsohgibi, sean-k-mooney ^ this is for the next pyroute2 release08:00
gibiralonsoh: I've left feedback inline08:18
ralonsohgibi, thankks08:28
opendevreviewMerged openstack/placement stable/2024.1: Factor out allocation candidate generation strategy  https://review.opendev.org/c/openstack/placement/+/93894308:30
opendevreviewRodolfo Alonso proposed openstack/os-vif master: Adapt unit tests to pyroute2 0.9.1  https://review.opendev.org/c/openstack/os-vif/+/94697708:30
gibiralonsoh: looks good. thanks08:35
*** Guest13394 is now known as shoffmann08:42
opendevreviewMerged openstack/placement stable/2024.1: Add round-robin candidate generation strategy  https://review.opendev.org/c/openstack/placement/+/93894409:19
sean-k-mooneyralonsoh: gibi before i merge that i have one reservation10:53
sean-k-mooneywhen we make this change it will make older version fo pyrout2 not work with os-vif in the unit tests10:53
sean-k-mooneyhonestly i think thats fine btu just calling that out10:54
sean-k-mooneygibi: are you busy, i have been thinking about maintance mode a liitle since johnthetubaguy10:57
sean-k-mooneyput that seed in my brain10:57
ralonsohsean-k-mooney, this patch works with both versions11:03
sean-k-mooneyoh is create jsut ignored11:04
sean-k-mooneyon older verisons11:04
sean-k-mooneyah 11:05
sean-k-mooneyIf you pass in create=True, and the attribute doesn’t exist, patch will create the attribute for you when the patched function is called, and delete it again after the patched function has exited.11:05
ralonsohright11:06
sean-k-mooneyi guess the impoarnt part is actuly "This is useful for writing tests against attributes that your production code creates at runtime."11:06
sean-k-mooneywhich is what happening in this case11:06
ralonsohthe problem, IMO, is how the API of these objects have changed11:07
ralonsohin a way that should have never happen 11:07
sean-k-mooneyya thats unfortunetly out of our contol11:07
sean-k-mooneyi approved the fix so it should merge soon thanks for adressing it11:07
ralonsohcool thanks!11:08
sean-k-mooneysince your here11:08
sean-k-mooneyill see if i can find time to rip out the ovn hack properly 11:08
sean-k-mooneysince it appear not to be needed and i might even backport that to epoxy11:08
sean-k-mooneyim hesitnat to bring it back any futher11:08
sean-k-mooneybecause i dont really know when it was fixed11:09
sean-k-mooneyi.e. what version of ovn/neutron11:09
ralonsohlet me check that11:09
sean-k-mooneyi appares to not be needed on ubuntu noble with master (which is basicaly epoxy at this point)11:09
ralonsohthe problem is that 2025.1 is still testing in ubuntu 22.0411:11
ralonsohand the ovn version provided is 22.03, that doesn't have this support11:11
ralonsohOVN v23.09.0 - 15 Sep 202311:13
ralonsoh  - Introduce support for binding remote ports in ovn-northd if the CMS sets11:13
ralonsoh    requested-chassis option for a remote logical switch port.11:13
sean-k-mooneyack that what i was afarid of11:14
sean-k-mooney2025.2 is the first release to be noble+11:14
sean-k-mooneyok so i can fix this on master but not older branhces11:14
sean-k-mooneyralonsoh: so for the release note ovn 23.09.0 is the first release to have the functionatlity we need11:15
ralonsohone sec, because the PB additional_chassis support was added before11:16
ralonsohyeah, in 22.0911:16
ralonsohbut not provided by ubunty jammy, in any case11:16
sean-k-mooneyack.11:17
sean-k-mooneydo you know what in centos 9 stream11:18
sean-k-mooneyit wont really make a diffent to the end result since we are not offically supprot that any more11:18
sean-k-mooneybut just wonderign where it is11:18
opendevreviewMerged openstack/placement stable/2023.2: Add a global limit on the number of allocation candidates  https://review.opendev.org/c/openstack/placement/+/93894511:45
opendevreviewMerged openstack/placement stable/2023.2: Factor out allocation candidate generation strategy  https://review.opendev.org/c/openstack/placement/+/93894611:57
opendevreviewMerged openstack/placement stable/2023.2: Add round-robin candidate generation strategy  https://review.opendev.org/c/openstack/placement/+/93894711:57
UgglaTo all sorry for the late notification we will start our latest vPTG day in ~7mn12:53
UgglaTopic: Support for live migration with encrypted volumes (Barbican integration)12:53
opendevreviewMerged openstack/os-vif master: Adapt unit tests to pyroute2 0.9.1  https://review.opendev.org/c/openstack/os-vif/+/94697713:04
opendevreviewMaksim Malchuk proposed openstack/nova stable/2024.1: Allow hyphen in cinder catalog_info service-type  https://review.opendev.org/c/openstack/nova/+/94401013:25
opendevreviewAndre Aranha proposed openstack/nova master: Replace paramiko with ssh-python  https://review.opendev.org/c/openstack/nova/+/94692216:02

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