spiralhouse / grobot

A Groovy-based remote execution framwork
0 stars 1 forks source link

Allow bots to be assigned to a group #24

Open johnburbridge opened 11 years ago

johnburbridge commented 11 years ago

As a grobot user, I would like to be able to assign my bots to a group so that I can easily add attributes to them in batch and/or be able to schedule tasks against them collectively.

Ideally groups should come in two flavors: static and dynamic. The former being a simple list which items get added and removed from, the latter being a rules driven and evaluated at runtime to collect whatever bots match at that point in time.

Static groups should also be able to contain other groups.