Difference between revisions of "VPP/OVN"

From fd.io
< VPP
Jump to: navigation, search
Line 1: Line 1:
 
== Project HotDog ==
 
== Project HotDog ==
  
'''Project summary'''
+
'''Introduction'''
Goal of this project is to integrate VPP in OVN.
+
  
'''Project Scope'''
+
Integration of OVN and VPP. The initial phase is to integrate VPP as a VTEP gateway to OVN.
Technical work will start from the existing ovn-controller-vtep to support layer 2 with VPP and then extend it to support layer 3 gateway.
+
There will be a simple agent written in Python that uses the VTEP OVSDB database on one side and programs the VPP data-plane on the other.
 +
 
 +
'''Work list'''
  
 
'''Testing'''
 
'''Testing'''
Line 14: Line 15:
 
*Ole Troan: otroan@cisco.com
 
*Ole Troan: otroan@cisco.com
  
'''Usefull links'''
+
'''Useful links'''
 
*[http://openvswitch.org/support/dist-docs/vtep.5.html vtep]
 
*[http://openvswitch.org/support/dist-docs/vtep.5.html vtep]
 
* [http://openvswitch.org/support/dist-docs/ovn-controller-vtep.8.html ovn-controller-vtep]
 
* [http://openvswitch.org/support/dist-docs/ovn-controller-vtep.8.html ovn-controller-vtep]

Revision as of 13:39, 1 July 2017

Project HotDog

Introduction

Integration of OVN and VPP. The initial phase is to integrate VPP as a VTEP gateway to OVN. There will be a simple agent written in Python that uses the VTEP OVSDB database on one side and programs the VPP data-plane on the other.

Work list

Testing Integration tests will be achieved by extending the existing testing tool coming with ovs/ovn (make check TESTSUITEFLAGS='-k ovn'). Specific tests cases will be built for that purpose.

Contacts

  • Jerome Tollet: jtollet@cisco.com
  • Ole Troan: otroan@cisco.com

Useful links