summaryrefslogtreecommitdiffstats
path: root/func/overlord/client.py
Commit message (Expand)AuthorAgeFilesLines
* Just some permissions clean up on source files, mostlyAdrian Likins2009-01-191-0/+0
* For some reason, Client is getting init'ed with async=NoneAdrian Likins2008-11-111-3/+6
* Fix a bug with "func-transmit --yaml" send bools as strings and causingAdrian Likins2008-10-311-1/+14
* better fix for ticket #53 (trailing slashes break cert matching)Adrian Likins2008-09-021-1/+1
* remove any unneeded /'s from the cert path to fix ticket #53Adrian Likins2008-09-011-1/+4
* Make exception more verbose.Krzysztof A. Adamski2008-08-161-1/+1
* Pass reference to the parrent class to modules loaded by load_methods().Krzysztof A. Adamski2008-08-071-2/+2
* Adding overlord modules support.Krzysztof A. Adamski2008-08-071-1/+11
* some changes into Minions class to work properly with Group classmakkalot2008-08-011-5/+11
* merge from new_layout to mastermakkalot2008-07-281-1/+12
|\
| * adding the open_ids part to the overlord classmakkalot2008-07-171-1/+12
* | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/funcAdrian Likins2008-07-241-10/+76
|\ \
| * \ Merge kadamski@git.fedorahosted.org:/git/funcKrzysztof A. Adamski2008-07-241-1/+1
| |\ \
| * | | Raise exception when no minions match server_spec.Krzysztof A. Adamski2008-07-241-0/+2
| * | | Merge branch 'ssalevan-delegation'Krzysztof A. Adamski2008-07-241-10/+74
| |\ \ \
| | * | | Adding delegation capabilities for asynchronous calls, fixing jobthing/forkbo...Steve Salevan2008-07-231-9/+65
| | * | | Adding delegation call grouping to reduce the amount of necessary delegated c...Steve Salevan2008-07-161-5/+13
| | | |/ | | |/|
* | | | change this call to hostname to emulate the way the old func.minion.utilsAdrian Likins2008-07-241-1/+1
| |_|/ |/| |
* | | aiee. missed some uses of "func.config". Fix those to use certmaster.configAdrian Likins2008-07-241-1/+1
|/ /
* / gut most of func/utils.pyAdrian Likins2008-07-241-1/+1
|/
* Removing stray print messageMichael DeHaan2008-07-111-25/+4
* Merge branch 'ssalevan_delegation'Michael DeHaan2008-07-111-13/+90
|\
| * Adding in some code to make CLI access available for delegationSteve Salevan2008-07-101-5/+7
| * 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-091-16/+53
| * Adding in tree manipulation tools and minion-side delegation module.Steve Salevan2008-07-081-4/+27
| * Adding in arguments for calling func with delegationSteve Salevan2008-07-011-1/+13
* | Print userfriendly error messages instead of tracebacks in case of permission...Krzysztof A. Adamski2008-07-081-1/+2
* | Using config.cert_extension instead of hardcoded cert file extension '.cert'TANABE Ken-ichi2008-06-281-2/+2
|/
* Remove unneeded print statement.Krzysztof A. Adamski2008-05-311-1/+1
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-6/+16
* use certmaster.commonconfig.CMConfig here instead of the one that used to be ...Adrian Likins2008-02-251-1/+1
* fix up some paths.Adrian Likins2008-02-251-5/+7
* Fixing func "*" ping functionality, which had an earlier reference to expand_...Michael DeHaan2008-02-211-0/+7
* Refactor the minion/server list and group stuff. Still not ideal, butAdrian Likins2008-02-121-52/+61
* move some methods into the Groups class.Adrian Likins2008-02-121-18/+18
* 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
* 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-291-6/+4
|/
* Fixup to client noglobs invocation.Michael DeHaan2008-01-241-3/+2
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2008-01-231-3/+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-231-2/+2
* | first pass at allowing "groups" to be specified.Adrian Likins2008-01-231-2/+24
|/
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-171-2/+0
|\
| * oops, need that import afterallAdrian Likins2008-01-161-0/+1