Jump to: navigation, search

Difference between revisions of "Neutron/LBaaS/SLB"

< Neutron‎ | LBaaS
Line 1: Line 1:
= Huawei SLB LBaaS Driver =
+
=== Description ===
  
== Description ==
+
Implementation of Plugin Driver and Device Driver to support Huawei SLB. Huawei SLB is a load balance software which provide L4/L7 rules.<br/>
  
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 ===
== 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.<br/>
 
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==
+
=== Implementation ===
  
  
=== The Provisioning ===
+
==== 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.
+
While using the SLB 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.
+
Whenever a VIP is associated to a pool, the SLB 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===
+
==== Asynchronous Calls====
  
  
=== State Synchronization ===
+
==== State Synchronization ====
  
  
== Configuration ==
+
=== Configuration ===

Revision as of 06:38, 17 December 2013

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 SLB 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 SLB 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