Wednesday, 2026-03-04

opendevreviewGregory Thiemonge proposed openstack/octavia stable/2025.2: Disabling periodic FIPS jobs on stable branches  https://review.opendev.org/c/openstack/octavia/+/97885107:32
opendevreviewGregory Thiemonge proposed openstack/octavia stable/2025.1: Disabling periodic FIPS jobs on stable branches  https://review.opendev.org/c/openstack/octavia/+/97885207:32
opendevreviewGregory Thiemonge proposed openstack/octavia stable/2024.2: Disabling periodic FIPS jobs on stable branches  https://review.opendev.org/c/openstack/octavia/+/97885407:33
opendevreviewGregory Thiemonge proposed openstack/octavia master: Testing fix for FIPS  https://review.opendev.org/c/openstack/octavia/+/97885608:14
opendevreviewRichard Cruise proposed openstack/octavia master: Fix VRRP and HAProxy peer ports open to 0.0.0.0/0  https://review.opendev.org/c/openstack/octavia/+/97140811:42
opendevreviewRichard Cruise proposed openstack/octavia master: Fix VRRP and HAProxy peer ports open to 0.0.0.0/0  https://review.opendev.org/c/openstack/octavia/+/97140811:57
viniciusrd12:46
gthiemon1e#startmeeting Octavia16:00
opendevmeetMeeting started Wed Mar  4 16:00:16 2026 UTC and is due to finish in 60 minutes.  The chair is gthiemon1e. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
opendevmeetThe meeting name has been set to 'octavia'16:00
gthiemon1eo/16:00
raineszmo/16:00
gthiemon1e#topic Announcements16:02
gthiemon1e* Gazpacho release16:02
gthiemon1eRC1 milestone is next week (RC = Release Candidate)16:02
gthiemon1ewe don't expect to deliver additional RCs unless critical bug/regression16:02
gthiemon1ethere are a few reviews on my todolist, don't hesitate to ping if you wnat us to review your patches!16:04
gthiemon1eany other announcements for this week?16:05
raineszmnone for me16:07
gthiemon1eack16:07
gthiemon1e#topic Brief progress reports / bugs needing review16:07
gthiemon1eIt was reported that the requirement for osc-lib was not correct in python-octaviaclient, so I proposed a patch to fix it16:08
gthiemon1ehttps://review.opendev.org/c/openstack/python-octaviaclient/+/97880816:08
gthiemon1ethe issue only impacts the unit tests BTW16:08
gthiemon1eosc-lib 4.3.0 is the first release that provides what we need for our tests16:08
gthiemon1eit also comes with a few deprecations that I fixed in:16:08
raineszmthat's quite a requirement bump. Ah.16:08
gthiemon1ehttps://review.opendev.org/c/openstack/python-octaviaclient/+/97880916:09
gthiemon1eI guess we have never really updated it, and we usually take what is provided in the release16:09
raineszmRight. May be good to mention the motivation for bumping it in the commit.16:10
raineszmJust for posterity16:10
gthiemon1eraineszm: right, give me a -116:10
raineszmo716:10
raineszmI'm also planning to take a look at  https://review.opendev.org/c/openstack/octavia/+/971408 today16:11
gthiemon1eack, I chatted with rcruise-redhat today, this patch will probably merge at the begining of the next cycle16:12
gthiemon1e#topic Status of FIPS jobs16:15
rcruise-redhato/ Sorry I'm late16:15
gthiemon1ehey np16:15
raineszmo/16:15
gthiemon1eFIPS for Centos 10 Stream should work on master16:16
gthiemon1ewe only need a patch in zuul-jobs16:16
gthiemon1ehttps://review.opendev.org/c/zuul/zuul-jobs/+/96120816:16
gthiemon1eI don't think it's worth it that we try to fix it on the stable branches16:17
gthiemon1e(I don't think we can fix FIPS on centos 9, and Octavia didn't support centos 10 in 2025.2)16:17
gthiemon1eSo I propose to remove the periodic job on stable branches, it has been failing for a long time16:17
gthiemon1e(and yeah I started to monitor periodic jobs)16:17
gthiemon1ehttps://review.opendev.org/q/I40a4e1cb388edf07d930578e985e3e5a927543cc16:18
gthiemon1eso please review ^16:18
gthiemon1ethat's all I have on this topic16:18
gthiemon1e#topic Open Discussion16:18
rcruise-redhatWill do16:18
gthiemon1ejust in case: you can see the results of the periodic jobs in https://zuul.opendev.org/t/openstack/builds?project=openstack%2Foctavia&pipeline=periodic*&skip=016:19
gthiemon1eany other topics for today?16:20
rcruise-redhatNone from me16:20
raineszmI have two things.16:21
raineszmOne just being here to ask for your backport reviews once again as I attempt to get https://review.opendev.org/c/openstack/octavia/+/978771 back through unmaintained16:21
rcruise-redhatSure, I'll add it to my list16:22
raineszmAnd also I've been working with testing some changes to the ubuntu epoxy packages for octavia and noticed that the disk image create script fails with the -p flag16:22
gthiemon1eraineszm: you can propose all the backports at the same time, don't forget to always backport from n to n-1 (and not master to n-1)16:22
raineszma) is there any appetite to provide compatability there but pulling in some of the elements from octavia-diskimage-retrofit?16:23
raineszmb) are bashisms intentionally avoided in the script even though it runs with bash or is it just a momentum thing?16:23
raineszm*sorry for a) by pulling in some of the elements16:24
opendevreviewZachary Mark Raines proposed openstack/octavia stable/2025.1: Remove failing drivers from enabled_provider_drivers  https://review.opendev.org/c/openstack/octavia/+/97890116:24
opendevreviewZachary Mark Raines proposed openstack/octavia stable/2024.2: Remove failing drivers from enabled_provider_drivers  https://review.opendev.org/c/openstack/octavia/+/97890416:25
gthiemon1ea) TBH I'm not really in favor of pulling in elements from 3rd-party modules (aka not in openstack/), I think you can use env var to add elements to your build, I guess this would be the most straightfoward solution with the current code16:27
gthiemon1elike DIB_ELEMENTS=blah,foo16:27
raineszmYeah. That's what I'm doing now. Was just wondering if it was something we wanted to work out of the box. 16:28
raineszmI know the docs say that there's *one* supported workflow16:28
raineszmBUt I figured I'd check16:28
gthiemon1eack I will think about that, I'll check if they are similar integrations in other places16:28
raineszmack of your ack16:29
gthiemon1eb) IDK :D if you want to add bashisms, no problem16:29
raineszmI have a personal vendetta against '[', but that's neither here nor there16:31
gthiemon1elol16:33
gthiemon1eok anything else for today?16:35
rcruise-redhatNothing from me16:35
raineszmnope16:36
gthiemon1eok16:36
gthiemon1ethen thank you folks, have a good week!16:36
gthiemon1e#endmeeting16:36
opendevmeetMeeting ended Wed Mar  4 16:36:54 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:36
opendevmeetMinutes:        https://meetings.opendev.org/meetings/octavia/2026/octavia.2026-03-04-16.00.html16:36
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/octavia/2026/octavia.2026-03-04-16.00.txt16:36
opendevmeetLog:            https://meetings.opendev.org/meetings/octavia/2026/octavia.2026-03-04-16.00.log.html16:36
rcruise-redhatHave a good week!16:37
raineszmhave a good one o/16:37
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org will be offline momentarily for a software upgrade18:11

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