Jump to: navigation, search

Difference between revisions of "Neutron/LBaaS/SLB"

< Neutron‎ | LBaaS
(Neutron LBaaS Huawei SLB Driver)
 
Line 1: Line 1:
==== Description ====
+
= Huawei SLB LBaaS Driver =
 +
 
 +
== Description ==
 +
 
 
Implementation of Plugin Driver and Device Driver to support Huawei SLB. Huawei SLB is a load balance software which provide L4/L7 rules.
 
Implementation of Plugin Driver and Device Driver to support Huawei SLB. Huawei SLB is a load balance software which provide L4/L7 rules.
  
  
==== Rationale ====
+
== Use Cases ==
Drafting
+
 
 +
Cloud service providers who choose to adopt OpenStack and Neutron for their cloud orchestration, will also be able to provide load balancing through the Huawei SLB.<br/>
 +
 
 +
== Implementation==
 +
 
 +
 
 +
=== The Provisioning ===
 +
 
 +
While using the Embrane Neutron LBaaS driver, any operation which doesn't involve an active VIP model object will be simply managed and written in the DB, without changing the current network state.
 +
Whenever a VIP is associated to a pool, the heleos platform will create a Load Balancer appliance, taking care of establishing connectivity between it and the pool members, and configuring all the requested parameters.
 +
 
 +
=== Asynchronous Calls===
 +
 
 +
 
 +
=== State Synchronization ===
 +
 
  
==== Implementation Plan ====
+
== Configuration ==
Drafting
 

Revision as of 06:32, 17 December 2013

Huawei SLB LBaaS Driver

Description

Implementation of Plugin Driver and Device Driver to support Huawei SLB. Huawei SLB is a load balance software which provide L4/L7 rules.


Use Cases

Cloud service providers who choose to adopt OpenStack and Neutron for their cloud orchestration, will also be able to provide load balancing through the Huawei SLB.

Implementation

The Provisioning

While using the Embrane Neutron LBaaS driver, any operation which doesn't involve an active VIP model object will be simply managed and written in the DB, without changing the current network state. Whenever a VIP is associated to a pool, the heleos platform will create a Load Balancer appliance, taking care of establishing connectivity between it and the pool members, and configuring all the requested parameters.

Asynchronous Calls

State Synchronization

Configuration