Jump to: navigation, search

Difference between revisions of "Network/Meetings"

(Blueprints)
(Bugs and Gate issues)
(184 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
=== Announcements / Reminders ===
 
=== Announcements / Reminders ===
  
* Welcome Lajos in core reviewers team!
+
* Wallaby cycle calendar https://releases.openstack.org/wallaby/schedule.html
* according to https://releases.openstack.org/ussuri/schedule.html next important dates are:
+
** First milestone is next week,
** Final release for non-client libraries - week of March 30th,
+
** Please focus on reviewing opened specs - https://review.opendev.org/q/project:openstack/neutron-specs+status:open
** Ussuri-3 (feature freeze) - week of April 6th
+
* Gerrit migration done - http://lists.opendev.org/pipermail/service-announce/2020-November/000014.html
** also, according to https://governance.openstack.org/election/ PTL nomination period starts on Mar 24th (next week)
+
* Virtual PTG summary http://kaplonski.pl/blog/virtual_ptg_october_2020_summary/
* Victoria PTG planning etherpad: https://etherpad.openstack.org/p/neutron-victoria-ptg
 
* Shanghai PTG summary: http://lists.openstack.org/pipermail/openstack-discuss/2019-November/010702.html and also on http://kaplonski.pl/blog/shanghai_ptg_summary/ (with photos from team dinner)
 
  
 
=== Blueprints ===
 
=== Blueprints ===
  
 +
Blueprints which we should include in Wallaby milestones:
  
Blueprints which we should include in Ussuri milestones:
+
* Wallaby-1 https://bugs.launchpad.net/neutron/+milestone/wallaby-1
* Blueprints for Ussuri-3: https://launchpad.net/neutron/+milestone/ussuri-3
+
** https://blueprints.launchpad.net/neutron/+spec/enginefacade-switch
** https://blueprints.launchpad.net/neutron/+spec/neutron-ovn-merge - Convergence of ML2+OVS+DVR and OVN
+
*** Patches: https://review.opendev.org/#/q/status:open+topic:bp/enginefacade-switch
*** Lat missing patch https://review.opendev.org/#/c/711317/ and we should be good with this BP
+
** https://blueprints.launchpad.net/neutron/+spec/address-groups-in-sg-rules
** https://blueprints.launchpad.net/neutron/+spec/tagging-on-post - almost done, only SDK/OSC part is todo
+
*** Patches https://review.opendev.org/#/q/topic:bp/address-groups-in-sg-rules
** https://bugs.launchpad.net/neutron/+bug/1841067 - [RFE] SR-IOV agent depends on mac addresses for getting bound ports
+
** https://blueprints.launchpad.net/neutron/+spec/default-dns-zone-per-tenant
*** according to last comment, it will not be done in this cycle
+
*** Neutron patch https://review.opendev.org/#/c/686343/
** https://blueprints.launchpad.net/neutron/+spec/fip-pf-description - almost done, only SDK and OSC part left todo
+
*** neutron-tempest-plugin test https://review.opendev.org/#/c/733994/
*** Bug which I found is fixed now, SDK patch should be good to go IMO,
+
** https://blueprints.launchpad.net/neutron/+spec/nftables-migration
** https://blueprints.launchpad.net/neutron/+spec/secgroups-custom-ethertypes - API Support for Managing Custom Ethertypes
+
** https://bugs.launchpad.net/neutron/+bug/1863113
** https://blueprints.launchpad.net/neutron/+spec/enginefacade-switch - there is this "check patch" https://review.opendev.org/#/c/545501/
+
** https://bugs.launchpad.net/neutron/+bug/1882804
*** I sent few small patches related to it recently...
+
*** Patch: https://review.opendev.org/#/c/756892/
** https://blueprints.launchpad.net/neutron/+spec/metadata-over-ipv6
+
*** Tempest test https://review.opendev.org/#/c/743695/
*** Thread with cloud-init community https://lists.launchpad.net/cloud-init/msg00247.html
+
** https://bugs.launchpad.net/neutron/+bug/1863113 - George framework
** https://blueprints.launchpad.net/neutron/+spec/rbac-address-scope-and-subnet-pools
+
*** patches https://review.opendev.org/#/q/topic:george+(status:open+OR+status:merged) - all ready for review now
* Removed target milestone:
+
** https://bugs.launchpad.net/neutron/+bug/1882804 - allow replacing the QoS policy of bound port
 +
*** Patches: https://review.opendev.org/#/q/topic:bug/1882804+(status:open+OR+status:merged)
 +
 
 +
* Additional question
 +
** Please review https://review.opendev.org/#/c/742785/
 +
 
 +
* Moved to neutron-next:
 
** https://blueprints.launchpad.net/neutron/+spec/evacuate-agent-resources
 
** https://blueprints.launchpad.net/neutron/+spec/evacuate-agent-resources
** https://blueprints.launchpad.net/neutron/+spec/multiple-segment-per-network-per-host - spec is here: https://review.opendev.org/#/c/657170
+
** https://blueprints.launchpad.net/neutron/+spec/secgroups-custom-ethertypes
** https://blueprints.launchpad.net/neutron/+spec/default-dns-zone-per-tenant
+
** https://blueprints.launchpad.net/neutron/+spec/sg-sharing-as-readonly
** https://blueprints.launchpad.net/neutron/+spec/neutron-classifier-neutron-qos
 
  
 
=== Community Goals ===
 
=== Community Goals ===
Line 40: Line 44:
 
This slot is to used to track the progress of the community goals.
 
This slot is to used to track the progress of the community goals.
 
https://governance.openstack.org/tc/goals/index.html#release-cycles
 
https://governance.openstack.org/tc/goals/index.html#release-cycles
 +
 +
* Migrate from oslo.rootwrap to oslo.privsep (ralonsoh)
 +
** https://governance.openstack.org/tc/goals/selected/wallaby/migrate-to-privsep.html
 +
** tracking progress: https://etherpad.opendev.org/p/neutron-migration-to-privsep
 +
 +
* Migrate RBAC Policy Format from JSON to YAML (amotoki)
  
 
* Support IPv6-Only Deployments (slaweq)
 
* Support IPv6-Only Deployments (slaweq)
Line 49: Line 59:
 
*** I just rebased neutron-tempest-plugin patch https://review.opendev.org/686043 and will try to continue work on it,
 
*** I just rebased neutron-tempest-plugin patch https://review.opendev.org/686043 and will try to continue work on it,
  
* Project Specific PTL and Contributor Documentation - DONE
+
=== Bugs and Gate issues ===
** https://governance.openstack.org/tc/goals/proposed/project-ptl-and-contrib-docs.html
 
** patch https://review.opendev.org/#/c/707486/ merged
 
 
 
* Drop Python 2.7 Support (njohnston) - DONE
 
** https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
 
** Etherpad: https://etherpad.openstack.org/p/neutron-train-zuulv3-py27drop
 
  
=== Bugs and Gate issues ===
+
jlibosva was on bug deputy.
  
rubasov was on bug deputy. Summary http://lists.openstack.org/pipermail/openstack-discuss/2020-March/013177.html
+
Bugs which needs attention:
  
I would like to ask routed networks experts to check and triage RFE: https://bugs.launchpad.net/neutron/+bug/1865889
 
  
 
More discussion on this topic takes place during the Neutron CI meeting: https://wiki.openstack.org/wiki/Meetings/NeutronCI
 
More discussion on this topic takes place during the Neutron CI meeting: https://wiki.openstack.org/wiki/Meetings/NeutronCI
Line 81: Line 84:
 
! Date !! who !! note
 
! Date !! who !! note
 
|-
 
|-
| March-9-2020 || Bernard Cafarelli (bcafarel) ||
+
| Aug-31-2020 || Bernard Cafarelli (bcafarel) ||
 +
|-
 +
| Sep-7-2020 || Slawek Kaplonski (slaweq) ||
 +
|-
 +
| Sep-14-2020 || Hongbin Lu (hongbin) ||
 +
|-
 +
| Sep-21-2020 || Brian Haley (haleyb)  ||
 +
|-
 +
| Sep-28-2020 || Lajos Katona (lajoskatona) ||
 +
|-
 +
| Oct-5-2020 || Nate Johnston (njohnston)  ||
 +
|-
 +
| Oct-12-2020 || Akihiro Motoki (amotoki) ||
 +
|-
 +
| Oct-19-2020 || Miguel Lavalle (mlavalle)  ||
 +
|-
 +
| Oct-26-2020 || Bence Romsics (rubasov) ||
 
|-
 
|-
| March-16-2020 || Slawek Kaplonski (slaweq) ||
+
| Nov-2-2020 || Rodolfo Alonso Hernandez (ralonsoh) ||
 +
|-
 +
| Nov-9-2020 || Lucas Alvares Gomes (lucasgomes) ||
 +
|-
 +
| Nov-16-2020 || Jakub Libosvar (jlibosva) ||
 +
|-
 +
| Nov-23-2020 || Oleg Bondarev (obondarev) ||
 +
|}
 +
 
 +
