Jump to: navigation, search

Difference between revisions of "Network/Meetings"

(Team Discussion Topics)
(L3 (carl_baldwin))
Line 144: Line 144:
  
 
=== L3 (carl_baldwin) ===
 
=== L3 (carl_baldwin) ===
<small>(updated 2014-08-25)</small>
+
<small>(updated 2014-09-09)</small>
  
 
<br />
 
<br />
Line 158: Line 158:
 
* neutron-ovs-dvr ([[Meetings/Distributed-Virtual-Router|meeting page]])
 
* neutron-ovs-dvr ([[Meetings/Distributed-Virtual-Router|meeting page]])
 
** Please see [https://wiki.openstack.org/wiki/Neutron/DVR/HowTo how to page].  Need people willing to grab code and test.
 
** Please see [https://wiki.openstack.org/wiki/Neutron/DVR/HowTo how to page].  Need people willing to grab code and test.
** Juno-3 timeframe will be used for [https://bugs.launchpad.net/neutron/+bugs?field.searchtext=&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=l3-dvr-backlog&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 backlog work] and hardening.
+
** Working on [https://bugs.launchpad.net/neutron/+bugs?field.searchtext=&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=l3-dvr-backlog&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 backlog work] and hardening.
** '''Working on getting experimental DVR test to pass all tempest tests'''.
+
** '''Only the FWaaS tests are still failing'''.  Need [https://review.openstack.org/#/c/116377/ tempest change] to be merge to fix them.
 +
** Will propose infra changes to make experimental dvr job a non-voting job today.
  
 
* rootwrap-daemon-mode
 
* rootwrap-daemon-mode
** '''Code merged in oslo-rootwrap'''!
+
** '''Code accepted in oslo-rootwrap'''!
** -2s blocking integration with Neutron which has been complete for some time.
+
** Won't make it in Neutron.  -2s never reconsidered as discussed.
  
 
* l3-high-availability
 
* l3-high-availability
** Patches in review on [https://review.openstack.org/#/q/topic:bp/l3-high-availability,n,z bp/l3-high-availability] gerrit topic.
+
** Patches in review on [https://review.openstack.org/#/q/topic:bp/l3-high-availability,n,z bp/l3-high-availability] gerrit topic. Getting close to merging.
 +
** See [https://wiki.openstack.org/wiki/Meetings/Neutron-L3-Subteam#Blueprint:_l3-high-availability_.28safchain.2C_amuller.29 overview of patches here].
 +
** [https://bugs.launchpad.net/neutron/+bugs?field.tag=l3-ha Bugs listed here]
  
 
* bgp-dynamic-routing
 
* bgp-dynamic-routing
** Blueprint merged.  Code in progress on [https://review.openstack.org/#/q/topic:bp/bgp-dynamic-routing,n,z bp/bgp-dynamic-routing] gerrit topic
+
** Deferred until Kilo.  Code in progress on [https://review.openstack.org/#/q/topic:bp/bgp-dynamic-routing,n,z bp/bgp-dynamic-routing] gerrit topic
  
 
* pluggable-ext-net
 
* pluggable-ext-net

Revision as of 13:36, 9 September 2014


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-alt). Everyone is encouraged to attend.

Apologies for Absence

Agenda for Next Neutron Team Meeting

Tuesday 9/9/2014 at 1400UTC on #openstack-meeting-alt

Announcements / Reminders

Bugs

These are new failures seen in gate:

    • [1] Lock wait timeout adding ipavailabilityranges
    • [2] Lock wait timeout adding ipallocationpools
    • [3] Lock wait timeout adding vip to vips table


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

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

Team Discussion Topics

Nova Parity (markmcclain)

  • Gap 0: DB Migrations (complete):

Thanks to salv-orlando, HenryG, jlibsova, Ann and others for working on this.

  • Gap 1: Tempest Testing (complete)
    • Full Tempest Job is voting (with service plugins disable for other projects)
    • (mlavelle tracking this item)
  • Gap 2: Grenade Testing
    • Work resumed.
  • Gap 3: Neutron as the default in devstack
  • Gap 4: Missing API calls
    • Audit complete. Based on bug discussion no missed calls to add.
  • Gap 5: Neutron replacement for Nova multi-host
    • complete
  • Gap 6: nova-net to neutron migration
  • Gap 7: Document Open Source Options
    • Planned for late Juno-2/3 no updates here.
    • Note: (emagana) The docs team has decided to not document all available options for plugins/drivers even if they are open-sourced.
      • The only options documented will be the default ones (i.e. ML2 with OVS).

Docs (emagana)

Open Items for Juno:

(Need more volunteers)

High Priority Tickets:

Medium Priority Tickets:

Neutron Tempest (mlavalle)

API (salv-orlando)

No report

L3 (carl_baldwin)

(updated 2014-09-09)


Team meeting on Thursdays at 1500 UTC


Bugs


Active Projects

  • neutron-ovs-dvr (meeting page)
    • Please see how to page. Need people willing to grab code and test.
    • Working on backlog work and hardening.
    • Only the FWaaS tests are still failing. Need tempest change to be merge to fix them.
    • Will propose infra changes to make experimental dvr job a non-voting job today.
  • rootwrap-daemon-mode
    • Code accepted in oslo-rootwrap!
    • Won't make it in Neutron. -2s never reconsidered as discussed.
  • pluggable-ext-net
    • Deferred until Kilo.
  • IPAM
    • Deferred until Kilo.
  • DNS (carl_baldwin)
    • Deferred until Kilo.

Advanced Services (SumitNaiksatam)

No updates - work suspended in lieu of Juno bug fixing and stabilization

IPv6 (sc68cal)

ML2 (rkukura/Sukhdev)

Group Policy (SumitNaiksatam)

FWaaS (SumitNaiksatam)

Horizon

Open Discussion

Previous meeting logs