Jump to: navigation, search

Difference between revisions of "Meetings/Neutron blueprint ovs-firewall-driver"

(Meeting Dec 16, 2013)
Line 10: Line 10:
 
** currently all on table 0, thinking about multi-table setup
 
** currently all on table 0, thinking about multi-table setup
 
** prototype tested on flat network setup; should work on other network types as-is since the tunnel OVS flows just pass the data to the integration bridge
 
** prototype tested on flat network setup; should work on other network types as-is since the tunnel OVS flows just pass the data to the integration bridge
** still a WIP: barely functional :)
+
** still a WIP: barely functional
 
*** adding IPv6 flows
 
*** adding IPv6 flows
 
*** adding multiple ports in range: debating trying out port bitmask or N flows for N ports?
 
*** adding multiple ports in range: debating trying out port bitmask or N flows for N ports?
*** adding unit/integration tests (integration tests help is always appreciated)
+
*** TODO unit/integration tests (integration tests help is always appreciated)
 
* Miscellaneous items:
 
* Miscellaneous items:
 
** ovs_neutron_agent nuances:  
 
** ovs_neutron_agent nuances:  

Revision as of 06:05, 14 December 2013

Discussion for <https://blueprints.launchpad.net/neutron/+spec/ovs-firewall-driver>

Meeting Dec 16, 2013

  • Purpose restatement
  • Design decisions
  • Overview of prototype
    • all security group flows on integration bridge
    • currently all on table 0, thinking about multi-table setup
    • prototype tested on flat network setup; should work on other network types as-is since the tunnel OVS flows just pass the data to the integration bridge
    • still a WIP: barely functional
      • adding IPv6 flows
      • adding multiple ports in range: debating trying out port bitmask or N flows for N ports?
      • TODO unit/integration tests (integration tests help is always appreciated)
  • Miscellaneous items:
    • ovs_neutron_agent nuances:
      • (1) firewall invoked before agent does anything in C[R]UD operations
      • (2) agent removes all flows at initialization (as well as deletes all vif's flows on port_bound)
      • (3) ovs atomicity like iptables-restore has (all connections might be dropped/allowed): one possibility is to have a dynamic multi-table hotswap
    • neutron-rootwrap-xen-dom0 bugs: https://bugs.launchpad.net/neutron/+bug/1185872/comments/3, https://bugs.launchpad.net/neutron/+bug/1259748
    • table, priority coordination: ok for now to be hard-coded in Neutron, but will need an abstraction layer in the future possibly