Next round
 +
{| class="wikitable" style="text-align: center;"
 
|-
 
|-
| March-23-2020 || Hongbin Lu (hongbin) ||
+
! Date !! who !! note
 
|-
 
|-
| March-30-2020 || Brian Haley (haleyb) ||
+
| Nov-30-2020 || Bernard Cafarelli (bcafarel) ||
 
|-
 
|-
| April-6-2020 || Lajos Katona (lajoskatona) ||
+
| Dec-7-2020 || Slawek Kaplonski (slaweq) ||
 
|-
 
|-
| April-13-2020 || Ryan Tidwell (tidwellr) ||
+
| Dec-14-2020 || Hongbin Lu (hongbin) ||
 
|-
 
|-
| April-20-2020 || Nate Johnston (njohnston) ||
+
| Dec-21-2020 || Brian Haley (haleyb) ||
 
|-
 
|-
| April-27-2020 || Akihiro Motoki (amotoki) ||
+
| Dec-28-2020 || Lajos Katona (lajoskatona) ||
 
|-
 
|-
| May-4-2020 || Miguel Lavalle (mlavalle) ||
+
| Jan-4-2021 || Akihiro Motoki (amotoki) ||
 
|-
 
|-
| May-11-2020 || YAMAMOTO Takashi (yamamoto) ||
+
| Jan-11-2021 || Miguel Lavalle (mlavalle) ||
 
|-
 
|-
| May-18-2020 || Bence Romsics (rubasov) ||
+
| Jan-18-2021 || Bence Romsics (rubasov) ||
 
|-
 
|-
| May-25-2020 || Maciej Jozefczyk (maciejjozefczyk) ||
+
| Jan-25-2021 || Rodolfo Alonso Hernandez (ralonsoh) ||
 
|-
 
|-
| June-1-2020 || Rodolfo Alonso Hernandez (ralonsoh) ||
+
| Feb-1-2021 || Lucas Alvares Gomes (lucasgomes) ||
 
|-
 
|-
| June-8-2020 || Lucas Alvares Gomes (lucasgomes) ||
+
| Feb-8-2021 || Jakub Libosvar (jlibosva) ||
 
|-
 
|-
| June-15-2020 || Jakub Libosvar (jlibosva) ||
+
| Feb-15-2021 || Oleg Bondarev (obondarev) ||
 
|}
 
