Clustering service for managing homogeneous objects in OpenStack
Go to file
yanyanhu 936f2063a0 Add test case for LoadBalancer driver(2)
This patch completed the test case of LoadBalancer driver which
uses Neutron LBaaS as backend service. It also added a get_current
method in Senlin context module which actually invokes the
get_current method defined in oslo_context.

Change-Id: I8e5ab4c09f88ce52406187aa6e8fca7483934117
Closes-Bug: #1472852
2015-08-11 02:01:07 -04:00
bin Add config reload capability to wsgi 2015-08-04 22:48:11 -04:00
devstack Stop stealing keystonemiddleware options 2015-07-17 09:10:59 -04:00
doc Merge "API docs for webhooks" 2015-08-08 07:37:17 +00:00
etc/senlin Add cloud_backend_name option into Senlin config 2015-08-09 21:44:46 -04:00
examples Sample triggers using ceilometer alarm 2015-07-28 11:00:43 -04:00
senlin Add test case for LoadBalancer driver(2) 2015-08-11 02:01:07 -04:00
tools Add missing namespace for config generator 2015-06-27 05:41:56 -04:00
.coveragerc Tuning tox configuration 2015-04-13 05:46:26 -04:00
.gitignore Tuning tox configuration 2015-04-13 05:46:26 -04:00
.gitreview Fixed typo in .gitreview file 2015-03-18 16:42:20 +08:00
.testr.conf Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
CONTRIBUTING.rst Added some docs about hacking and testing 2015-03-25 11:32:09 +08:00
FEATURES.rst Add vertical scaling into the pipeline 2015-06-24 02:49:00 -04:00
HACKING.rst Added some docs about hacking and testing 2015-03-25 11:32:09 +08:00
LICENSE Initialial commit 2014-12-10 15:32:50 +08:00
MANIFEST.in Removed useless entries 2015-03-11 20:04:08 +08:00
README.rst First step of getting started doc 2015-07-07 10:08:32 -04:00
TODO.rst Make node-update support more parameters 2015-08-03 09:47:58 -04:00
babel.cfg Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
install.sh Switch from MySQL-python to PyMySQL 2015-07-01 09:47:31 -04:00
pylintrc Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
requirements.txt Updated from global requirements 2015-08-10 02:15:24 +00:00
run_tests.sh Initial version of test script 2014-12-10 16:18:44 +08:00
setup.cfg Use Senlin generic driver to manage nova_v2 driver 2015-08-10 05:30:49 -04:00
setup.py Updated from global requirements 2015-07-15 01:39:08 +00:00
test-requirements.txt Updated from global requirements 2015-08-04 00:58:56 +00:00
tox.ini Fix coverage test 2015-08-06 09:39:03 -04:00
uninstall.sh Initial version borrowed from Heat 2014-12-10 17:17:35 +08:00

README.rst

Senlin

Overview

Senlin is a clustering service for OpenStack clouds. It creates and operates clusters of homogenous objects exposed by other OpenStack services. The goal is to make the orchestration of collections of similar objects easier.

Senlin provides RESTful APIs to users so that they can associate various policies to a cluster. Sample policies include placement policy, load balancing policy, health policy, scaling policy, update policy and so on.

Senlin is designed to be capable of managing different types of objects. An object's lifecycle is managed using profile type implementations, which are themselves plugins.

For Users

If you want to install Senlin for a try out, please refer to the documents under the doc/source/getting_started/ subdirectory.

For Developers

There are many ways to help improve the software, for example, filing a bug, submitting or reviewing a patch, writing or reviewing some documents. There are documents under the doc/source/developer/ subdirectory.

Resources

Launchpad Projects

Code Repository

Blueprints

Bug Tracking

Weekly Meetings

IRC

IRC Channel: #senlin on Freenode.

Mailinglist

Project use http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev as the mailinglist. Please use tag [Senlin] in the subject for new threads.