Clustering service for managing homogeneous objects in OpenStack
Go to file
Jenkins 868cd78d23 Merge "Revise nova server get_details call" 2015-10-21 00:23:52 +00:00
bin Add config reload capability to wsgi 2015-08-04 22:48:11 -04:00
devstack Change the repositories from stackforge to openstack 2015-10-18 16:18:25 +05:30
doc Change the repositories from stackforge to openstack 2015-10-18 16:18:25 +05:30
etc/senlin Revise ssl filter in api-paste.ini 2015-09-25 10:05:31 +09:00
examples Fix sample yaml for threshold alarm 2015-09-29 04:41:35 -04:00
senlin Merge "Revise cluster_add_nodes action's behavior" 2015-10-20 06:07:51 +00:00
tools Add missing namespace for config generator 2015-06-27 05:41:56 -04:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 15:29:58 +00:00
.gitignore Tuning tox configuration 2015-04-13 05:46:26 -04:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:38:36 +00: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 Change the repositories from stackforge to openstack 2015-10-18 16:18:25 +05:30
TODO.rst Merge "Add a TODO item" 2015-10-19 02:04:00 +00: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-10-20 00:54:45 +00:00
run_tests.sh Initial version of test script 2014-12-10 16:18:44 +08:00
setup.cfg Mark branch as 0.1 2015-10-19 06:07:55 -04:00
setup.py Updated from global requirements 2015-09-17 12:18:25 +00:00
test-requirements.txt Updated from global requirements 2015-10-02 14:38:32 +00:00
tox.ini Fix gate job of Senlin functional test 2015-08-13 22:46:21 -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.