Name | Organization | |
---|---|---|
Patrick Liu | Huawei Technologies | Partick.Liu@huawei.com |
Bharat Saraswal | Huawei Technologies | bharat.saraswal@huawei.com |
Phaneendra Manda | Huawei Technologies | phaneendra.manda@huawei.com |
Mahesh Poojary | Huawei Technologies | mahesh.poojary@huawei.com |
Suresh B R | Huawei Technologies | Suresh.B.R@huawei.com |
Service Function Chaining (SFC): When a data stream passes through an ingress or egress point in a physical or virtual network device, using service chain it is possible to program exactly which sequence of actions the data stream is subjected to. This ordered action by set of service functions on the data stream is called a service function chain
This project is part of ONOSFW for OPNFV. In the first version (Emu), 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.
SFC is implemented as a bundle within the VTN application in ONOSFW.
Implement basic foundation for SFC
Integrate with Openstack Neutron and service the REST based APIs
Interact with VTN Resource Manager and VTN Manager. Store the SFC resources. Define service chain logic in SFC.
Basic flow rule download to classifier and SFF.
Introduce NSH header in the flows for service plane logic in SFC
Improvise on the SFC features introduced in Emu release
Add specific use cases to demonstrate importance of SFC
Introduce load balancing among multiple similar SFs within an SF group
Will be updated soon after discussions with team and ON.Lab