RETIRED, Clustering service for managing homogeneous objects in OpenStack
Go to file
tengqm 27a0cf7556 A bunch of changes to Action implementation.
- No target object is passed as positional argument;
- Added CustomAction as a placeholder for future extension;
- Reworked intialization logic;
- Renamed default action sets to make them more explicit;
- Added some pseudo logics to some methods, to be completed yet.
2014-12-31 17:43:18 +08:00
bin Removed profiler support 2014-12-17 01:50:27 +08:00
doc Initial version 2014-12-26 13:52:17 +08:00
etc/senlin Initial version 2014-12-15 00:04:38 +08:00
examples WIP change to stack profile example. 2014-12-29 14:45:27 +08:00
senlin A bunch of changes to Action implementation. 2014-12-31 17:43:18 +08:00
tools Revised password 2014-12-25 18:49:39 +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 Revised 2014-12-30 10:47:29 +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 Remove crypto and versionutils from openstack-common.conf since these 2014-12-18 22:01:58 -05:00
pylintrc Initial copy of project files from Heat 2014-12-10 15:47:34 +08:00
README.md Fixed a typo 2014-12-26 10:16:09 +08:00
requirements.txt Fixed SQLAlchemy version requirement. 2014-12-19 22:01:48 +08:00
run_tests.sh Initial version of test script 2014-12-10 16:18:44 +08:00
setup.cfg Switch to oslo.config 2014-12-18 14:24:09 +08:00
setup.py Initial version 2014-12-17 15:22:51 +08:00
test-requirements.txt Initial version of package dependencies 2014-12-10 17:19:36 +08:00
testfile Only for test's purpose 2014-12-11 10:35:01 +08:00
TODO add action API revision task 2014-12-31 12:11:59 +08:00
tox.ini Switch to oslo.config 2014-12-18 14:24:09 +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.