Thursday, 2026-07-02

opendevreviewTerry Wilson proposed openstack/ovsdbapp master: Add TCP and SSL support to venv  https://review.opendev.org/c/openstack/ovsdbapp/+/99577503:23
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: [multi-node-setup] Adapt to br-infra linux bridge  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99577807:12
opendevreviewyatin proposed openstack/neutron master: [DNM] Check zuul jobs migration patch  https://review.opendev.org/c/openstack/neutron/+/99525207:17
ralonsohHi folks, please check https://review.opendev.org/c/openstack/neutron/+/995443. This is fixing the issue with the RPC workers and the OVN IDLs.07:49
ralonsohI've deployed an env with a DHCP agent (just to make use of the RPC communication)07:49
ralonsohwe no longer have the exception messages and the RPC server works fine07:49
ykarel_ralonsoh, can you also address takashi's comment on the patch triggered the issue as in last meeting you also mentioned an option for the revert07:53
*** ykarel_ is now known as ykarel07:53
Mike--hi all, I am trying to wrap my head around all the openvswitch bridge names and use cases. Now I see br-infra drop by above. Is there a write-up of well-known bridge names / use-cases ?07:55
ralonsohykarel, sorry what comment?07:58
ykarelralonsoh, there is a comment on the patch which dropped api_workers config07:59
ykarelwrt mod_wsgi and uwsgi07:59
opendevreviewMerged openstack/neutron-lib master: Add is_filter to PVLAN attributes  https://review.opendev.org/c/openstack/neutron-lib/+/99571008:00
ykarelMike--, the above br-infra is used in CI to setup connectivity across nodes in multinode jobs, the bridge name can be choosen as needed08:00
ykarelwithin bridge name constraints08:01
ralonsohykarel, ahh yes, this is "another beast"08:01
ykarelin OVN atleast both external, internal bridge names are configurable08:01
ralonsohthis is an RFE I want to log in Lauchpad and I have a first commit08:01
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/99566608:01
ralonsohSo the goal is to be able to run with uwsgi or mod_wsgi08:02
ykarelcan also comment that in another patch as well to close the gap08:02
ralonsohright now, we only support uwsgi. This first patch wants to revert the dependency on the uwsgi module08:02
ralonsohperfect, I'll do it right now08:02
ykarel+1 to have both08:02
ykarelas internally we may have to choose mod_wsgi for 1908:03
Mike--ykarel: I see. that br-infra is the br-ext or br-int in that case?08:03
Mike--or is it some other provider level thing?08:03
ykarelMike--, it's none br-ext/br-int, it's provider level 08:04
ykarelbr-ex is connected with br-infra via patch ports to link them08:04
Mike--right, I expected as much. Will read that multi-node-setup intensively to see if that helps me understand the options. If you have (openstack sourced) documentation I might have missed around this that would be handy.08:06
Mike--I did read the OVN specific neutron docs08:06
ykarelmostly that /me aware is in https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/multi-node-bridge/README.rst for general and https://github.com/openstack/neutron-tempest-plugin/commit/f31e3ee50c8f13452c1ee9eda5fd088e60e6d7e1 commit message explain intention for multi-node-setup role08:19
Mike--thnx08:27
ralonsohbcafarel, hello! if you have a couple of mins: https://review.opendev.org/q/topic:%22bug/2158118%2208:36
ralonsohthanks!08:36
ralonsohhi folks, some config updates, providing limits to the variables: https://review.opendev.org/q/topic:%22neutron_conf_limits%2208:37
ralonsoh^^ these are not changing any functionality but capping the user input08:37
opendevreviewRodolfo Alonso proposed openstack/neutron master: ft: Close metadata proxy server socket on garbage collection  https://review.opendev.org/c/openstack/neutron/+/99566008:55
rubasovhi ovn folks: I realized this bug happened with ovn (which I'm not familiar with), so may I ask somebody to take it instead of me? https://bugs.launchpad.net/neutron/+bug/2158258 09:20
ralonsohrubasov, I'll take it, no problem09:43
rubasovralonsoh: thank you09:43
opendevreviewElod Illes proposed openstack/networking-bgpvpn stable/2025.2: WIP: [CI][stable-only] Fix tox-py312 job  https://review.opendev.org/c/openstack/networking-bgpvpn/+/98828109:47
opendevreviewyatin proposed openstack/neutron master: [DNM] Check zuul jobs migration patch  https://review.opendev.org/c/openstack/neutron/+/99525210:12
opendevreviewRodolfo Alonso proposed openstack/neutron master: ovn: Advertise metadata IPv6 route via RA Route Information Option  https://review.opendev.org/c/openstack/neutron/+/99579610:20
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Add mod_wsgi support for API worker election and identification  https://review.opendev.org/c/openstack/neutron/+/99566610:36
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Add mod_wsgi support to ``get_api_worker_count()``  https://review.opendev.org/c/openstack/neutron/+/99580011:00
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Start time  https://review.opendev.org/c/openstack/neutron/+/99580211:18
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Add mod_wsgi support for API worker election and identification  https://review.opendev.org/c/openstack/neutron/+/99566611:24
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Add mod_wsgi support to ``get_api_worker_count()``  https://review.opendev.org/c/openstack/neutron/+/99580011:24
opendevreviewyatin proposed openstack/neutron master: [DNM] Check zuul jobs migration patch  https://review.opendev.org/c/openstack/neutron/+/99525211:35
opendevreviewElod Illes proposed openstack/networking-bgpvpn stable/2025.2: WIP: [CI][stable-only] Fix tox-py312 job  https://review.opendev.org/c/openstack/networking-bgpvpn/+/98828113:08
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Add mod_wsgi support for API worker election and identification  https://review.opendev.org/c/openstack/neutron/+/99566613:42
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: [multi-node-setup] Adapt to br-infra linux bridge  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99577813:58
opendevreviewyatin proposed openstack/neutron master: [DNM] Check zuul jobs migration patch  https://review.opendev.org/c/openstack/neutron/+/99525214:02
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Add mod_wsgi support to ``get_api_worker_count()``  https://review.opendev.org/c/openstack/neutron/+/99580014:08
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == wsgi: Make ``get_start_time()`` server-agnostic  https://review.opendev.org/c/openstack/neutron/+/99580214:08
bcafarelralonsoh: backports reviewed (sorry busy in meetings so only catching up now)14:43
ralonsohthanks!15:03
opendevreviewyatin proposed openstack/neutron master: [DNM] Check zuul jobs migration patch  https://review.opendev.org/c/openstack/neutron/+/99525217:24
opendevreviewMiguel Lavalle proposed openstack/neutron master: [OVN] Agent extension for segment bridges  https://review.opendev.org/c/openstack/neutron/+/98201823:15
*** zseguin_ is now known as zseguin23:53

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