summaryrefslogtreecommitdiffstats
path: root/func/overlord
Commit message (Expand)AuthorAgeFilesLines
* gut most of func/utils.pyAdrian Likins2008-07-241-1/+1
* Fix usage message printing in copyfile cmd_module.Krzysztof A. Adamski2008-07-201-1/+1
* Removing stray print messageMichael DeHaan2008-07-113-33/+10
* Merge branch 'ssalevan_delegation'Michael DeHaan2008-07-115-15/+348
|\
| * Adding in some code to make CLI access available for delegationSteve Salevan2008-07-104-12/+16
| * Removing superfluous print statementsSteve Salevan2008-07-091-2/+0
| * Committing fixes to delegation/overlord client codeSteve Salevan2008-07-091-1/+6
| * Adding potentially-working delegation code to overlord clientSteve Salevan2008-07-092-17/+54
| * Adding in tree manipulation tools and minion-side delegation module.Steve Salevan2008-07-082-4/+182
| * Adding in arguments for calling func with delegationSteve Salevan2008-07-012-2/+18
| * Adding in some basic map append functionality to mapper toolSteve Salevan2008-06-271-4/+25
| * Adding in a command-line map building tool,Steve Salevan2008-06-271-0/+74
* | Make list_minions use the server_spec APIs versus making a remote test call.Michael DeHaan2008-07-111-8/+4
* | Print userfriendly error messages instead of tracebacks in case of permission...Krzysztof A. Adamski2008-07-081-1/+2
* | Fix --jobstatus option for call cmd_module.Krzysztof Adamski2008-07-031-1/+1
* | Merge branch 'kadamski-async2'Michael DeHaan2008-07-022-1/+9
|\ \
| * | Remove unneded print statement.Krzysztof A. Adamski2008-06-291-1/+0
| * | Add support for forcing some long running methods to be called in async mode ...Krzysztof A. Adamski2008-06-291-0/+9
* | | some help output clean ups.Adrian Likins2008-06-303-3/+5
* | | remove print of formatted help hereAdrian Likins2008-06-301-1/+1
* | | Remove stray commentMichael DeHaan2008-06-301-1/+1
* | | Using config.cert_extension instead of hardcoded cert file extension '.cert'TANABE Ken-ichi2008-06-281-2/+2
|/ /
* | add a "summary" to the cmd_module classes so the help can get to them.Adrian Likins2008-06-267-1/+7
* | fix traceback on "func '*' copyfile". aka, call with no argumentsAdrian Likins2008-06-261-0/+4
* | check for empty method list on call cmd. dont traceback ifAdrian Likins2008-06-261-0/+5
|/
* Fix options.async and options.forks problem.Krzysztof A. Adamski2008-06-262-2/+6
* Make --forks command line parameter actually working now :)Krzysztof A. Adamski2008-06-071-1/+2
* Cleanup: Remove unneeded print statement.Krzysztof A. Adamski2008-06-061-1/+1
* Jobthing status codes cleanup.Krzysztof A. Adamski2008-06-061-2/+2
* Return unformated results from do().Krzysztof A. Adamski2008-05-311-4/+4
* Added --jobthing option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-3/+13
* Added --sort option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-5/+12
* Added --async option to 'call' cmd_module.Krzysztof A. Adamski2008-05-312-1/+39
* add "--pickle" support for dumping call data in python pickle format.Adrian Likins2008-04-081-1/+6
* don't use interactive mode, but print out the results directly from the "call"Adrian Likins2008-04-081-2/+8
* remove client.py importAdrian Likins2008-03-281-1/+0
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-288-40/+48
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-287-88/+65
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-289-43/+61
* update this test code to use new certmaster locationsAdrian Likins2008-03-041-1/+1
* missed some bits in the certmaster/func conversion. Use MinionConfig insteadAdrian Likins2008-03-041-5/+5
* make "make clean" even cleanier.Adrian Likins2008-03-043-2/+36
* mostly merges of stuff I thought I had already committed and pushedAdrian Likins2008-02-292-7/+9
* using the wrong path to minion.conf, updateAdrian Likins2008-02-291-2/+2
* Remove a bunch of unused imports.Luke Macken2008-02-211-1/+0
* Fixing func "*" ping functionality, which had an earlier reference to expand_...Michael DeHaan2008-02-213-7/+35
* initial work on "func '*' check" command for diagnosing basic setup problems,Michael DeHaan2008-02-214-5/+132
* Fix minion listingMichael DeHaan2008-02-191-5/+8
* Refactor the minion/server list and group stuff. Still not ideal, butAdrian Likins2008-02-123-60/+68
* move some methods into the Groups class.Adrian Likins2008-02-122-18/+30