Clustering service for managing homogeneous objects in OpenStack
Go to file
zhurong b3cde50695 Change LOG.warn to LOG.warning
Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning
so we prefer to use warning to avoid DeprecationWarning.

Change-Id: Ic7496d4dc765586e1bc79c3202b80c444443faf0
Closes-Bug: #1530742
2015-12-22 10:18:50 +08: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 doc: Fix profiles 2016-01-03 14:26:55 +00:00
etc/senlin Fix broken policy JSON file 2015-12-24 20:00:29 -05:00
examples Remove examples for triggers 2015-11-26 01:32:09 +00:00
releasenotes Implement purge_deleted command 2015-12-16 04:12:14 -05:00
senlin Change LOG.warn to LOG.warning 2015-12-22 10:18:50 +08:00
tools Make health_mgr_opts auto generate to config sample 2015-12-15 21:02:14 -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
CONTRIBUTING.rst Added some docs about hacking and testing 2015-03-25 11:32:09 +08:00
FEATURES.rst Add blue-green deployment as a feature request 2015-12-15 09:17:37 -05:00
HACKING.rst Use assertIsNone rather than assertEqual(A, None) 2015-12-31 03:12:59 +00: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 Update TODO list 2015-12-14 11:01:49 +09:00
babel.cfg Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
install.sh install.sh: stop using deprecated option group for rabbit 2015-12-23 18:17:09 +08:00
pylintrc Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
requirements.txt Updated from global requirements 2016-01-01 20:33:35 +00:00
run_tests.sh Initial version of test script 2014-12-10 16:18:44 +08:00
setup.cfg Make health_mgr_opts auto generate to config sample 2015-12-15 21:02:14 -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
tox.ini Merge "Use assertIsNone rather than assertEqual(A, None)" 2016-01-02 11:42:40 +00: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.