Wednesday, 2023-10-11

opendevreviewGregory Thiemonge proposed openstack/octavia stable/2023.1: Retry to set loadbalancer prov status on failures  https://review.opendev.org/c/openstack/octavia/+/89777708:06
opendevreviewGregory Thiemonge proposed openstack/octavia stable/zed: Retry to set loadbalancer prov status on failures  https://review.opendev.org/c/openstack/octavia/+/89777808:06
opendevreviewGregory Thiemonge proposed openstack/octavia stable/yoga: Retry to set loadbalancer prov status on failures  https://review.opendev.org/c/openstack/octavia/+/89777908:07
opendevreviewGregory Thiemonge proposed openstack/octavia stable/xena: Retry to set loadbalancer prov status on failures  https://review.opendev.org/c/openstack/octavia/+/89778008:08
opendevreviewGregory Thiemonge proposed openstack/octavia stable/wallaby: Retry to set loadbalancer prov status on failures  https://review.opendev.org/c/openstack/octavia/+/89778108:09
opendevreviewMerged openstack/octavia stable/2023.2: Retry to set loadbalancer prov status on failures  https://review.opendev.org/c/openstack/octavia/+/89777211:27
opendevreviewMerged openstack/octavia master: Fix error when deleting LB with broken amp  https://review.opendev.org/c/openstack/octavia/+/89699512:42
opendevreviewMerged openstack/octavia master: Fix incorrect masquerade rules in multivip LBs  https://review.opendev.org/c/openstack/octavia/+/89699612:54
opendevreviewMerged openstack/octavia stable/2023.2: Update TOX_CONSTRAINTS_FILE for stable/2023.2  https://review.opendev.org/c/openstack/octavia/+/89542012:54
opendevreviewMerged openstack/octavia stable/zed: fix haproxy_count to display the number of running processes  https://review.opendev.org/c/openstack/octavia/+/88792013:01
opendevreviewMerged openstack/octavia stable/xena: fix haproxy_count to display the number of running processes  https://review.opendev.org/c/openstack/octavia/+/88792213:01
opendevreviewMerged openstack/octavia stable/yoga: fix haproxy_count to display the number of running processes  https://review.opendev.org/c/openstack/octavia/+/88792113:06
opendevreviewLukas Piwowarski proposed openstack/octavia-tempest-plugin master: [WIP] Add backup member tests  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/89756415:45
gthiemonge#startmeeting Octavia16:00
opendevmeetMeeting started Wed Oct 11 16:00:18 2023 UTC and is due to finish in 60 minutes.  The chair is gthiemonge. 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
gthiemongehi folks!16:00
oschwarto/16:00
johnsomo/16:00
tweiningo/16:00
gthiemonge#topic Announcements16:02
gthiemongejust a reminder:16:02
gthiemonge* 2024.1 Caracal vPTG16:02
gthiemongeOctober 24th (Tuesday) - 14:00 UTC - 18:00 UTC16:02
gthiemongeand you know the etherpad:16:02
gthiemongehttps://etherpad.opendev.org/p/caracal-ptg-octavia16:02
gthiemongeplease add your topics/anything you want to discuss16:03
tweiningI added the date and meeting room to that etherpad16:03
gthiemongetweining: thanks, I've just added the time ;-)16:05
opendevreviewNguyễn Ngọc Hiếu proposed openstack/octavia master: Fix health monitor information retrieval in API response  https://review.opendev.org/c/openstack/octavia/+/89748616:05
gthiemongeany other announcements? did I miss something?16:05
gthiemonge#topic CI Status16:08
gthiemongewe have had a few issues on stable/2023.2 (new branch with new zuul config...)16:09
gthiemongeeverything seems fine now16:09
gthiemongebut if you notice any issues, ping us here16:10
oschwartack16:10
gthiemonge#topic Brief progress reports / bugs needing review16:10
gthiemonge(we've merged a lot of backports, thanks for the review folks!)16:11
gthiemongeI'm working on some backports related to the failovers, it's a bit tricky because I fixed amphorav2 on master, but I also need to patch amphorav1 on older stable releases16:12
gthiemongeand the huge sqlalchemy2 patches don't help (lot of conflicts :/)16:12
oschwartis there a way to know what patches need to include v1 in their backports?16:14
oschwartor what stable branches need v1 in their patches16:14
johnsomAnything that touches flows or tasks I would suspect16:14
oschwarthmm ok16:15
gthiemongehttps://opendev.org/openstack/octavia/src/branch/stable/2023.1/setup.cfg#L6316:15
gthiemongefor instance 2023.1 has a amphorav1 driver16:15
gthiemongeit doesn't exist in 2023.216:16
gthiemongehttps://opendev.org/openstack/octavia/src/branch/stable/2023.2/setup.cfg#L56-L6216:16
oschwarthmm ok, thanks16:17
oschwartso probably any patch that touches v2 tasks/flows, should have v1 up to 2023.116:17
gthiemongeright16:17
johnsom+116:17
gthiemongeunless they fix a new feature16:18
oschwartgreat16:18
oschwartI found the line that failed this patch check pipeline, thanks gthiemonge and johnsom for assisting with the other issues. It would be nice if you guys can review both the octavia-tempest-plugin patch16:18
gthiemongemaybe I should have written in the patch on master that backports should also update v1 (or maybe I did it)16:18
oschwarthttps://review.opendev.org/c/openstack/octavia-tempest-plugin/+/89306616:18
gthiemongeoschwart: great!16:18
oschwartand the Octavia patch16:18
oschwarthttps://review.opendev.org/c/openstack/octavia/+/89419616:18
johnsomCool, thanks for working on that!16:20
oschwartsure!16:20
oschwartafter these 2, there will be the additional patches that tweining worked on to review16:20
oschwartat least this one https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/88154616:21
oschwarthttps://review.opendev.org/c/openstack/octavia-tempest-plugin/+/88154616:21
oschwartI will rebase it16:21
opendevreviewOmer Schwartz proposed openstack/octavia-tempest-plugin master: Test new HSTS feature  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/88154616:21
tweiningthanks Omer16:22
gthiemonge#topic Open Discussion16:25
gthiemongeanything else guys?16:27
oschwartNothing from me16:27
johnsomI don't have anything16:27
tweiningno16:27
gthiemongeok!16:29
gthiemongethank you folks!16:29
gthiemonge#endmeeting16:29
opendevmeetMeeting ended Wed Oct 11 16:29:30 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:29
opendevmeetMinutes:        https://meetings.opendev.org/meetings/octavia/2023/octavia.2023-10-11-16.00.html16:29
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/octavia/2023/octavia.2023-10-11-16.00.txt16:29
opendevmeetLog:            https://meetings.opendev.org/meetings/octavia/2023/octavia.2023-10-11-16.00.log.html16:29
-opendevstatus- NOTICE: Another short Gerrit outage for updates on review.opendev.org. This update ensures we are using the current versions of all Gerrit plugins.23:46

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