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.
+
<p>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.</p>
 
# [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.
 
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.

Revision as of 14:31, 2 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

Implements a common abstraction to interface with neutron and gbp APIs. Implements utility methods to interface with openstack client methods for nova, neutron, gbp and keystone.

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