Jump to: navigation, search

Difference between revisions of "Network/Meetings"

(On Demand Agenda)
(On Demand Agenda)
Line 62: Line 62:
 
* The future of Xen + OVS support
 
* The future of Xen + OVS support
 
** Does anyone care enough to devote resources to ensuring continued support, or should we deprecate?
 
** Does anyone care enough to devote resources to ensuring continued support, or should we deprecate?
 +
* Report on progress of "MTU selection and advertisement" blueprint implementation.
 +
* Proposal to remove py3* from the default tox envlist for now to address "fail blindness" [https://review.openstack.org/137516 Review 137516]
 +
** Only default tox envlist. Environments are still there, `tox -e$venv` is unchanged.
 +
** Plan is to restore it when it is expected to pass (ie: blocked on eventlet).
 +
** Breathe, it's going to be ok :-)
 
* Plugin Decomposition Status and Updates
 
* Plugin Decomposition Status and Updates
 
** Update from Ihar on packagers dealing with decomposition
 
** Update from Ihar on packagers dealing with decomposition
Line 70: Line 75:
 
* Neutron as the default in DevStack
 
* Neutron as the default in DevStack
 
** We need to document and create a single interface configuration - https://review.openstack.org/#/c/153208/
 
** We need to document and create a single interface configuration - https://review.openstack.org/#/c/153208/
* Report on progress of "MTU selection and advertisement" blueprint implementation.
 
* Proposal to remove py3* from the default tox envlist for now to address "fail blindness" [https://review.openstack.org/137516 Review 137516]
 
** Only default tox envlist. Environments are still there, `tox -e$venv` is unchanged.
 
** Plan is to restore it when it is expected to pass (ie: blocked on eventlet).
 
** Breathe, it's going to be ok :-)
 
  
 
== Previous meeting logs ==
 
== Previous meeting logs ==

Revision as of 03:13, 10 March 2015


Meeting time: The OpenStack Networking Team (Neutron) holds public meetings alternating between Mondays at 2100 UTC (#openstack-meeting) and Tuesdays at 1400 UTC (#openstack-meeting). Everyone is encouraged to attend.

Apologies for Absence

Agenda for Next Neutron Team Meeting

Monday (3/10/2015) at 1400 UTC on #openstack-meeting

Announcements / Reminders

Bugs


Important bugs:

    • [1] Ensure a smooth upgrade path after adv svc split
    • [2] Failure to allocate tunnel id when creating networks concurrently
    • [3] br-tun lost ports/flows if openvswitch restart
    • [4] Security group rules errorneously applied to all ports having same ip addresses in different networks
    • [5] ping still working after security group rule is created, updated, or deleted (related to previous one)


These bugs are in nova but are related to neutron. It would be great if we could get neutron reviews on:

    • Merged [6] Remove unneeded call to fetch network info on shutdown - arosen
    • Merged [7] remove unneeded call to network_api on detach_interface - arosen
    • Merged [8] remove unneeded call to network_api on rebuild_instance - arosen
    • Merged [9] Optimize validate_networks to query neutron only when needed - arosen
    • [10] deallocate_for_instance should delete all neutron ports on error - arosen
    • [11] Fix port_security_enabled neutron extension - arosen
    • [12] Fix pre-created ports in neutron from being deleted by nova - arosen

Docs (emagana)

Open Items for Kilo: (feedback needed)

Networking Guide:

On Demand Agenda

  • Should the *aas repos be depending on neutron HEAD?
    • Depending on a known-good git hash would separate development effort from ensuring compatibility with neutron
    • Periodic jobs could be used to detect when compatibility has been broken
  • The future of Xen + OVS support
    • Does anyone care enough to devote resources to ensuring continued support, or should we deprecate?
  • Report on progress of "MTU selection and advertisement" blueprint implementation.
  • Proposal to remove py3* from the default tox envlist for now to address "fail blindness" Review 137516
    • Only default tox envlist. Environments are still there, `tox -e$venv` is unchanged.
    • Plan is to restore it when it is expected to pass (ie: blocked on eventlet).
    • Breathe, it's going to be ok :-)
  • Plugin Decomposition Status and Updates
  • Nova-Network to Neutron Migration
  • Neutron as the default in DevStack

Previous meeting logs