RETIRED, Clustering service for managing homogeneous objects in OpenStack
Go to file
lvdongbing 846f8175dd Support single test
Support to run single test, e.g.
tox -epy27 -- -n senlin.tests.unit.profiles.test_nova_server
Change-Id: I1bc36a624b7cfced3aba721bfeeb780c3b5e3214
2015-11-24 02:03:39 -05: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 Fix spelling error for senlin.policy.deletion schema 2015-11-06 01:08:14 +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 Merge "Remove 'spec' from profile-update service api" 2015-11-18 06:02:42 +00:00
tools Fix setup-service script for RC/role checking 2015-11-02 00:21:50 -05:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 15:29:58 +00:00
.gitignore Add sample conf to .gitignore 2015-10-22 17:06:38 -07: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 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
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 Pick up Lock Breaker from TODO items 2015-11-16 05:40:36 +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-11-18 00:23:45 +00:00
run_tests.sh Initial version of test script 2014-12-10 16:18:44 +08:00
setup.cfg Bump development version to 0.2.0 2015-10-20 23:04:21 -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 Support single test 2015-11-24 02:03:39 -05: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.