Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'bridge_module' | Adrian Likins | 2008-09-17 | 1 | -0/+170 | |
|\ | ||||||
| * | Changed method names in bridge module for increased usability. | Jasper Capel | 2008-09-17 | 1 | -15/+23 | |
| | | ||||||
| * | Added new module for basic bridge management | Jasper Capel | 2008-09-17 | 1 | -0/+162 | |
| | | ||||||
* | | add method in test minion module to export it's config | Adrian Likins | 2008-09-16 | 1 | -0/+9 | |
|/ | | | | add a simple unit test case to poke at it | |||||
* | patch to add some basic support for creating vlans from | Jasper Capel | 2008-09-16 | 1 | -0/+139 | |
| | | | | Jasper Capel <capel@stone-it.com> | |||||
* | do not return None when launcing jboss with no options | Adrian Likins | 2008-09-08 | 1 | -2/+2 | |
| | | | | patch from Luca Foppiano <lfoppiano@byte-code.com> | |||||
* | add a method to the test module to return a really big int | Adrian Likins | 2008-09-05 | 1 | -0/+10 | |
| | | | | | | Seems to break current versions of python, however. patch from Luca Lesinigo <luca@luckyluke.org> | |||||
* | Add a new --list-modules to the minion (funcd). The new option will let it ↵ | Luca Lesinigo | 2008-09-03 | 1 | -0/+8 | |
| | | | | | | print the list of loaded modules and quit. patch from Luca Lesinigo <luca@luckyluke.org> | |||||
* | make command.run invoke sub_process with closed_fds=True | Adrian Likins | 2008-09-02 | 1 | -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 | |||||
* | better fix for ticket #53 (trailing slashes break cert matching) | Adrian Likins | 2008-09-02 | 1 | -1/+1 | |
| | ||||||
* | remove any unneeded /'s from the cert path to fix ticket #53 | Adrian Likins | 2008-09-01 | 1 | -1/+4 | |
| | | | | "Trailing slash in certmaster.conf confuses glob function" | |||||
* | Merge branch 'master' into cmd_run_env | Adrian Likins | 2008-08-26 | 30 | -36/+1067 | |
|\ | ||||||
| * | Create simple copyfile overlord module that is able to send big files. | Krzysztof A. Adamski | 2008-08-23 | 3 | -15/+69 | |
| | | ||||||
| * | Merge branch 'export_methods' | makkalot | 2008-08-20 | 26 | -20/+997 | |
| |\ | ||||||
| | * | little change in network test | makkalot | 2008-08-13 | 1 | -4/+4 | |
| | | | ||||||
| | * | export the iptables command | makkalot | 2008-08-13 | 2 | -1/+122 | |
| | | | ||||||
| | * | merge master into the export_methods branch | makkalot | 2008-08-13 | 12 | -60/+108 | |
| | |\ | ||||||
| | * | | export the netapp.vol.clone we forgot it | makkalot | 2008-08-12 | 1 | -1/+44 | |
| | | | | ||||||
| | * | | export overlord module | makkalot | 2008-08-12 | 1 | -0/+18 | |
| | | | | ||||||
| | * | | export the certmaster module and remove some irrelevant lines | makkalot | 2008-08-12 | 1 | -5/+36 | |
| | | | | ||||||
| | * | | export the test module not necessary but useful to see if other side responds | makkalot | 2008-08-11 | 1 | -0/+52 | |
| | | | | ||||||
| | * | | export the netapp module | makkalot | 2008-08-11 | 3 | -1/+127 | |
| | | | | ||||||
| | * | | export thesnmp module | makkalot | 2008-08-11 | 1 | -1/+29 | |
| | | | | ||||||
| | * | | export reboot module | makkalot | 2008-08-11 | 1 | -1/+26 | |
| | | | | ||||||
| | * | | export jboss and fix some typos | makkalot | 2008-08-11 | 3 | -5/+75 | |
| | | | | ||||||
| | * | | a typo again probably i was drunk when writing those | makkalot | 2008-08-11 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | a simple change here | makkalot | 2008-08-11 | 1 | -10/+1 | |
| | | | | ||||||
| | * | | remove the hash** case from api we dont need it actually args* case is ↵ | makkalot | 2008-08-11 | 2 | -8/+0 | |
| | | | | | | | | | | | | | | | | enough i think | |||||
| | * | | some changes in the echo test module | makkalot | 2008-08-11 | 1 | -0/+39 | |
| | | | | ||||||
| | * | | a simple addition in export method api | makkalot | 2008-08-11 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | typo typos arghh | makkalot | 2008-08-11 | 1 | -4/+3 | |
| | | | | ||||||
| | * | | arggh should check before send hmm | makkalot | 2008-08-11 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | a typo here hmm | makkalot | 2008-08-11 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | export module file_tracker | makkalot | 2008-08-08 | 1 | -0/+51 | |
| | | | | ||||||
| | * | | export module nagios-check | makkalot | 2008-08-08 | 1 | -0/+18 | |
| | | | | ||||||
| | * | | export module yumcmcd | makkalot | 2008-08-08 | 1 | -0/+33 | |
| | | | | ||||||
| | * | | export the sysctl module | makkalot | 2008-08-08 | 1 | -0/+38 | |
| | | | | ||||||
| | * | | export smart minion module | makkalot | 2008-08-08 | 1 | -0/+19 | |
| | | | | ||||||
| | * | | export the rpms module | makkalot | 2008-08-08 | 1 | -0/+35 | |
| | | | | ||||||
| | * | | export the networktest method | makkalot | 2008-08-08 | 1 | -0/+64 | |
| | | | | ||||||
| | * | | export the process module | makkalot | 2008-08-07 | 1 | -0/+52 | |
| | | | | ||||||
| | * | | export the hardware module | makkalot | 2008-08-07 | 1 | -0/+26 | |
| | | | | ||||||
| | * | | exporting the mount module for UI usage | makkalot | 2008-08-07 | 1 | -0/+76 | |
| | | | | ||||||
| | * | | the series of exporting the minion modules to UI command module | makkalot | 2008-08-07 | 1 | -0/+26 | |
| | | | | ||||||
| | * | | merge from master async db stuff fixes | makkalot | 2008-08-03 | 2 | -8/+44 | |
| | |\ \ | ||||||
| | * | | | sleep a little bit when polling it kills the machine it is running | makkalot | 2008-08-01 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | a small fix in the async code that was causing wrong results | makkalot | 2008-08-01 | 1 | -4/+5 | |
| | | | | | ||||||
| | * | | | add more methods for groups api | makkalot | 2008-07-31 | 1 | -5/+45 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' of git://git.fedorahosted.org/func into new_layout | makkalot | 2008-07-29 | 1 | -1/+2 | |
| | |\ \ \ | ||||||
| | * | | | | some changes into Minions class to work properly with Group class | makkalot | 2008-07-29 | 1 | -5/+11 | |
| | | | | | |