summaryrefslogtreecommitdiffstats
path: root/func/minion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'awood_submit'Adrian Likins2008-07-281-1/+2
|\
| * Merge branch 'submit' of git://github.com/awood/func into awood_submitAdrian Likins2008-07-281-1/+2
| |\
| | * Modifying the update command to use a pattern rather than a name.Alex Wood2008-07-281-1/+1
| | * Previously the update method returned true even if yum didn't actually update.Alex Wood2008-07-241-4/+3
| | * Adding the ability to search for yum updates to specific packagesAlex Wood2008-07-221-3/+21
* | | attempting to remove any prints to stdout that should be going to stderrAdrian Likins2008-07-242-3/+4
* | | rev api version to "0.1.0" since we changed the return ofAdrian Likins2008-07-241-1/+1
|/ /
* | Previously the update method returned true even if yum didn't actually update.Alex Wood2008-07-241-4/+3
* | Merge kadamski@git.fedorahosted.org:/git/funcKrzysztof A. Adamski2008-07-242-2/+2
|\ \
| * | aiee. missed some uses of "func.config". Fix those to use certmaster.configAdrian Likins2008-07-242-2/+2
* | | Merge branch 'ssalevan-delegation'Krzysztof A. Adamski2008-07-242-10/+91
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of git@github.com:ssalevan/funcSteve Salevan2008-07-232-5/+62
| |\ \
| * | | Adding delegation capabilities for asynchronous calls, fixing jobthing/forkbo...Steve Salevan2008-07-232-7/+69
| * | | Fixing mapper to recognize and fix infinite recursive loops and error conditionsSteve Salevan2008-07-181-2/+10
| * | | Adding delegation call grouping to reduce the amount of necessary delegated c...Steve Salevan2008-07-161-8/+19
* | | | use the SSLCommon from certmaster, it's gone from funcAdrian Likins2008-07-241-1/+1
* | | | remove func/certs.py, func/config.py, and func/minion/utils.pyAdrian Likins2008-07-241-95/+0
* | | | gut most of func/utils.pyAdrian Likins2008-07-241-7/+5
| |/ / |/| |
* | | apply patch from awood@redhat.com thats adds a filter to the yumcmd.check_upd...Adrian Likins2008-07-231-3/+21
| |/ |/|
* | Merge branch 'mhicks'Adrian Likins2008-07-191-0/+36
|\ \
| * | We need to make sure the KVM autostart directory existsMatt Hicks2008-07-181-0/+9
| * | Adding a 'virttype' method to the virtualization moduleMatt Hicks2008-07-181-0/+3
| * | Switching from using 'virsh autostart' to manually creatingMatt Hicks2008-07-181-4/+7
| * | Adding an autostart method that creates the symbolic linkMatt Hicks2008-07-181-0/+21
| * | Adding an option for no graphics supportMatthew Hicks2008-07-151-1/+4
| * | Closing file descriptors during the virt install to avoid leaking themMatthew Hicks2008-07-151-1/+1
* | | Added patch to be able to update just a specific packageMichael DeHaan2008-07-151-2/+5
| |/ |/|
* | Merge branch 'mhicks_submit'Michael DeHaan2008-07-141-2/+5
|\ \
| * | Adding an option for no graphics supportMatthew Hicks2008-07-071-1/+4
| * | Closing file descriptors during the virt install to avoid leaking themMatthew Hicks2008-07-071-1/+1
| |/
* | Merge branch 'ssalevan_delegation'Michael DeHaan2008-07-113-1/+85
|\ \
| * | Committing fixes to delegation/overlord client codeSteve Salevan2008-07-091-2/+2
| * | Adding in tree manipulation tools and minion-side delegation module.Steve Salevan2008-07-081-0/+35
| * | Renaming minion module certmaster to prevent gnarl namespace issues.Steve Salevan2008-06-272-4/+8
| * | Fixing mapping function to produce correct mapSteve Salevan2008-06-271-10/+11
| * | Fixing certmaster to work with branched certmaster project (you can noSteve Salevan2008-06-272-1/+45
* | | Make list_minions use the server_spec APIs versus making a remote test call.Michael DeHaan2008-07-112-1/+2
* | | Merge branch 'makkalot_extreme'Michael DeHaan2008-07-081-0/+131
|\ \ \ | |_|/ |/| |
| * | adding also the boolean to test to see if it worksmakkalot2008-06-301-1/+16
| * | simple test method to see all the rendering options in web UI (maybe removed ...makkalot2008-06-301-0/+116
* | | Merge branch 'kadamski-async2'Michael DeHaan2008-07-022-2/+11
|\ \ \
| * | | Add support for local modules configuration files.Krzysztof A. Adamski2008-06-291-1/+10
| * | | Fix traceback when starting funcd on Python 2.4Krzysztof A. Adamski2008-06-271-1/+1
* | | | Remove a few stray printsMichael DeHaan2008-06-301-3/+1
|/ / /
* | | Merge branch 'kadamski-async2'Michael DeHaan2008-06-271-1/+1
|\ \ \
| * | | Change SocketServer.ThreadingMixIn to SocketServer.ForkingMixIn in BaseAuthed...Krzysztof A. Adamski2008-06-261-1/+1
* | | | add "glob" method to rpm minion module, and add test casesAdrian Likins2008-06-261-0/+25
* | | | strip any white space passed into services nameAdrian Likins2008-06-261-0/+2
| |_|/ |/| |
* | | Applying Matt Hicks' patches to enhance the virt modules.Michael DeHaan2008-06-241-3/+26
| |/ |/|
* | better validation in server side for servicesmakkalot2008-06-221-1/+2