Jump to: navigation, search

Difference between revisions of "Neutron/LBaaS"

 
(73 intermediate revisions by 25 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{Warning|header='''Warning - Deprecated'''|body='''As of the Queens OpenStack release cycle neutron-lbaas and neutron-lbaas-dashboard are now deprecated. Please see [[Neutron/LBaaS/Deprecation]]'''}}
There is a lot of interest in term of "Load-balancer-as-a-Service" in [[OpenStack]].  Multiple people have proposals for APIs, use cases, etc.  This page is a collection point for that information. 
 
  
= Key Open Questions =
+
Load balancing capabilities for OpenStack have been consolidated under the [[Octavia]] project.
* someone be first!
 
  
= Link to Existing Resource =
+
Deprecation means that new features will not be added to neutron-lbaas or neutron-lbaas-dashboard and at some point in the future, not prior to the "T" release cycle, neutron-lbaas and neutron-lbaas-dashboard will be archived projects.
*
+
 
 +
= Neutron LBaaS BoneYard =
 +
This page contains older content that is no longer being kept up to date. Use at your own risk :-)
 +
 
 +
[[LBaaS/BoneYard]]
 +
 
 +
= Overview =
 +
LBaaS (Load-Balancing-as-a-Service) is currently an advanced service of Neutron. It allows for proprietary ''and'' open-source load balancing technologies to drive the actual load balancing of requests. Thus, an OpenStack operator can choose which back-end technology to use. The long-term vision for the project, however, is to provide a single API that allows a user to seamlessly move between different load balancing technologies should the operator choose to do so. While LBaaS is currently part of Neutron, plans are underway to make it a separate project within Openstack yet still under the Networking umbrella. Please see below to see what is currently being worked on for the current cycle.
 +
 
 +
==== Neutron LBaaS Architecture ====
 +
[[Neutron_LBaaS_Arch]]
 +
 
 +
= How do I contribute? =
 +
First of all thanks for joining our cause! The best way to contribute is to join the discussions on IRC and the mailing list. To get up to speed however, please take a look at the requirements section to see what is on the road-map. It would also benefit you to take a look at the weekly standup etherpad document that gets updated every week. This document will get you up to speed on what each individual team/individual is currently working on. Lastly, don't hesitate to ask community members questions!
 +
 
 +
= Communication Channels =
 +
* '''IRC:''' #openstack-lbaas
 +
* '''Mailing List:''' openstack-dev [at] lists [dot] openstack [dot] org. Please prefix subject with '[openstack-dev][Neutron][LBaaS]'
 +
 
 +
= Relevant Links =
 +
=== Links Related to Community Process ===
 +
