Jump to: navigation, search

Difference between revisions of "Network/Meetings"

(L3/IPAM/DHCP/VPNaaS)
(ML2 (rkukura))
Line 56: Line 56:
 
* LBaaS teaming is focusing on [https://blueprints.launchpad.net/quantum/+spec/multi-vendor-support-for-lbaas-step0]
 
* LBaaS teaming is focusing on [https://blueprints.launchpad.net/quantum/+spec/multi-vendor-support-for-lbaas-step0]
  
=== ML2 (rkukura) ===
+
=== Modular L2 (rkukura) ===
* https://review.openstack.org/#/c/29199/ merged, fixing linuxbridge RPC message formats to match openvswitch and hyperv, while preserving compatibility with old formats.
+
* Initial ml2 implementation has been merged, along with a quick bug fix.
* https://blueprints.launchpad.net/quantum/+spec/modular-l2 - Initial patch https://review.openstack.org/#/c/20105/ in review. Have addressed all comments so far, and synced with all recent merges. Tested with linuxbridge and openvswitch agents using devstack.
+
 
** Will work on additional unit tests during review.
+
* Active discussion ongoing among people working on tunneling-related BPs and how this all relates to ml2
** Add GreTypeDriver and RPC tunnel endpoint support in subsequent merge.
+
** https://blueprints.launchpad.net/quantum/+spec/ovs-vxlan-lisp-tunnel (Kyle Mestery)
** Implement MechanismDriver-based port binding in subsequent merge.
+
** https://blueprints.launchpad.net/quantum/+spec/vxlan-linuxbridge (Tomasz Paszkowski)
* https://blueprints.launchpad.net/quantum/+spec/portbinding-ex-db - Quantum patch https://review.openstack.org/#/c/24969/ merged. Still need Satish's nova patch https://review.openstack.org/#/c/21141/ to be merged. Quantum side ready for H-1, but not getting exercised until nova side merged.
+
** https://blueprints.launchpad.net/quantum/+spec/ovs-tunnel-partial-mesh (Mathieu Rohon)
* https://blueprints.launchpad.net/quantum/+spec/ovsplugin-hardware-devices - Review https://review.openstack.org/#/c/20754/ raises issues regarding relationship to ml2 plugin effort. Assuming ml2 does replace openvswitch and linuxbridge plugins, is ml2's (to-be-defined) MechanismDriver API sufficient, or is a separate HardwareDriver API still valuable?
+
** https://blueprints.launchpad.net/quantum/+spec/l2-population (Mathieu Rohon and Francois Eleouet)
* https://blueprints.launchpad.net/quantum/+spec/vxlan-linuxbridge - Review https://review.openstack.org/#/c/26516/ making good progress. Changes to linuxbridge plugin/agent RPC also needed for ml2 plugin, but RPC version needs to match openvswitch and hyperv. Assuming ml2 is replacing linuxbridge and a VxlanTypeDriver for ml2 can be developed for H-1, its not clear if server-side plugin changes for VXLAN should be merged yet. Should linuxbridge RPC changes be merged separately first before VXLAN added?
+
* Need to move this discussion to public list, schedule weekly IRC meeting.
 +
 
 +
* New ml2 BPs filed, all currently targeted for havana-2:
 +
** https://blueprints.launchpad.net/quantum/+spec/ml2-gre (high)
 +
** https://blueprints.launchpad.net/quantum/+spec/ml2-mechanism-drivers (medium)
 +
** https://blueprints.launchpad.net/quantum/+spec/ml2-portbinding (medium)
 +
** https://blueprints.launchpad.net/quantum/+spec/ml2-vxlan (medium)
 +
** https://blueprints.launchpad.net/quantum/+spec/ml2-multi-segment-api (low)
 +
* Need volunteers to work on any of the above.
 +
 
 +
* Other related activities:
 +
** Still waiting for devstack patch supporting ml2 plugin - https://review.openstack.org/#/c/27576/ - needs devstack core reviewers
 +
** Will need nova patch setting binding:host_id -  https://review.openstack.org/#/c/29767/ - has two +1s, needs nova core reviewers
 +
** https://blueprints.launchpad.net/quantum/+spec/ovsplugin-hardware-devices - Review https://review.openstack.org/#/c/20754/ raises issues regarding relationship to ml2 plugin effort. Assuming ml2 does replace openvswitch and linuxbridge plugins, is ml2's (to-be-defined) MechanismDriver API sufficient, or is a separate HardwareDriver API still valuable?
  
 
=== Python Client (gongysh) ===
 
=== Python Client (gongysh) ===

Revision as of 20:40, 3 June 2013


The OpenStack Quantum Team holds public meetings in #openstack-meeting. Everyone is encouraged to attend.

Apologies for Absence

  • Edgar Magana
  • Salvatore Orlando

Agenda for Next Quantum Team Meeting

Announcements / Reminders:

H1 was released last week. The initial cut of ML2 was included that milestone.

Bugs

API (salv-orlando)

No High/Critical bug - unless I've missed some bugs

L3/IPAM/DHCP/VPNaaS

Nova Integration (garyk)

Security Groups(arosen) / FWaaS(snaiksat)

--arosen (talk) 20:22, 20 May 2013 (UTC)

  • High Priority Items:

- None

  • Other Items
  • (arosen) Started the discussion of moving the creation of quantum ports up from nova-compute to so that nova-api can know about them. This will allow quantum the ability to decide if a port should be part of a default security group or not since currently nova automatically appends default.
  • FWaaS (snaiksat): API/model review still in progress (https://review.openstack.org/#/c/29004/). I added some more unit tests but I need to add more per the review comments. Some review comments by Eugene on DB need to be addressed and some others from Oleg (I am currently on PTO haven't gotten to these yet). Rajesh Mohan is making progress with the IPtables driver, he has started writing code but has to do more work before posting a patch. He also needs the agent code from me, which I will be making available shortly.

LBaaS

  • LBaaS teaming is focusing on [1]

Modular L2 (rkukura)

  • Initial ml2 implementation has been merged, along with a quick bug fix.

Python Client (gongysh)

  • No update

Stable Branch (garyk)

Freeze for stable/grizzly freeze for 2013.1.1 released

Open for review: https://review.openstack.org/#/q/status:open+project:openstack/quantum+branch:stable/grizzly,n,z

Testing (nachi / mlavalle / marun)

  • Write network diagnosis api (nachi)
    • e.g. show ping result
  • Working on getting Tempest gate working for quantum (mlavalle)
  • Refactor the existing plugin tests to be reusable by Tempest (marun)
    • No progress this week

Networking in Horizon (amotoki)

I picked up the registered blueprints related to Networking. All I will access the owner of each BP after H-1.

  • Thanks for volunteers for key netwokring features (FWaaS and VPNaaS) :-)
  • Quotas API becomes core or is an extension in Havana?

Blueprints

Other team reports (e.g. Open Source Plugins)

Open Discussion

Previous meeting logs