Load Balancing as a Service (LBaaS) for OpenStack
Go to file
Sherif Abdelwahab 3ba7505761 Keepalived supporting amphorae image
Added support of keepalived in the amphora image as follows:
1. diskimage-create.sh: append the vrrp-octavia by default.
2. image-test.sh: checks if the image has keepalived installed.
3. 77-vrrp: checkout the right keepalived source code version, compile, and
install binaries.
4. svc-map: clone the keepalived rep.
5. fixed some typos in comments and readme

Change-Id: I483a66590fc343c07ca37bc11c2ad5482594d4cc
2015-07-16 13:00:02 -07:00
bin Implements the haproxy amphora agent api server 2015-06-02 18:13:39 +00:00
client Initial directory skeleton 2014-09-04 15:28:10 -06:00
devstack Merge "haproxy reference amphora REST API client" 2015-07-02 02:16:38 +00:00
diskimage-create Keepalived supporting amphorae image 2015-07-16 13:00:02 -07:00
doc/source Adds plug VIP and plug Port to spec 2015-04-21 14:36:34 -07:00
elements Keepalived supporting amphorae image 2015-07-16 13:00:02 -07:00
etc haproxy reference amphora REST API client 2015-06-29 09:08:37 -07:00
octavia Update unit tests for mock changes 2015-07-15 15:58:22 -07:00
specs Updates for calculate delta task 2015-05-13 13:28:52 -05:00
specs-tests Fix ups so pbr and setup works 2015-04-23 16:04:27 -05:00
tools Initial directory skeleton 2014-09-04 15:28:10 -06:00
.coveragerc Add tox -ecover environment 2015-03-27 16:12:38 +00:00
.gitignore Implementation for bp/api-to-oslo-messing-handler 2015-04-08 21:46:54 +00:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
.testr.conf Initial directory skeleton 2014-09-04 15:28:10 -06:00
CONSTITUTION.rst Hacking fixes in CONSTITUTION, ROADMAP, & HACKING 2014-08-16 00:13:00 -05:00
doc-requirements.txt Add the config file for nova compute drive 2015-03-24 13:48:36 -07:00
HACKING.rst Added versioning and migration mandates 2014-12-05 17:37:38 -06:00
LICENSE Populate repository with common initial files 2014-07-02 20:30:14 -07:00
MANIFEST.in Populate repository with common initial files 2014-07-02 20:30:14 -07:00
openstack-common.conf Sync with oslo-incubator, tweak as needed 2015-03-30 18:06:47 -06:00
README.rst Documenting project direction and design 2014-08-02 17:08:10 +00:00
requirements.txt Updated from global requirements 2015-07-01 22:27:16 +00:00
ROADMAP.rst Hacking fixes in CONSTITUTION, ROADMAP, & HACKING 2014-08-16 00:13:00 -05:00
setup.cfg Install etc/octavia/* files 2015-07-07 00:20:19 -05:00
setup.py Updated from global requirements 2015-06-22 21:20:25 +00:00
test-requirements.txt Updated from global requirements 2015-07-08 02:29:12 +00:00
tox.ini Adding Python 3.4 Compatibility and Tox Check 2015-06-23 18:18:17 +00:00

Octavia

Operator-grade open source scalable load balancer.

The Octavia project seeks to become the standard operator-grade load balancer in use in large OpenStack deployments. Note that it is not competing with the Neutron LBaaS extension and may never actually replace it. Rather, Octavia should be seen as "yet another vendor" which is accessed via a driver for Neutron LBaaS.

For more information on project direction and guiding principles for contributors, please see the CONSTITUTION.rst file in this directory, or specifications in the specs/ subdirectory. Other documentation can be found in the docs/ directory.

Please also see the ROADMAP.rst file for our project roadmap.