* [https://etherpad.openstack.org/p/neutron-lbaas-weekly-standup Weekly Standup Info ]
 +
* [[Network/LBaaS#Agenda|Weekly Meeting Agenda]]
 +
* [https://etherpad.openstack.org/p/lbaas_reviews Current reviews ]
 +
 
 +
=== Requirements, Use Cases & Operator Data ===
 +
* [https://wiki.openstack.org/wiki/Neutron/LBaaS/requirements Requirements ]
 +
* [https://docs.google.com/document/d/1Ewl95yxAMq2fO0Z6Dz6fL-w2FScERQXQR1-mXuSINis/edit# Use Cases ]
 +
* [https://docs.google.com/spreadsheet/ccc?key=0Ar1FuMFYRhgadDVXZ25NM2NfbGtLTkR0TDFNUWJQUWc#gid=0 Operator Feature Usage & Metrics ]
 +
 
 +
=== Links Related to Juno Release===
 +
==== Atlanta OpenStack Summit Sessions ====
 +
* [https://etherpad.openstack.org/p/juno-neutron-lbaas Session #1]
 +
* [https://etherpad.openstack.org/p/neutron-lbaas-ssl-l7 Session #2]
 +
* [https://etherpad.openstack.org/p/AdvancedServices_and_Neutron Adhoc Session on "Making a separate service from Neutron"]
 +
 
 +
==== LBaaS Juno Mid Cycle Meeting ====
 +
* [https://etherpad.openstack.org/p/neutron-juno-lbaas-mid-cycle Planning & Logistics ]
 +
* [https://etherpad.openstack.org/p/1gsTm4GBdu Agenda & Preparation ]
 +
* [https://etherpad.openstack.org/p/juno-lbaas-mid-cycle-hackathon Notes From Hackathon ]
 +
 
 +
==== Blueprints Actively Worked On ====
 +
* [https://blueprints.launchpad.net/neutron/+spec/lbaas-api-and-objmodel-improvement LBaaS API and object model improvement ]
 +
* [https://blueprints.launchpad.net/neutron/+spec/neutron-flavor-framework Provide better user-facing mechanism to chose service capabilities ]
 +
* [https://blueprints.launchpad.net/neutron/+spec/lbaas-ref-impl-tls-support LBaaS reference implementation TLS support ]
 +
* [https://blueprints.launchpad.net/neutron/+spec/lbaas-ssl-termination Support SSL Termination in Neutron LBaaS ]
 +
* [https://blueprints.launchpad.net/neutron/+spec/lbaas-l7-rules LBaaS Layer 7 rules ]
 +
* [https://blueprints.launchpad.net/barbican/+spec/api-add-container-registration *Barbican BP* Add a service registration feature to the Containers resource ]
 +
* [https://blueprints.launchpad.net/neutron/+spec/neutron-services-insertion-chaining-steering Neutron Services Insertion, Chaining, and Steering ]
 +
 
 +
==== Other Links ====
 +
* https://etherpad.openstack.org/p/neutron-lbaas-api-proposals
 +
* https://etherpad.openstack.org/p/neutron-lbaas-ssl-l7
 +
* https://etherpad.openstack.org/p/LBaaS_project_name_vote

Latest revision as of 02:00, 27 January 2018

Warning icon.svg Warning - Deprecated

As of the Queens OpenStack release cycle neutron-lbaas and neutron-lbaas-dashboard are now deprecated. Please see Neutron/LBaaS/Deprecation

Load balancing capabilities for OpenStack have been consolidated under the Octavia project.

Deprecation means that new features will not be added to neutron-lbaas or neutron-lbaas-dashboard and at some point in the future, not prior to the "T" release cycle, neutron-lbaas and neutron-lbaas-dashboard will be archived projects.

Neutron LBaaS BoneYard

This page contains older content that is no longer being kept up to date. Use at your own risk :-)

LBaaS/BoneYard

Overview

LBaaS (Load-Balancing-as-a-Service) is currently an advanced service of Neutron. It allows for proprietary and open-source load balancing technologies to drive the actual load balancing of requests. Thus, an OpenStack operator can choose which back-end technology to use. The long-term vision for the project, however, is to provide a single API that allows a user to seamlessly move between different load balancing technologies should the operator choose to do so. While LBaaS is currently part of Neutron, plans are underway to make it a separate project within Openstack yet still under the Networking umbrella. Please see below to see what is currently being worked on for the current cycle.

Neutron LBaaS Architecture

Neutron_LBaaS_Arch

How do I contribute?

First of all thanks for joining our cause! The best way to contribute is to join the discussions on IRC and the mailing list. To get up to speed however, please take a look at the requirements section to see what is on the road-map. It would also benefit you to take a look at the weekly standup etherpad document that gets updated every week. This document will get you up to speed on what each individual team/individual is currently working on. Lastly, don't hesitate to ask community members questions!

Communication Channels

  • IRC: #openstack-lbaas
  • Mailing List: openstack-dev [at] lists [dot] openstack [dot] org. Please prefix subject with '[openstack-dev][Neutron][LBaaS]'

Relevant Links

Links Related to Community Process

Requirements, Use Cases & Operator Data

Links Related to Juno Release

Atlanta OpenStack Summit Sessions

LBaaS Juno Mid Cycle Meeting

Blueprints Actively Worked On

Other Links