RETIRED, Clustering service for managing homogeneous objects in OpenStack
Go to file
tengqm c111473986 Temporarily disable exception logging
We have encountered some weird errors when running tests for py34. The
LOG.exception() call is not working properly due to some unclear
reasons. This patch proposes a temporary patch to disable exception
logging. Will keep looking into the problem later.

Change-Id: I4c736d71272645c42b467fd7d8820e3c59c15118
2015-10-08 08:54:40 -04:00
bin Add config reload capability to wsgi 2015-08-04 22:48:11 -04:00
devstack Install python-senlinclient using pip by default 2015-09-24 21:38:15 -04:00
doc Merge "Fix errors in building API docs" 2015-10-01 08:35:29 +00:00
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 Temporarily disable exception logging 2015-10-08 08:54:40 -04: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 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
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 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
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 First step of getting started doc 2015-07-07 10:08:32 -04:00
requirements.txt Updated from global requirements 2015-10-05 23:19:47 +00:00
run_tests.sh Initial version of test script 2014-12-10 16:18:44 +08:00
setup.cfg Rename batch policy to be senlin.policy.batching 2015-09-28 02:40:34 -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
TODO.rst Remove resize doc from TODO items 2015-10-01 05:13:03 -04: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

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.