RETIRED, Clustering service for managing homogeneous objects in OpenStack
Go to file
2015-12-15 06:01:27 +00:00
bin Add config reload capability to wsgi 2015-08-04 22:48:11 -04:00
devstack Fix service setup script for new endpoints 2015-12-07 22:29:10 +08:00
doc Add detailed devstack instructions 2015-12-14 03:36:56 +00:00
etc/senlin Fix policy json file to delete project checking 2015-12-07 03:36:32 -05:00
examples Remove examples for triggers 2015-11-26 01:32:09 +00:00
releasenotes Remove local copy of api doc 2015-12-10 00:01:53 -05:00
senlin Merge "Fix list data type implementation" 2015-12-15 06:01:27 +00:00
tools Revert to use keystone v2 based OSC 2015-12-07 21:43:44 -05:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 15:29:58 +00:00
.gitignore Add reno for release notes generation 2015-11-24 21:23:40 -05:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:38:36 +00:00
.testr.conf Support single test 2015-11-24 02:03:39 -05:00
babel.cfg 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 a FEATURE item 2015-11-11 01:20:47 -05:00
HACKING.rst Added some docs about hacking and testing 2015-03-25 11:32:09 +08:00
install.sh Switch from MySQL-python to PyMySQL 2015-07-01 09:47:31 -04: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
pylintrc Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
README.rst Change the repositories from stackforge to openstack 2015-10-18 16:18:25 +05:30
requirements.txt Updated from global requirements 2015-12-11 22:54:19 +00:00
run_tests.sh Initial version of test script 2014-12-10 16:18:44 +08:00
setup.cfg Fix placement policy organization 2015-11-29 03:18:55 -05:00
setup.py Updated from global requirements 2015-09-17 12:18:25 +00:00
test-requirements.txt Add reno for release notes generation 2015-11-24 21:23:40 -05:00
TODO.rst Update TODO list 2015-12-14 11:01:49 +09:00
tox.ini Pass environment variables of proxy to tox 2015-12-01 20:52:49 -05:00
uninstall.sh Initial version borrowed from Heat 2014-12-10 17:17:35 +08:00

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.