opendevreview | Michael Johnson proposed openstack/octavia stable/2025.1: Add an octavia-wsgi compatibility script https://review.opendev.org/c/openstack/octavia/+/948900 | 00:45 |
---|---|---|
opendevreview | Michael Johnson proposed openstack/octavia stable/2025.1: Add an octavia-wsgi compatibility script https://review.opendev.org/c/openstack/octavia/+/948900 | 00:50 |
opendevreview | Michael Johnson proposed openstack/octavia stable/2025.1: Mark barbican job non-voting as the job is broken https://review.opendev.org/c/openstack/octavia/+/948980 | 05:32 |
opendevreview | Michael Johnson proposed openstack/octavia stable/2025.1: Add an octavia-wsgi compatibility script https://review.opendev.org/c/openstack/octavia/+/948900 | 05:32 |
opendevreview | Takashi Kajinami proposed openstack/python-octaviaclient master: osc: Use FormattableColumn for formatter https://review.opendev.org/c/openstack/python-octaviaclient/+/948981 | 05:53 |
tobias-urdin | gthiemonge: can you review https://review.opendev.org/c/openstack/octavia/+/942885 when you have some time available, needs another +2, thx! | 07:18 |
manojacloud | Hi Team, Can someone please review this patch https://review.opendev.org/c/openstack/octavia/+/948859 | 07:35 |
tkajinam | fyi octaviaclient is not compatible with the latest osc-lib due to its usage of deprecated formatter functions and https://review.opendev.org/c/openstack/python-octaviaclient/+/948981 fixes the incompatibility | 09:09 |
gthiemonge | tkajinam: thanks! | 09:19 |
opendevreview | Merged openstack/octavia master: Support rotating server_certs_key_passphrase key https://review.opendev.org/c/openstack/octavia/+/942885 | 11:17 |
opendevreview | Michael Johnson proposed openstack/octavia stable/2025.1: Add an octavia-wsgi compatibility script https://review.opendev.org/c/openstack/octavia/+/948900 | 15:30 |
johnsom | #startmeeting Octavia | 16:00 |
opendevmeet | Meeting started Wed May 7 16:00:06 2025 UTC and is due to finish in 60 minutes. The chair is johnsom. 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 |
johnsom | Hi everyone | 16:00 |
gthiemonge | o/ | 16:00 |
danfai | o/ | 16:00 |
johnsom | I don't think I have any announcements this week, does anyone else? | 16:00 |
johnsom | #topic CI Status | 16:01 |
johnsom | Ok, I will jump into the hot topic of the week.... | 16:01 |
johnsom | So, setuptools made some changes that impacted PBR and caused the "wsgi_scripts" section of setup.cfg to no longer work and the wsgi script to no longer generate automatically. | 16:02 |
johnsom | There were some reverts with hopes that 80.3 setuptools work get things working again, but they don't seem to have worked fully. So I posted some patches yesterday for the stable branches to simply statically include the script. This is a workaround to get the gates going again. | 16:03 |
johnsom | On master, we have switched from using a wsgi script to calling a module directly, so this is not an issue on the master branch. | 16:04 |
johnsom | This issue has impacted a bunch of projects, so there are still some gate issues around, particularly for us barbican is broken | 16:04 |
johnsom | Anyway, long story short, once this patch merges, our gates should be functioning again: | 16:05 |
johnsom | #link https://review.opendev.org/c/openstack/octavia/+/948900 | 16:05 |
gthiemonge | it's good to have you johnsom ;-) | 16:05 |
johnsom | This has taken a lot longer to sort out than I had hoped for sure. sigh | 16:06 |
gthiemonge | i ve another topic for CI status | 16:06 |
johnsom | Go for it | 16:07 |
gthiemonge | python-octaviaclient unit tests are broken due to the removal of a function that was deprecated 8 years ago (!?) | 16:07 |
gthiemonge | takashi has proposed a patch | 16:07 |
johnsom | An aside, the good news is we had good collaboration with the openinfra, nova, and neutron teams on this | 16:07 |
gthiemonge | https://review.opendev.org/c/openstack/python-octaviaclient/+/948981 | 16:07 |
gthiemonge | and someone reported it today | 16:08 |
gthiemonge | https://bugs.launchpad.net/octavia/+bug/2110126 | 16:08 |
johnsom | Yeah, I saw that this morning. I was not aware of this deprecation.... | 16:08 |
gthiemonge | the patch seems to work for them | 16:08 |
gthiemonge | but I think I'll test all the impacted commands | 16:08 |
johnsom | Yeah, I will test today as well | 16:09 |
gthiemonge | yeah i think we should have seen a warning message because of the deprecation | 16:09 |
johnsom | Yeah, I'm not sure why we didn't | 16:10 |
gthiemonge | anyways, I'll check the output before and after the patch | 16:10 |
johnsom | Thanks! | 16:10 |
johnsom | Any other CI questions/comments? | 16:11 |
danfai | I had a look at the pad octavia-priority-reviews. From what I can see some just seem to need another zuul run, locally tox runs fine and seems to have had dependency issues at the time. | 16:11 |
danfai | e.g. #link https://review.opendev.org/c/openstack/octavia/+/915283 | 16:11 |
danfai | What would be the common procedure for this to trigger a new zuul run? I might have some spare cycles to tackle some lower hanging fruits like this, if it is just to get zuul working | 16:12 |
johnsom | That very well could be the case. Feel free to rebase or recheck those. | 16:12 |
johnsom | To re-run zuul, you add a comment that starts with "recheck" and then on the next line put in the reason you are rechecking (the community doesn't like blind rechecks as it wastes nodes) | 16:13 |
gthiemonge | if you recheck, please always add a reason (no bare "recheck"), "recheck getting new logs" is fine if the previous results are not available | 16:13 |
johnsom | danfai Thank you for the help! | 16:14 |
danfai | ack, will have a look. So this would be rebase + git review with a new commit message haveing recheck? | 16:14 |
johnsom | Not the commit message, just a comment on the patch | 16:14 |
danfai | ok, thanks | 16:14 |
johnsom | For the rebase, there is a rebase button on gerrit that makes it easy | 16:15 |
johnsom | Feel free to ping me if you have questions or get stuck, I am happy to help | 16:16 |
danfai | thanks, I will give it a try and come back if needed | 16:17 |
johnsom | #topic Brief progress reports / bugs needing review | 16:17 |
johnsom | I have been mostly consumed tracking down all of the issues/fixes/workarounds for this setup tools thing. | 16:17 |
johnsom | I did post a patch to update the default TLS ciphers based on the new recommendations (a bug was submitted). | 16:18 |
johnsom | #link https://review.opendev.org/c/openstack/octavia/+/948674?usp=search | 16:18 |
johnsom | This list is expected to change over time and the deployer can override it in the config file if they need to. | 16:18 |
gthiemonge | I did some reviews | 16:19 |
gthiemonge | nothing really interesting (still working on downstream stuff here) | 16:20 |
johnsom | Going forward, we have had a flood of patches come in, so I see some quality review time in my near future | 16:20 |
danfai | There is a spec for project flavor quota. Happy to get comments: | 16:20 |
danfai | #link https://review.opendev.org/c/openstack/octavia/+/948193 | 16:20 |
johnsom | Yeah, that is one, thank you! | 16:20 |
danfai | Otherwise reading through the 4 specs regarding active/active and trying to include the feedback from the ptg. Contacte gthiemonge as well to maybe have a session to discuss again | 16:21 |
johnsom | Sounds good, there is a lot of interest there | 16:21 |
gthiemonge | yeah, I'll be traveling next week and I plan to discuss this topic with our BGP experts | 16:22 |
johnsom | #topic Open Discussion | 16:22 |
johnsom | Any other topics this week? | 16:22 |
johnsom | gthiemonge Safe travels! | 16:23 |
gthiemonge | thanks! | 16:23 |
gthiemonge | nothing from me | 16:23 |
danfai | no other topics from me | 16:23 |
johnsom | Ok, thank you all! Have a good week | 16:23 |
johnsom | #endmeeting | 16:23 |
opendevmeet | Meeting ended Wed May 7 16:23:58 2025 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:23 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/octavia/2025/octavia.2025-05-07-16.00.html | 16:23 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/octavia/2025/octavia.2025-05-07-16.00.txt | 16:23 |
opendevmeet | Log: https://meetings.opendev.org/meetings/octavia/2025/octavia.2025-05-07-16.00.log.html | 16:23 |
danfai | thank you, see you around | 16:24 |
opendevreview | Michael Johnson proposed openstack/octavia stable/2025.1: Add an octavia-wsgi compatibility script https://review.opendev.org/c/openstack/octavia/+/948900 | 19:40 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!