Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | merge master into the export_methods branch | makkalot | 2008-08-13 | 1 | -4/+2 | |
| |\ | ||||||
| * | | 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 | 1 | -7/+0 | |
| | | | | | | | | | | | | enough i think | |||||
| * | | some changes in the echo test module | makkalot | 2008-08-11 | 1 | -0/+39 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
* | | | add support for specifying a set of enviroment variables to run | Adrian Likins | 2008-08-21 | 1 | -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. Adamski | 2008-08-08 | 1 | -2/+2 | |
| | | ||||||
* | | Adding overlord modules support. | Krzysztof A. Adamski | 2008-08-07 | 1 | -4/+2 | |
|/ | ||||||
* | Merge branch 'awood_submit' | Adrian Likins | 2008-07-28 | 1 | -1/+2 | |
|\ | ||||||
| * | Merge branch 'submit' of git://github.com/awood/func into awood_submit | Adrian Likins | 2008-07-28 | 1 | -1/+2 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: func/minion/modules/yumcmd.py | |||||
| | * | Modifying the update command to use a pattern rather than a name. | Alex Wood | 2008-07-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | Previously the update method returned true even if yum didn't actually update. | Alex Wood | 2008-07-24 | 1 | -4/+3 | |
| | | | | | | | | | | | | Now it returns the list of packages updated. | |||||
| | * | Adding the ability to search for yum updates to specific packages | Alex Wood | 2008-07-22 | 1 | -3/+21 | |
| | | | ||||||
* | | | rev api version to "0.1.0" since we changed the return of | Adrian Likins | 2008-07-24 | 1 | -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 Wood | 2008-07-24 | 1 | -4/+3 | |
| | | | | | | | | Now it returns the list of packages updated. | |||||
* | | Merge kadamski@git.fedorahosted.org:/git/func | Krzysztof A. Adamski | 2008-07-24 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | aiee. missed some uses of "func.config". Fix those to use certmaster.config | Adrian Likins | 2008-07-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | 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 'master' of git@github.com:ssalevan/func | Steve Salevan | 2008-07-23 | 2 | -5/+62 | |
|\| | | ||||||
| * | | apply patch from awood@redhat.com thats adds a filter to the ↵ | Adrian Likins | 2008-07-23 | 1 | -3/+21 | |
| |/ | | | | | | | | | | | yumcmd.check_update call also add awood to Authors, and add a few unit tests | |||||
| * | Merge branch 'mhicks' | Adrian Likins | 2008-07-19 | 1 | -0/+36 | |
| |\ | ||||||
| | * | We need to make sure the KVM autostart directory exists | Matt Hicks | 2008-07-18 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | since it is dynamically created with 'virsh autostart'. In the case that you haven't run virsh autostart, the directory doesn't exist and makes the func module fail. | |||||
| | * | Adding a 'virttype' method to the virtualization module | Matt Hicks | 2008-07-18 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | to allow a simple call to determine whether the machine is running Xen or KVM. | |||||
| | * | Switching from using 'virsh autostart' to manually creating | Matt Hicks | 2008-07-18 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | the autostart link to allow for the autostart to work even when the VM is not running. | |||||
| | * | Adding an autostart method that creates the symbolic link | Matt Hicks | 2008-07-18 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | for autostarting on Xen and uses the virsh call to autostart when on KVM. | |||||
| | * | Adding an option for no graphics support | Matthew Hicks | 2008-07-15 | 1 | -1/+4 | |
| | | | ||||||
| | * | Closing file descriptors during the virt install to avoid leaking them | Matthew Hicks | 2008-07-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added patch to be able to update just a specific package | Michael DeHaan | 2008-07-15 | 1 | -2/+5 | |
| | | | ||||||
* | | | Adding delegation capabilities for asynchronous calls, fixing ↵ | Steve Salevan | 2008-07-23 | 2 | -7/+69 | |
| | | | | | | | | | | | | | | | | | | | | | jobthing/forkbomb to exit with an exit command that won't cause a SystemExit exception to be fired during delegated async calls, adding list_minions() function to Overlord object that works with delegation |