Jump to: navigation, search

Difference between revisions of "Neutron/CommonFlowClassifier"

(Opening the agenda for 11/10/2016. Meetings)
m (Correcting dates to include the month spelled out, as contributors are from different parts of the world. Meetings)
Line 17: Line 17:
 
http://eavesdrop.openstack.org/meetings/network_common_flow_classifier/
 
http://eavesdrop.openstack.org/meetings/network_common_flow_classifier/
  
== Discussion Topic 11/10/2016 ==
+
== Discussion Topic 11 October 2016 ==
 
Feel free to add.
 
Feel free to add.
  
== Discussion Topic 27/9/2016 ==
+
== Discussion Topic 27 September 2016 ==
 
==== Classification Framework ====
 
==== Classification Framework ====
 
* Can we converge on a first approach (https://review.openstack.org/#/c/333993)?
 
* Can we converge on a first approach (https://review.openstack.org/#/c/333993)?
Line 31: Line 31:
 
==== Open discussion ====
 
==== Open discussion ====
  
== Discussion Topic 7/5/2016 ==
+
== Discussion Topic 5 July 2016 ==
 
* General spec discussion: https://review.openstack.org/#/c/333993
 
* General spec discussion: https://review.openstack.org/#/c/333993
  
== Discussion Topic 6/14/2016 ==
+
== Discussion Topic 14 June 2016 ==
 
* Bug Status: developed as a RFE over neutron-core? https://bugs.launchpad.net/neutron/+bug/1476527 and https://bugs.launchpad.net/neutron/+bug/1583299
 
* Bug Status: developed as a RFE over neutron-core? https://bugs.launchpad.net/neutron/+bug/1476527 and https://bugs.launchpad.net/neutron/+bug/1583299
 
* Typed Classifications proposal as superset of original FC (https://bugs.launchpad.net/neutron/+bug/1476527/comments/26)
 
* Typed Classifications proposal as superset of original FC (https://bugs.launchpad.net/neutron/+bug/1476527/comments/26)
Line 40: Line 40:
 
* POC code for Flow Manager: https://review.openstack.org/#/c/323963/
 
* POC code for Flow Manager: https://review.openstack.org/#/c/323963/
  
== Discussion Topic 5/17/2016 ==
+
== Discussion Topic 17 May 2016 ==
 
* Develop this as a bug fix in Neutron or separate stadium project
 
* Develop this as a bug fix in Neutron or separate stadium project
 
* Use existing QoS bug https://bugs.launchpad.net/neutron/+bug/1527671 or creating a new one  
 
* Use existing QoS bug https://bugs.launchpad.net/neutron/+bug/1527671 or creating a new one  

Revision as of 17:40, 27 September 2016

Contributors

IRC Discussion Meeting Information

Every two weeks (on odd weeks) on Tuesday at 1700 UTC in #openstack-meeting

Austin Summit Etherpad Discussion Notes

https://etherpad.openstack.org/p/Neutron-FC-OVSAgentExt-Austin-Summit

Meetings

Previous Meeting Logs

http://eavesdrop.openstack.org/meetings/network_common_flow_classifier/

Discussion Topic 11 October 2016

Feel free to add.

Discussion Topic 27 September 2016

Classification Framework

OVS Flow Management

Open discussion

Discussion Topic 5 July 2016

Discussion Topic 14 June 2016

Discussion Topic 17 May 2016

Overview

Multiple Stadium features inside Neutron need flow classifier functionality. Instead of each feature creating its own FC API, we should have one common FC API that can be used by all the features. Currently the features that need FC are: Tap as a service, SFC, QoS, Security Group, FW, BGP/VPN. Following are some general guielines on the FC API specification: ---Common FC API should not cause a major change of existing FC API used by the features, and should be a superset of existing FC rules used by existing features ---We should come up with one consistent way of defining the API and classification rules, and then associate the FC with each feature.

Currently only networking-sfc and security group have defined and implemented the FC API.

1. First step is to identify the gap between the security group FC API and the networking-sfc FC API. Following is the comparison table and the gap. It seems the SFC FC is superset of security group FC.

Neutron Common Classifier.png

2. Second step is to consolidate the two FC into one. Two options: 1) evolve the SFC FC to be the common FC for Tap as a service, SFC, QoS, Security Group, FW, BGP/VPN, 2) evolve the SFC FC to be the common FC for Tap as a service, SFC, QoS, FW, BGP/VPN, but keep the security group separate.

3. Write a spec on the consolidated FC and get it reviewed and consensus reached.