|}
 
 
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
 
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
  
=== Neutron performance subteam (Monday meetings) ===
+
=== Neutron performance subteam ===
 +
Next week I plan to profile neutron dhcp/l3 agents with Miguel. We will keep You updated in this section about our progress
  
=== Networking OVN and ML2+OVS+DVR Convergence (Tuesday meetings) ===
+
=== New engine facade ===
 
+
* BP: https://blueprints.launchpad.net/neutron/+spec/enginefacade-switch
Merge OVN into Neutron tree:
+
* Neutron "progress" patch: https://review.opendev.org/#/c/545501/
* Blueprint: https://blueprints.launchpad.net/neutron/+spec/neutron-ovn-merge
+
* Patch https://review.opendev.org/#/c/715315/ should finish it in Neutron
* Proposed rehome plan: https://ethercalc.openstack.org/networking-ovn-migration
+
* Stadium projects' required changes: TBD
* Planning Etherpad https://etherpad.openstack.org/p/neutron-networking-ovn-merge
 
* Spec: https://review.opendev.org/#/c/658414/
 
  
 
=== Docs ===
 
=== Docs ===
Line 130: Line 157:
  
 
=== CLI/SDK ===
 
=== CLI/SDK ===
 +
 +
Allow not defined arguments to be passed in OSC,
 +
Documentation of neutronclient https://docs.openstack.org/python-neutronclient/latest/cli/neutron.html#extra-arguments-for-create-update-operation
 +
OSC work: TBD
  
 
SDK migration of neutronclient python bindings
 
SDK migration of neutronclient python bindings
Line 139: Line 170:
  
 
=== Neutron-lib, planned refactoring and other impacts ===
 
=== Neutron-lib, planned refactoring and other impacts ===
 
