Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This project is part of ONOSFW for OPNFV. In the first version (Emu), the The SFC creation is primarily driven by Openstack Neutron. The SFC component in ONOS implements the SFC creation requests from Openstack Neutron. All the required information for creating a service chain are supplied by Neutron using REST based APIs. Using these information, the SFC component prepares the flow rules as per the IETF NSH header and downloads the flow rules into OVS (OVS version 2.5.90 with official NSH Patch - https://github.com/yyang13/ovs_nsh_patches)

Architecture

SFC is implemented as a bundle within the VTN application in ONOSFW.

...

Introduce load balancing among multiple similar SFs within an SF group

Golden Eye Release

Load balancing among similar SFs which are grouped together in a port-pair-group

Tie balancing among multiple flow rules at the classifier  based on priority

SFC proxy functionality for supporting SFC-unaware SFs

Query SFC resource statistics using REST based APIs

Display service topology in ONOS Web UIWill be updated soon after discussions with team and ON.Lab