summaryrefslogtreecommitdiffstats
path: root/func/overlord
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix that methodSeth Vidal2008-02-051-6/+7
* new Func_Client_Exception and allow the the caller to specify the cert/key/c...Seth Vidal2008-02-051-8/+35
* typo found when a unittest hit that sectionAdrian Likins2008-02-041-1/+1
* Get ready for release but also fix func-inventory so it understands the new h...Michael DeHaan2008-02-041-1/+3
* Add overlord netapp module so we can create filer objects. Hot.John Eckersberg2008-02-041-0/+82
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-291-11/+21
|\
| * clean up expand servers a little bitAdrian Likins2008-01-291-11/+21
* | All exceptions, async or otherwise, now come back as easily detectable signat...Michael DeHaan2008-01-292-14/+14
|/
* Fixup to client noglobs invocation.Michael DeHaan2008-01-241-3/+2
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2008-01-233-273/+12
|\
| * Double-barrel asynchronous calls. Async can now occur on both sides simultan...Michael DeHaan2008-01-231-1/+10
| * Moving the async and multiprocess stuff to top level so we can use themMichael DeHaan2008-01-233-272/+2
* | first pass at allowing "groups" to be specified.Adrian Likins2008-01-232-2/+119
|/
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-173-5/+14
|\
| * oops, need that import afterallAdrian Likins2008-01-161-0/+1
| * pychecker/pyflakesAdrian Likins2008-01-161-2/+0
| * remove unused importAdrian Likins2008-01-161-1/+14
| * pychecker/pyflakesAdrian Likins2008-01-161-3/+0
* | Fix docstring.Michael DeHaan2008-01-171-1/+1
|/
* Make the --forks option also use storage that is not homedir based.Michael DeHaan2008-01-151-3/+3
* Make job engine delete jobs older than 1 hour, and store jobs not in homedirs...Michael DeHaan2008-01-151-6/+22
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-158-11/+7
|\
| * removed more shebangs from files that are not executable as part of the appli...Steve 'Ashcrow' Milner2008-01-142-4/+0
| * Our client.command.Command class looks for 'usage', not 'useage'Luke Macken2008-01-146-7/+7
* | Jobthing is now functional (see async_test.py for example usage), we still needMichael DeHaan2008-01-151-6/+7
|/