Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / mcollective / DESCR
blob3b1bbe824820ed824af8967f62ecc8f02781cfeb
1 The Marionette Collective aka. mcollective is a framework to build server
2 orchestration or parallel job execution systems.
4 Mcollective's primary use is to programmatically execute actions on clusters of
5 servers. In this regard it operates in the same space as tools like Func,
6 Fabric or Capistrano.
8 By not relying on central inventories and tools like SSH, it's not simply a
9 fancy SSH "for loop". MCollective uses modern tools like Publish Subscribe
10 Middleware and modern philosophies like real time discovery of network
11 resources using meta data and not hostnames. Delivering a very scalable and
12 very fast parallel execution environment.
14 The focus is on catering to the needs of enterprises and large deploys.
15 Pluggable Authentication, Authorization and Auditing capabilities sets it apart
16 from other tools in this space.