opendevreview | Gregory Thiemonge proposed openstack/octavia stable/2023.1: Retry to set loadbalancer prov status on failures https://review.opendev.org/c/openstack/octavia/+/897777 | 08:06 |
---|---|---|
opendevreview | Gregory Thiemonge proposed openstack/octavia stable/zed: Retry to set loadbalancer prov status on failures https://review.opendev.org/c/openstack/octavia/+/897778 | 08:06 |
opendevreview | Gregory Thiemonge proposed openstack/octavia stable/yoga: Retry to set loadbalancer prov status on failures https://review.opendev.org/c/openstack/octavia/+/897779 | 08:07 |
opendevreview | Gregory Thiemonge proposed openstack/octavia stable/xena: Retry to set loadbalancer prov status on failures https://review.opendev.org/c/openstack/octavia/+/897780 | 08:08 |
opendevreview | Gregory Thiemonge proposed openstack/octavia stable/wallaby: Retry to set loadbalancer prov status on failures https://review.opendev.org/c/openstack/octavia/+/897781 | 08:09 |
opendevreview | Merged openstack/octavia stable/2023.2: Retry to set loadbalancer prov status on failures https://review.opendev.org/c/openstack/octavia/+/897772 | 11:27 |
opendevreview | Merged openstack/octavia master: Fix error when deleting LB with broken amp https://review.opendev.org/c/openstack/octavia/+/896995 | 12:42 |
opendevreview | Merged openstack/octavia master: Fix incorrect masquerade rules in multivip LBs https://review.opendev.org/c/openstack/octavia/+/896996 | 12:54 |
opendevreview | Merged openstack/octavia stable/2023.2: Update TOX_CONSTRAINTS_FILE for stable/2023.2 https://review.opendev.org/c/openstack/octavia/+/895420 | 12:54 |
opendevreview | Merged openstack/octavia stable/zed: fix haproxy_count to display the number of running processes https://review.opendev.org/c/openstack/octavia/+/887920 | 13:01 |
opendevreview | Merged openstack/octavia stable/xena: fix haproxy_count to display the number of running processes https://review.opendev.org/c/openstack/octavia/+/887922 | 13:01 |
opendevreview | Merged openstack/octavia stable/yoga: fix haproxy_count to display the number of running processes https://review.opendev.org/c/openstack/octavia/+/887921 | 13:06 |
opendevreview | Lukas Piwowarski proposed openstack/octavia-tempest-plugin master: [WIP] Add backup member tests https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/897564 | 15:45 |
gthiemonge | #startmeeting Octavia | 16:00 |
opendevmeet | Meeting 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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
opendevmeet | The meeting name has been set to 'octavia' | 16:00 |
gthiemonge | hi folks! | 16:00 |
oschwart | o/ | 16:00 |
johnsom | o/ | 16:00 |
tweining | o/ | 16:00 |
gthiemonge | #topic Announcements | 16:02 |
gthiemonge | just a reminder: | 16:02 |
gthiemonge | * 2024.1 Caracal vPTG | 16:02 |
gthiemonge | October 24th (Tuesday) - 14:00 UTC - 18:00 UTC | 16:02 |
gthiemonge | and you know the etherpad: | 16:02 |
gthiemonge | https://etherpad.opendev.org/p/caracal-ptg-octavia | 16:02 |
gthiemonge | please add your topics/anything you want to discuss | 16:03 |
tweining | I added the date and meeting room to that etherpad | 16:03 |
gthiemonge | tweining: thanks, I've just added the time ;-) | 16:05 |
opendevreview | Nguyễn Ngọc Hiếu proposed openstack/octavia master: Fix health monitor information retrieval in API response https://review.opendev.org/c/openstack/octavia/+/897486 | 16:05 |
gthiemonge | any other announcements? did I miss something? | 16:05 |
gthiemonge | #topic CI Status | 16:08 |
gthiemonge | we have had a few issues on stable/2023.2 (new branch with new zuul config...) | 16:09 |
gthiemonge | everything seems fine now | 16:09 |
gthiemonge | but if you notice any issues, ping us here | 16:10 |
oschwart | ack | 16:10 |
gthiemonge | #topic Brief progress reports / bugs needing review | 16:10 |
gthiemonge | (we've merged a lot of backports, thanks for the review folks!) | 16:11 |
gthiemonge | I'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 releases | 16:12 |
gthiemonge | and the huge sqlalchemy2 patches don't help (lot of conflicts :/) | 16:12 |
oschwart | is there a way to know what patches need to include v1 in their backports? | 16:14 |
oschwart | or what stable branches need v1 in their patches | 16:14 |
johnsom | Anything that touches flows or tasks I would suspect | 16:14 |
oschwart | hmm ok | 16:15 |
gthiemonge | https://opendev.org/openstack/octavia/src/branch/stable/2023.1/setup.cfg#L63 | 16:15 |
gthiemonge | for instance 2023.1 has a amphorav1 driver | 16:15 |
gthiemonge | it doesn't exist in 2023.2 | 16:16 |
gthiemonge | https://opendev.org/openstack/octavia/src/branch/stable/2023.2/setup.cfg#L56-L62 | 16:16 |
oschwart | hmm ok, thanks | 16:17 |
oschwart | so probably any patch that touches v2 tasks/flows, should have v1 up to 2023.1 | 16:17 |
gthiemonge | right | 16:17 |
johnsom | +1 | 16:17 |
gthiemonge | unless they fix a new feature | 16:18 |
oschwart | great | 16:18 |
oschwart | I 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 patch | 16:18 |
gthiemonge | maybe I should have written in the patch on master that backports should also update v1 (or maybe I did it) | 16:18 |
oschwart | https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/893066 | 16:18 |
gthiemonge | oschwart: great! | 16:18 |
oschwart | and the Octavia patch | 16:18 |
oschwart | https://review.opendev.org/c/openstack/octavia/+/894196 | 16:18 |
johnsom | Cool, thanks for working on that! | 16:20 |
oschwart | sure! | 16:20 |
oschwart | after these 2, there will be the additional patches that tweining worked on to review | 16:20 |
oschwart | at least this one https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/881546 | 16:21 |
oschwart | https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/881546 | 16:21 |
oschwart | I will rebase it | 16:21 |
opendevreview | Omer Schwartz proposed openstack/octavia-tempest-plugin master: Test new HSTS feature https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/881546 | 16:21 |
tweining | thanks Omer | 16:22 |
gthiemonge | #topic Open Discussion | 16:25 |
gthiemonge | anything else guys? | 16:27 |
oschwart | Nothing from me | 16:27 |
johnsom | I don't have anything | 16:27 |
tweining | no | 16:27 |
gthiemonge | ok! | 16:29 |
gthiemonge | thank you folks! | 16:29 |
gthiemonge | #endmeeting | 16:29 |
opendevmeet | Meeting ended Wed Oct 11 16:29:30 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:29 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/octavia/2023/octavia.2023-10-11-16.00.html | 16:29 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/octavia/2023/octavia.2023-10-11-16.00.txt | 16:29 |
opendevmeet | Log: https://meetings.opendev.org/meetings/octavia/2023/octavia.2023-10-11-16.00.log.html | 16: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/!