Wednesday, 2024-05-22

opendevreviewMichael Johnson proposed openstack/octavia master: Add support for SR-IOV member ports  https://review.opendev.org/c/openstack/octavia/+/92015600:13
opendevreviewMerged openstack/octavia-lib master: reno: Update master for unmaintained/zed  https://review.opendev.org/c/openstack/octavia-lib/+/91764500:31
johnsomI love gate runs where the tests passed just before the git review, but fail in the gates....15:21
tweiningit seems there are a few of those https://review.opendev.org/q/(projects:openstack/octavia+OR+project:openstack/python-octaviaclient)+status:open+label:Code-Review%253D%252B2%252Ccount%253E%253D2+-age:30d15:23
johnsomWell, it looks like the depends-on for the octavia-lib didn't work15:23
johnsomAt least on mine15:23
tweiningokay, at least one of the patches in the list seems to be dependent on https://review.opendev.org/c/openstack/octavia/+/919572 which removes the failing grenade job on stable/2023.115:26
opendevreviewTakashi Kajinami proposed openstack/octavia-lib master: Use the common octavia queue  https://review.opendev.org/c/openstack/octavia-lib/+/92018915:28
tkajinam^^^ johnsom this is probably what you want ?15:28
johnsomHmm, interesting, thanks tkajinam15:30
opendevreviewGregory Thiemonge proposed openstack/octavia stable/2023.1: Fix example policy file system-reader role  https://review.opendev.org/c/openstack/octavia/+/92013515:39
opendevreviewMerged openstack/octavia-lib master: Use the common octavia queue  https://review.opendev.org/c/openstack/octavia-lib/+/92018915:54
gthiemonge#startmeeting Octavia16:00
opendevmeetMeeting started Wed May 22 16:00:32 2024 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
gthiemongeHey16:00
johnsomo/16:00
tweiningo/16:00
gthiemonge#topic Announcements16:01
gthiemongewell.. no announcement from me this week16:02
gthiemongedo you have anything guys?16:02
tweiningno16:02
johnsomnope16:03
gthiemonge#topic CI Status16:04
gthiemongeI heard that we're having some issues on the stable branches, right?16:04
gthiemongeor is it simply a question of rechecks?16:05
tweining2023.1 is still blocked because of the failing grenade job, but you created https://review.opendev.org/c/openstack/octavia/+/919572 already16:05
gthiemongeok I guess that johnsom can unblock it ^16:05
johnsomDone16:06
gthiemongethanks16:06
gthiemonge#topic Brief progress reports / bugs needing review16:08
tweininghttps://bugs.launchpad.net/octavia/+bug/2065798 I worked on a fix for this new bug that prevents configuration of ciphers for TLS 1.3 in amphorae16:09
tweininghttps://review.opendev.org/c/openstack/octavia/+/919846 this is the fix16:09
gthiemongetweining: cool16:10
gthiemongeI worked on a change for the keystone_default_roles in octavia-tempest-plugin16:10
johnsomI pushed up the first draft of the SR-IOV for member ports. I still have work to do on that patch, so ignore it.16:10
gthiemongehttps://review.opendev.org/c/openstack/octavia-tempest-plugin/+/91978916:10
johnsomLots of test work to do there. Next is the nftables patch. I am splitting them like I did for the VIP16:11
gthiemongewhen enabling keystone_default_roles, tempest assigns the (default) load-balancer_* roles to the dynamic users, but these roles may not exist (because they are useless) in this RBAC mode16:11
gthiemongethe commit depends on https://review.opendev.org/c/openstack/octavia/+/91977016:11
gthiemongebut the depends-on is only for testing, I'll remove it16:11
johnsomYeah, I think the tripleo override relied on them, but that is history now16:12
tweininghttps://review.opendev.org/c/openstack/octavia/+/920097 this patch makes "git blame" ignore the commits that only contain pyupgrade changes16:13
gthiemongewe can also set the member/admin/..._role to member/admin/reader in the settings, but IMHO it's redundant16:13
tweiningI don't want to be blamed for code I did not write ;)16:14
tweininghttps://review.opendev.org/c/openstack/octavia/+/900156 once this f-string conversion change is merged I will add that revision to this ignore list as well16:14
tweiningbecause that change touches lots of code the risk for merge conflicts is high. For that reason, I suggest we integrate this one ASAP. It looks huge because it touches lots of files, but it isn't that large actually.16:15
tweininghttps://review.opendev.org/q/topic:%22mypy%22+repo:openstack/octavia thanks gthiemonge for reviewing my typing/mypy patches. I will not self-approve these patches because I did those modifications by hand. (the pyupgrade patches were generated)16:17
johnsomYeah, conflict magnet, I will review this morning16:17
tweiningthanks16:17
gthiemonge#topic Open Discussion16:20
tweiningnothing else from me, I think16:22
gthiemongeok!16:23
gthiemongethen, thank you folks!16:23
gthiemonge#endmeeting16:23
opendevmeetMeeting ended Wed May 22 16:23:20 2024 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:23
opendevmeetMinutes:        https://meetings.opendev.org/meetings/octavia/2024/octavia.2024-05-22-16.00.html16:23
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/octavia/2024/octavia.2024-05-22-16.00.txt16:23
opendevmeetLog:            https://meetings.opendev.org/meetings/octavia/2024/octavia.2024-05-22-16.00.log.html16:23
-opendevstatus- NOTICE: There will be a short Gerrit outage while we update to the latest 3.8 release in preparation for next weeks 3.9 upgrade.17:01
opendevreviewTom Weininger proposed openstack/octavia master: Fix cipher configuration for TLSv1.3  https://review.opendev.org/c/openstack/octavia/+/91984617:06
opendevreviewTom Weininger proposed openstack/octavia master: Add pytest testenv to tox.ini  https://review.opendev.org/c/openstack/octavia/+/88173917:06
opendevreviewTom Weininger proposed openstack/octavia master: Make tests work with pytest runner  https://review.opendev.org/c/openstack/octavia/+/88180517:06
opendevreviewMerged openstack/octavia master: Fix test_prometheus_proxy.test_main  https://review.opendev.org/c/openstack/octavia/+/91799618:21
opendevreviewMerged openstack/octavia stable/2023.1: Remove grenade jobs [stable/2023.1]  https://review.opendev.org/c/openstack/octavia/+/91957218:21
opendevreviewMerged openstack/octavia stable/2024.1: Removing tips jobs on stable/2024.1  https://review.opendev.org/c/openstack/octavia/+/91804620:15
opendevreviewMerged openstack/octavia master: Fix incorrect filtering when using bool attrs  https://review.opendev.org/c/openstack/octavia/+/90308120:28

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