没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > mcollective |
mcollective
|
5 | 0 | 1196 |
贡献者 | 讨论 | 代码提交 |
The Marionette Collective aka. mcollective is a framework to build server orchestration or parallel job execution systems.
Primarily we'll use it as a means to programmatically execute actions on clusters of servers. In this regard we operate in the same space as tools like Func, Fabric or Capistrano.
We've attempted to think out of the box a bit designing this system by not relying on central inventories and tools like SSH, we're not simply a fancy SSH "for loop". MCollective uses modern tools like Publish Subscribe Middleware and modern philosophies like real time discovery of network resources using meta data and not hostnames. Delivering a very scalable and very fast parallel execution environment.
Read the Introduction page for a full introduction about what you can do with