Jump to: navigation, search

Difference between revisions of "Network/Meetings"

(On Demand Agenda)
Line 8: Line 8:
 
** Release countdown - see Thierry's email for more info:
 
** Release countdown - see Thierry's email for more info:
 
*** https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/AJPHUQGBT7BET2CR5Z7MXI7GN4RE7TCB/
 
*** https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/AJPHUQGBT7BET2CR5Z7MXI7GN4RE7TCB/
*** Oslo libraries are entering feature freeze next week, February 15, 2024
+
*** Oslo libraries are in feature freeze as of February 15
*** General libraries (except client libraries) need to have their last feature release before Non-client library freeze (February 22, 2024)
+
*** General libraries (except client libraries) need to have their last feature release this week (February 22, 2024)
 
*** Client libraries (think python-*client libraries) need to have their last feature release before Client library freeze (February 29, 2024)
 
*** Client libraries (think python-*client libraries) need to have their last feature release before Client library freeze (February 29, 2024)
 
** Feb 26th-Mar 1st is C-3 milestone / feature freeze / requirements freeze
 
** Feb 26th-Mar 1st is C-3 milestone / feature freeze / requirements freeze
Line 41: Line 41:
  
 
=== Bugs and Gate issues ===
 
=== Bugs and Gate issues ===
* Report from ralonsoh:
+
* Report from rubasov:
** https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/4IU5JHBWEJDAARMY5Z7QX2FZX3RSHHO5/
+
** https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/ID6BUMR7XCGQQ6LPNLGYGPHCJAFYWJ5I/
  
 
* Bugs without assignee or to be commented:
 
* Bugs without assignee or to be commented:
** https://bugs.launchpad.net/neutron/+bug/2052821
+
** https://bugs.launchpad.net/neutron/+bug/2053274
*** [OVN] Pin a Logical_Router to a chassis when the external network is tunnelled
+
*** [ovn] mtu for metadata veth interface is not set
*** https://review.opendev.org/c/openstack/neutron/+/908325
 
*** ralonsoh - are you working on this?
 
** https://bugs.launchpad.net/neutron/+bug/2052681
 
*** Many stale neutron-keepalived-state-change processes left after upgrade to native pyroute2 state-change
 
*** Needs owner
 
** https://bugs.launchpad.net/neutron/+bug/2052508
 
*** [doc][troubleshooting] how to enable ovs vswitchd debug logs
 
*** https://review.opendev.org/c/openstack/neutron/+/907037
 
*** ykarel: can we assign to you?
 
  
* This week rubasov is the bug deputy, next week will be lucasgomes
+
* This week lucasgomes is the bug deputy, next week will be jlibosva
  
* Current bug count this week: 770, up 11 from last week
+
* Current bug count this week: 745, down 25 from last week
 
** [https://bugs.launchpad.net/neutron/?field.searchtext=&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on All neutron bugs]
 
** [https://bugs.launchpad.net/neutron/?field.searchtext=&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on All neutron bugs]
  
Line 76: Line 67:
 
|-
 
|-
 
! Date !! who !! note
 
! Date !! who !! note
|-
 
| 2024-2-12 || Bence Romsics (rubasov) ||
 
 
|-
 
|-
 
| 2024-2-19 || Lucas Alvares Gomes (lucasgomes) ||
 
| 2024-2-19 || Lucas Alvares Gomes (lucasgomes) ||
Line 106: Line 95:
 
|-
 
|-
 
| 2024-5-20 || Rodolfo Alonso Hernandez (ralonsoh) ||
 
| 2024-5-20 || Rodolfo Alonso Hernandez (ralonsoh) ||
 +
|-
 +
| 2024-5-27 || Bence Romsics (rubasov) ||
 
|}
 
|}
  
Line 148: Line 139:
  
 
We can only pick one or two topics we can talk in the time left of the meeting. People should add ideas to the topics section. We will select one or two topics we can chew during the next meeting. Please follow the template below:
 
We can only pick one or two topics we can talk in the time left of the meeting. People should add ideas to the topics section. We will select one or two topics we can chew during the next meeting. Please follow the template below:
* Week of February 29th
+
* Week of February 19th
 
** (ralonsoh) https://review.opendev.org/c/openstack/neutron-lib/+/903971: this patch (and https://review.opendev.org/c/openstack/neutron-lib/+/898828 already released) is incorrectly implementing an extension that is adding new elements to a list. If merged as is now, if the neutron-lib library is bumped without adding this new extension to Neutron, the VPN_SUPPORTED_ENCRYPTION_ALGORITHMS list will contain new elements without being advertised with a new API extension.
 
** (ralonsoh) https://review.opendev.org/c/openstack/neutron-lib/+/903971: this patch (and https://review.opendev.org/c/openstack/neutron-lib/+/898828 already released) is incorrectly implementing an extension that is adding new elements to a list. If merged as is now, if the neutron-lib library is bumped without adding this new extension to Neutron, the VPN_SUPPORTED_ENCRYPTION_ALGORITHMS list will contain new elements without being advertised with a new API extension.
 
*** How to proceed: wrong (and straightforward) as with the first released commit? Or creating a proper API extension, two different lists and the proper parameter update?
 
*** How to proceed: wrong (and straightforward) as with the first released commit? Or creating a proper API extension, two different lists and the proper parameter update?

Revision as of 15:14, 20 February 2024

The OpenStack Networking Team (Neutron) holds public meetings as advertised on OpenStack IRC Meetings Calendar. If you are unable to attend, please check the most recent logs.

Ping list: bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, amotoki

Announcements / Reminders

  • Xena, Wallaby, Victoria will transition to Unmaintained as well

Bugs and Gate issues

  • This week lucasgomes is the bug deputy, next week will be jlibosva

Bug deputy

You can find more information about what the role is here: https://docs.openstack.org/neutron/latest/contributor/policies/bugs.html#neutron-bug-deputy. During the Denver PTG we made the decision to institute a fixed rotation for the the bugs deputy role. The currently scheduled rotation is the following:

Date who note
2024-2-19 Lucas Alvares Gomes (lucasgomes)
2024-2-26 Jakub Libosvar (jlibosva)
2024-3-4 Oleg Bondarev (obondarev)
2024-3-11 Mamatisa Nurmatov (isabek)
2024-3-18 Lajos Katona (lajoskatona)
2024-3-25 Yatin Karel (ykarel)
2024-4-1 Miro Tomaska (mtomaska)
2024-4-8 Bernard Cafarelli (bcafarel)
2024-4-15 Elvira García Ruiz (elvira)
2024-4-22 Slawek Kaplonski (slaweq)
2024-4-29 Brian Haley (haleyb)
2024-5-6 Akihiro Motoki (amotoki)
2024-5-13 Miguel Lavalle (mlavalle)
2024-5-20 Rodolfo Alonso Hernandez (ralonsoh)
2024-5-27 Bence Romsics (rubasov)

In preparation for their duty week, deputies are encouraged to review the Neutron bugs policy: https://docs.openstack.org/neutron/latest/contributor/policies/bugs.html

ryu os-ken

  • New patches in ryu:

Specs

Community Goals

Neutron-lib, planned refactoring and other impacts

  • (nothing)

On Demand Agenda

We can only pick one or two topics we can talk in the time left of the meeting. People should add ideas to the topics section. We will select one or two topics we can chew during the next meeting. Please follow the template below:

Previous meeting logs