summaryrefslogtreecommitdiffstats
path: root/func/overlord
Commit message (Expand)AuthorAgeFilesLines
* sleep a little bit when polling it kills the machine it is runningmakkalot2008-08-011-0/+1
* add more methods for groups apimakkalot2008-07-311-5/+45
* some changes into Minions class to work properly with Group classmakkalot2008-07-291-5/+11
* some fixes into groups also adding some db operations like add,remove and etc.makkalot2008-07-291-22/+131
* merge from new_layout to mastermakkalot2008-07-281-1/+12
|\
| * adding the open_ids part to the overlord classmakkalot2008-07-171-1/+12
* | sys thingmakkalot2008-07-281-1/+1
* | attempting to remove any prints to stdout that should be going to stderrAdrian Likins2008-07-245-9/+9
* | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/funcAdrian Likins2008-07-243-11/+143
|\ \
| * \ Merge kadamski@git.fedorahosted.org:/git/funcKrzysztof A. Adamski2008-07-245-5/+5
| |\ \
| * | | Raise exception when no minions match server_spec.Krzysztof A. Adamski2008-07-241-0/+2
| * | | Merge branch 'ssalevan-delegation'Krzysztof A. Adamski2008-07-243-11/+141
| |\ \ \
| | * \ \ Merge branch 'master' of git@github.com:ssalevan/funcSteve Salevan2008-07-231-1/+1
| | |\ \ \
| | * | | | Adding delegation capabilities for asynchronous calls, fixing jobthing/forkbo...Steve Salevan2008-07-232-9/+79
| | * | | | Fixing mapper to recognize and fix infinite recursive loops and error conditionsSteve Salevan2008-07-181-0/+6
| | * | | | Adding delegation call grouping to reduce the amount of necessary delegated c...Steve Salevan2008-07-162-6/+60
| | | |_|/ | | |/| |
* | | | | Merge branch 'unduping_code'Adrian Likins2008-07-241-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | change this call to hostname to emulate the way the old func.minion.utilsAdrian Likins2008-07-241-1/+1
* | | | | Merge branch 'unduping_code'Adrian Likins2008-07-245-5/+5
|\| | | | | |/ / / |/| | |
| * | | aiee. missed some uses of "func.config". Fix those to use certmaster.configAdrian Likins2008-07-245-5/+5
* | | | Merge branch 'unduping_code'Adrian Likins2008-07-241-1/+1
|\| | |
| * | | gut most of func/utils.pyAdrian Likins2008-07-241-1/+1
| | |/ | |/|
* / | fix calls of "func '@group1;@group2" fooAdrian Likins2008-07-241-5/+3
|/ /
* / 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