I want to release new version when https://review.opendev.org/#/c/705998/ will be merged to allow work on neutron's side using this api extension.
 
Any other patches which You want to include in this new release?
 
  
 
HOUSE KEEPING
 
HOUSE KEEPING
Line 151: Line 179:
 
* Decouple DB workstream/blueprint: https://review.openstack.org/#/q/status:open+topic:bp/neutronlib-decouple-db+label:Workflow%253D0
 
* Decouple DB workstream/blueprint: https://review.openstack.org/#/q/status:open+topic:bp/neutronlib-decouple-db+label:Workflow%253D0
 
* Callback payload workstream: https://review.openstack.org/#/q/status:open+topic:use-callback-payloads+label:Workflow%253D0
 
* Callback payload workstream: https://review.openstack.org/#/q/status:open+topic:use-callback-payloads+label:Workflow%253D0
* Updating projects for Zuul v3: https://review.openstack.org/#/q/status:open+topic:neutronlib-zuulv3
 
  
 
=== On Demand Agenda ===
 
=== On Demand Agenda ===
Line 158: Line 185:
  
 
* Topic for the meeting (keep this template, please):
 
* Topic for the meeting (keep this template, please):
** (ralonsoh): https://bugs.launchpad.net/neutron/+bug/1476527. Question: merge API, DB and server changes without backend ones? Or not?
+
** (nick): Topic
 
*** More details
 
*** More details
  

Revision as of 11:36, 24 November 2020

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.

Announcements / Reminders

Blueprints

Blueprints which we should include in Wallaby milestones:

Community Goals

This slot is to used to track the progress of the community goals. https://governance.openstack.org/tc/goals/index.html#release-cycles

  • Migrate RBAC Policy Format from JSON to YAML (amotoki)

Bugs and Gate issues

jlibosva was on bug deputy.

Bugs which needs attention:


More discussion on this topic takes place during the Neutron CI meeting: https://wiki.openstack.org/wiki/Meetings/NeutronCI

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
Aug-31-2020 Bernard Cafarelli (bcafarel)
Sep-7-2020 Slawek Kaplonski (slaweq)
Sep-14-2020 Hongbin Lu (hongbin)
Sep-21-2020 Brian Haley (haleyb)
Sep-28-2020 Lajos Katona (lajoskatona)
Oct-5-2020 Nate Johnston (njohnston)
Oct-12-2020 Akihiro Motoki (amotoki)
Oct-19-2020 Miguel Lavalle (mlavalle)
Oct-26-2020 Bence Romsics (rubasov)
Nov-2-2020 Rodolfo Alonso Hernandez (ralonsoh)
Nov-9-2020 Lucas Alvares Gomes (lucasgomes)
Nov-16-2020 Jakub Libosvar (jlibosva)
Nov-23-2020 Oleg Bondarev (obondarev)

Next round

Date who note
Nov-30-2020 Bernard Cafarelli (bcafarel)
Dec-7-2020 Slawek Kaplonski (slaweq)
Dec-14-2020 Hongbin Lu (hongbin)
Dec-21-2020 Brian Haley (haleyb)
Dec-28-2020 Lajos Katona (lajoskatona)
Jan-4-2021 Akihiro Motoki (amotoki)
Jan-11-2021 Miguel Lavalle (mlavalle)
Jan-18-2021 Bence Romsics (rubasov)
Jan-25-2021 Rodolfo Alonso Hernandez (ralonsoh)
Feb-1-2021 Lucas Alvares Gomes (lucasgomes)
Feb-8-2021 Jakub Libosvar (jlibosva)
Feb-15-2021 Oleg Bondarev (obondarev)

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

Neutron performance subteam

Next week I plan to profile neutron dhcp/l3 agents with Miguel. We will keep You updated in this section about our progress

New engine facade

Docs

CLI/SDK

Allow not defined arguments to be passed in OSC, Documentation of neutronclient https://docs.openstack.org/python-neutronclient/latest/cli/neutron.html#extra-arguments-for-create-update-operation OSC work: TBD

SDK migration of neutronclient python bindings https://etherpad.openstack.org/p/neutron-openstacksdk-migration

Status of changes to deliver OSC (this needs to be revisit)

Neutron-lib, planned refactoring and other impacts

HOUSE KEEPING

PATCHES THAT NEED REVIEWS

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:

  • Topic for the meeting (keep this template, please):
    • (nick): Topic
      • More details

Previous meeting logs