summaryrefslogtreecommitdiffstats
path: root/func/minion
Commit message (Collapse)AuthorAgeFilesLines
...
* make command.run invoke sub_process with closed_fds=TrueAdrian Likins2008-09-021-2/+3
| | | | | | | so new processed dont inherit any fd's from func FIXME: we should probably do the same for all uses of sub_process
* Merge branch 'master' into cmd_run_envAdrian Likins2008-08-2626-20/+1037
|\
| * Create simple copyfile overlord module that is able to send big files.Krzysztof A. Adamski2008-08-231-0/+41
| |
| * little change in network testmakkalot2008-08-131-4/+4
| |
| * export the iptables commandmakkalot2008-08-132-1/+122
| |
| * merge master into the export_methods branchmakkalot2008-08-133-123/+3
| |\
| * | export the netapp.vol.clone we forgot itmakkalot2008-08-121-1/+44
| | |
| * | export overlord modulemakkalot2008-08-121-0/+18
| | |
| * | export the certmaster module and remove some irrelevant linesmakkalot2008-08-121-5/+36
| | |
| * | export the test module not necessary but useful to see if other side respondsmakkalot2008-08-111-0/+52
| | |
| * | export the netapp modulemakkalot2008-08-113-1/+127
| | |
| * | export thesnmp modulemakkalot2008-08-111-1/+29
| | |
| * | export reboot modulemakkalot2008-08-111-1/+26
| | |
| * | export jboss and fix some typosmakkalot2008-08-113-5/+75
| | |
| * | a typo again probably i was drunk when writing thosemakkalot2008-08-111-1/+1
| | |
| * | a simple change heremakkalot2008-08-111-10/+1
| | |
| * | remove the hash** case from api we dont need it actually args* case is ↵makkalot2008-08-112-8/+0
| | | | | | | | | | | | enough i think
| * | some changes in the echo test modulemakkalot2008-08-111-0/+39
| | |
| * | a simple addition in export method apimakkalot2008-08-111-0/+2
| | |
| * | typo typos arghhmakkalot2008-08-111-4/+3
| | |
| * | arggh should check before send hmmmakkalot2008-08-111-2/+3
| | |
| * | a typo here hmmmakkalot2008-08-111-1/+1
| | |
| * | export module file_trackermakkalot2008-08-081-0/+51
| | |
| * | export module nagios-checkmakkalot2008-08-081-0/+18
| | |
| * | export module yumcmcdmakkalot2008-08-081-0/+33
| | |
| * | export the sysctl modulemakkalot2008-08-081-0/+38
| | |
| * | export smart minion modulemakkalot2008-08-081-0/+19
| | |
| * | export the rpms modulemakkalot2008-08-081-0/+35
| | |
| * | export the networktest methodmakkalot2008-08-081-0/+64
| | |
| * | export the process modulemakkalot2008-08-071-0/+52
| | |
| * | export the hardware modulemakkalot2008-08-071-0/+26
| | |
| * | exporting the mount module for UI usagemakkalot2008-08-071-0/+76
| | |
| * | the series of exporting the minion modules to UI command modulemakkalot2008-08-071-0/+26
| | |
* | | add support for specifying a set of enviroment variables to runAdrian Likins2008-08-211-4/+9
| |/ |/| | | | | | | | | | | | | | | a command in. also, add a unit test case atm, the env variables specified completely replace the normal enviroment
* | Fix circular import.Krzysztof A. Adamski2008-08-081-2/+2
| |
* | Adding overlord modules support.Krzysztof A. Adamski2008-08-071-4/+2
| |
* | Move module_loader.py to parent directory as it won't be used only on minion ↵Krzysztof A. Adamski2008-08-072-121/+1
| | | | | | | | now.
* | Change module_loader so it can be used in places other than ↵Krzysztof A. Adamski2008-08-071-5/+7
|/ | | | func/minion/server.py
* 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
| |\ | | | | | | | | | | | | | | | Conflicts: func/minion/modules/yumcmd.py
| | * 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
| | | | | | | | | | | | Now it returns the list of packages updated.
| | * 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
| | | | | | | | | | | | | | | | | | Trying to make sure things are clean for func-transmit. At some point, this should probably be some sort of log object instead of just to stderr.
* | | rev api version to "0.1.0" since we changed the return ofAdrian Likins2008-07-241-1/+1
|/ / | | | | | | | | | | | | a method. Pretty sure noone is actually using the api version info, but what the heck.
* | Previously the update method returned true even if yum didn't actually update.Alex Wood2008-07-241-4/+3
| | | | | | | | Now it returns the list of packages updated.
* | 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
| | | | | | | | | | | | | | | | | | | | | also missed a use of SSLCommon. darn grep, must be broken. Yeah, thats it, grep screw up. Nope, not me. Not me at all.
* | | 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
| |\ \