RETIRED, Clustering service for managing homogeneous objects in OpenStack
Go to file
Qiming 2e6f30f615 Added IRC channel
Added IRC channel
2015-02-03 09:10:36 +08:00
bin Fixed reference to rpc_api 2015-01-26 17:08:25 +08:00
contrib/devstack/lib Removed TLS related config stuff 2015-02-01 15:15:00 +08:00
doc Revised profiles documentation 2015-02-02 13:52:35 +08:00
etc/senlin Some small nits for profiles.py 2015-02-02 16:41:52 +08:00
examples Removed parameters section from spec 2015-01-31 22:36:48 +08:00
senlin Revised log format to be consistent 2015-02-02 23:21:54 +08:00
tools Remove clients package from config generator 2015-02-01 13:40:22 +08:00
.coveragerc Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
.gitignore Merge branch 'master' of github.com:tengqm/senlin 2014-12-25 18:46:29 +08:00
.testr.conf Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
babel.cfg Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
Changelog Merge branch 'master' of github.com:tengqm/senlin 2015-01-02 20:54:31 +08:00
CONTRIBUTING.rst Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
HACKING.rst Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
install.sh Initial version of install script 2014-12-10 16:09:20 +08:00
LICENSE Initial commit 2014-12-25 18:22:18 +08:00
MANIFEST.in Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
openstack-common.conf Add periodic_task support 2015-01-25 23:20:24 +08:00
pylintrc Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
README.md Added IRC channel 2015-02-03 09:10:36 +08:00
requirements.txt Revised project requirements 2015-01-30 15:25:54 +08:00
run_tests.sh Initial version of test script 2014-12-10 16:18:44 +08:00
setup.cfg Remove clients module from setup config 2015-02-01 13:37:34 +08:00
setup.py Initial version 2014-12-17 15:22:51 +08:00
test-requirements.txt Removed lockfile from test requirements 2015-01-30 09:20:51 +08:00
testfile Only for test's purpose 2014-12-11 10:35:01 +08:00
TODO Revised TODO list 2015-01-30 11:03:00 +08:00
tox.ini Enable E265 and H307 PEP8 checking 2015-02-02 14:52:06 +08:00
uninstall.sh Initial version borrowed from Heat 2014-12-10 17:17:35 +08:00

senlin

Senlin is a clustering service for OpenStack cloud. It creates and operates clusters of homogenous objects exposed by other OpenStack services. The goal is to make 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, failover policy, scaling policy, ... and so on.

Developers will decide when to contribute it to OpenStack community.

IRC Channel: #senlin