summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/listminions.py
Commit message (Collapse)AuthorAgeFilesLines
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-281-3/+2
| | | | | update the cmd_modules/* classes accordingly also cleanup some imports in the cmd_modules/* classes
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-281-10/+5
| | | | | | | | | | | | | This class adds data about the default settings for the Overlord class that the various cmd_module classes were hardcoding, notable DEFAULT_PORT. update all the cmd_modules/* classes to use the new BaseCommand class. Remove any DEFAULT_PORT references. Also remove the ill advised --port option some of them had, since this doesnt really make much sense. Progress on https://fedorahosted.org/func/ticket/31
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-6/+6
| | | | | | | works but will dive a deprecation warning. First pass at this refactor. I think just about everything has been updated, but some questions remain. Like if client.py needs a name change.
* initial work on "func '*' check" command for diagnosing basic setup problems,Michael DeHaan2008-02-211-1/+2
| | | | still more to do.
* Fix minion listingMichael DeHaan2008-02-191-5/+8
|
* Our client.command.Command class looks for 'usage', not 'useage'Luke Macken2008-01-141-1/+1
|
* more deletions of shebangs.Steve 'Ashcrow' Milner2008-01-131-2/+0
|
* move "func list_minions" to be a cmd moduleAdrian Likins2007-10-241-0/+53
So now it also respects the hostnamegoo glob, so you can use it to test glob patterns func "*.redhat.com" list_minions will show all the minions that match that pattern