wlstks7 / interactive-spaces

Automatically exported from code.google.com/p/interactive-spaces
Other
0 stars 0 forks source link

Space Controller Groups #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose would be to shutdown certain groups of controllers simultaneously.

Original issue reported on code.google.com by schart...@google.com on 25 Sep 2012 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by schart...@google.com on 25 Sep 2012 at 10:33

GoogleCodeExporter commented 9 years ago
is this separate from the "tags" functionality for SpaceOperations where you 
can the run:
groovy SpaceOperationsRunner.groovy some.description startControllers :group1

?

in the some.description. for each computer you want in the group you add a 
'tags' section to the computer (shown here after the 'hostId' is specified):

    hostId: "special_computer_1",
    tags: ["group1"]

Original comment by quinkenn...@gmail.com on 20 Nov 2012 at 8:57

GoogleCodeExporter commented 9 years ago
This was to be part of the domain model in the master so we can connect by 
groups, etc.

Original comment by khug...@google.com on 18 Dec 2012 at 5:55