*** jph7 is now known as jph | 01:40 | |
opendevreview | Rico Lin proposed openstack/octavia master: fix: specify endpoint info. for neutron client https://review.opendev.org/c/openstack/octavia/+/905794 | 05:36 |
---|---|---|
skraynev | tweining: got it. thank you | 05:37 |
*** zigo_ is now known as zigo | 09:43 | |
opendevreview | Tom Weininger proposed openstack/octavia-tempest-plugin master: DNM test differen dsvm-noo-api config https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/907309 | 10:47 |
opendevreview | Tom Weininger proposed openstack/octavia-tempest-plugin master: DNM test differen dsvm-noo-api config https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/907309 | 10:51 |
mnasiadka | good morning | 11:55 |
mnasiadka | gthiemonge: would it be possible to get a summary why https://review.opendev.org/c/openstack/octavia-dashboard/+/775561 is w-1 (I know we spoke about this - but maybe some other people would be interested to follow up with the required bits in Octavia) | 11:56 |
gthiemonge | mnasiadka: hi | 11:59 |
gthiemonge | mnasiadka: yeah sure, if we enable this field (provider -- and I guess many people would use it to create ovn-provider LBs) in the octavia-dashboard, there's no way to disable all the features/parameters that are not allowed by the other providers | 12:00 |
mnasiadka | So ideally an API for getting features/parameters per provider | 12:01 |
gthiemonge | mnasiadka: 1. I guess the octavia-dashboard was initially created to follow closely the specs of the amphora driver, and for instance, at most 90% of the params/options are not supported by the ovn-provider | 12:02 |
gthiemonge | right | 12:02 |
gthiemonge | mnasiadka: 2. right now, if we create a ovn-provider LB + a listener with http protocol, the octavia-dashboard displays "cannot create load balancer" and that's it, no explanation, we don't even know why it is denied | 12:02 |
gthiemonge | I opened a launchpad for this 2nd point | 12:03 |
gthiemonge | https://bugs.launchpad.net/octavia/+bug/2013722 | 12:03 |
gthiemonge | I think it needs to be fixed before adding a "provider" select box in the form | 12:03 |
gthiemonge | last important point: we don't want to add provider-specific code in the dashboard | 12:07 |
mnasiadka | +1 on that | 12:08 |
mnasiadka | ok, I'll ask inside the company if we want to work on this, because it's nth time someone is asking | 12:08 |
spatel | johnsom can I shutdown loadbalancer ? | 15:01 |
gthiemonge | #startmeeting Octavia | 16:00 |
opendevmeet | Meeting started Wed Jan 31 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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
opendevmeet | The meeting name has been set to 'octavia' | 16:00 |
tweining | o/ | 16:00 |
gthiemonge | o/ | 16:00 |
johnsom | o/ | 16:01 |
gthiemonge | #topic Announcements | 16:02 |
gthiemonge | * Transition Yoga to Unmaintained | 16:02 |
gthiemonge | yoga will be "unmaintained" soon | 16:02 |
gthiemonge | patches have been proposed to openstack/releases | 16:02 |
gthiemonge | I put CR-1 on the octavia patch because we still have a few backports in gerrit | 16:03 |
gthiemonge | tweining: johnsom: could you take a look? https://review.opendev.org/q/project:openstack/octavia+status:open+branch:stable/yoga | 16:04 |
gthiemonge | I'll propose a final release for yoga when everything is merged, then we will mark it as unmaintained | 16:04 |
tweining | I think I reviewed all reviewable patches on stable branches already | 16:04 |
gthiemonge | thanks | 16:04 |
gthiemonge | this was my only announcement for this meeting | 16:05 |
gthiemonge | do you have anything else folks? | 16:05 |
johnsom | yeah, I will take a look today | 16:05 |
johnsom | I am surprised we have that many patches on yoga..... | 16:06 |
tweining | I have only something for "bugs needing review" today | 16:06 |
tweining | s/bugs/changes/ | 16:07 |
gthiemonge | #topic CI Status | 16:08 |
gthiemonge | a few updates here | 16:08 |
gthiemonge | there are some random issues with the PoolScenarioTest class in octavia-tempest-plugin | 16:08 |
gthiemonge | I think haproxy crashes because it allocates too much memory (there are ~24 listeners with the default maxconn in the same LB) | 16:09 |
gthiemonge | I have a WIP patch, I will un-WIP it soon | 16:09 |
tweining | +1 | 16:09 |
gthiemonge | 2nd issue: random failures in test_tenant_flow_log | 16:09 |
gthiemonge | https://bugs.launchpad.net/octavia/+bug/2051212 | 16:10 |
gthiemonge | that one is weird, it's like the syslog messages are not received, but everyelse works fine (health-manager, etc..) | 16:10 |
gthiemonge | 3rd issue: ipv6-only job is broken | 16:11 |
gthiemonge | it's non voting, so it doesn't block us | 16:11 |
tweining | yeah I noticed that as well | 16:12 |
gthiemonge | it's a new pbl between the octavia devstack plugin and the neutron devstack plugin, I also have a WIP patch but it failed because of the 1st issue :D | 16:12 |
gthiemonge | and that's it for CI status | 16:13 |
gthiemonge | #topic Brief progress reports / bugs needing review | 16:14 |
gthiemonge | tweining: ^ | 16:15 |
tweining | https://review.opendev.org/c/openstack/octavia/+/906769 there have been a request for review for these backports | 16:16 |
johnsom | Still plugging away at the nftables implementation for the SR-IOV ports. I am seeing the interfaces script run twice which is causing duplicate rules to be created in the chain. More work to do | 16:17 |
gthiemonge | right, please note that they are new patches, and the CI doesn't run them | 16:17 |
tweining | https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/893066?forceReload=true I had a look at that failing tempest test, and I made some progress, but on stable branches the tests still fail, and I don't really understand why. | 16:18 |
tweining | I also created https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/907309/2 for testing, but it didn't help | 16:18 |
tweining | it's not super-urgent but it's something that blocks the completion of HSTS, so it would be nice to fix that soon. I'll have another look, but I think I'm running out of ideas. | 16:20 |
gthiemonge | tweining: ping me if you need another pair of eyes | 16:21 |
tweining | thanks | 16:21 |
tweining | I think that's it from my side. | 16:22 |
gthiemonge | I forgot one important topic | 16:23 |
gthiemonge | there are two reported issues regarding the neutron endpoints | 16:23 |
gthiemonge | https://bugs.launchpad.net/octavia/+bug/2049551 | 16:24 |
gthiemonge | https://bugs.launchpad.net/octavia/+bug/2051604 | 16:24 |
gthiemonge | there's a proposed fix for the 1st one, it fixes the use of regions and endpoint_type for neutron, I deployed devstack in multiregion, and the fix works for me | 16:25 |
tweining | that is good news. | 16:26 |
gthiemonge | for the 2nd issue, I think that something is missing in the config, but I don't know why it worked before (I've asked more info about the config) | 16:26 |
gthiemonge | and that's all for this issue with neutron | 16:28 |
gthiemonge | #topic Open Discussion | 16:29 |
gthiemonge | any other topics guys? | 16:31 |
johnsom | Nothing here | 16:33 |
gthiemonge | ack | 16:34 |
gthiemonge | thank you all! have a good week | 16:34 |
gthiemonge | #endmeeting | 16:34 |
opendevmeet | Meeting ended Wed Jan 31 16:34:35 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:34 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/octavia/2024/octavia.2024-01-31-16.00.html | 16:34 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/octavia/2024/octavia.2024-01-31-16.00.txt | 16:34 |
opendevmeet | Log: https://meetings.opendev.org/meetings/octavia/2024/octavia.2024-01-31-16.00.log.html | 16:34 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!