RETIRED, Clustering service for managing homogeneous objects in OpenStack
27a0cf7556
- 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. |
||
---|---|---|
bin | ||
doc | ||
etc/senlin | ||
examples | ||
senlin | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.testr.conf | ||
babel.cfg | ||
Changelog | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
install.sh | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.md | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
testfile | ||
TODO | ||
tox.ini | ||
uninstall.sh |
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.