Jump to: navigation, search

Difference between revisions of "GroupBasedPolicy/GerritQueries/NFP"

(NFP Implementation Patches)
(NFP Implementation Patches)
Line 3: Line 3:
 
[https://review.openstack.org/#/q/topic:bp/gbp-network-services-framework Patch Stack]
 
[https://review.openstack.org/#/q/topic:bp/gbp-network-services-framework Patch Stack]
 
# [https://review.openstack.org/#/c/282292 Multi process framework implementation]
 
# [https://review.openstack.org/#/c/282292 Multi process framework implementation]
 +
Implements python multiprocessing based distributor and worker processes to handle the RPC messages. This framework implements the processing model for the NFP functionality. The framework implements an event and queue mechanism for the communication between the distributor and worker processes, along with primitives to serialize processing of events. The implementation includes a polling mechanism to handle periodic tasks. The NFP functionality is organized as modules, with each module registering for RPCs and events the module handles. The framework loads the modules and invokes the init method of the modules.
 
# [https://review.openstack.org/#/c/298206 DB Framework and DB Model Implementation]
 
# [https://review.openstack.org/#/c/298206 DB Framework and DB Model Implementation]
 +
Implements the DB model and access methods for the NFP resources. The NFP DB model includes resources for network functions, network function instances, network function devices and the associated gbp resources.
 
# [https://review.openstack.org/#/c/298213 Openstack client library for NFP]
 
# [https://review.openstack.org/#/c/298213 Openstack client library for NFP]
 
# [https://review.openstack.org/#/c/298224 Service Orchestrator module]
 
# [https://review.openstack.org/#/c/298224 Service Orchestrator module]

Revision as of 01:18, 1 June 2016

NFP Implementation Patches

Patch Stack

  1. Multi process framework implementation

Implements python multiprocessing based distributor and worker processes to handle the RPC messages. This framework implements the processing model for the NFP functionality. The framework implements an event and queue mechanism for the communication between the distributor and worker processes, along with primitives to serialize processing of events. The implementation includes a polling mechanism to handle periodic tasks. The NFP functionality is organized as modules, with each module registering for RPCs and events the module handles. The framework loads the modules and invokes the init method of the modules.

  1. DB Framework and DB Model Implementation

Implements the DB model and access methods for the NFP resources. The NFP DB model includes resources for network functions, network function instances, network function devices and the associated gbp resources.

  1. Openstack client library for NFP
  2. Service Orchestrator module
  3. Added Base mode support in Service Orchestrator
  4. Adding Device Orchestrator
  5. Orchestration drivers with their unit tests
  6. Heat driver implementation
  7. Node Driver