Merge branch 'master' of github.com:tengqm/senlin

Conflicts:
	.gitignore
	LICENSE
This commit is contained in:
tengqm 2014-12-25 18:46:29 +08:00
commit 88e19aa738
2 changed files with 15 additions and 0 deletions

3
.gitignore vendored
View File

@ -6,9 +6,12 @@ dist
*.egg-info
tags
*.log
heat-test.db
heat.sqlite
.venv
AUTHORS
ChangeLog
templates/cloudformation-examples
.tox
.coverage
.coverage.*

12
README.md Normal file
View File

@ -0,0 +1,12 @@
senlin
======
Senlin is a clustering service for OpenStack cloud. It creates and operates
clusters of heterogenous 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.