Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | flesh out clone module to allow creation and splitting | John Eckersberg | 2008-01-29 | 1 | -7/+15 | |
| | ||||||
* | Revert "debug info" | John Eckersberg | 2008-01-28 | 1 | -1/+1 | |
| | | | | This reverts commit 4c602438c47b2ca6317540eb59b37dfc5f354926. | |||||
* | debug info | John Eckersberg | 2008-01-28 | 1 | -1/+1 | |
| | ||||||
* | initial snap module | John Eckersberg | 2008-01-28 | 1 | -0/+57 | |
| | ||||||
* | variablize ssh options | John Eckersberg | 2008-01-28 | 1 | -1/+2 | |
| | ||||||
* | add TODO, begging others to contribute what they care about | John Eckersberg | 2008-01-28 | 1 | -0/+5 | |
| | ||||||
* | pull NetappNotImplementedError now that I'm not doing hacks to stuff ↵ | John Eckersberg | 2008-01-28 | 1 | -1/+0 | |
| | | | | multiple commands under a single function | |||||
* | assume root user for ssh login | John Eckersberg | 2008-01-28 | 3 | -9/+9 | |
| | ||||||
* | Merge branch 'master' into netapp | John Eckersberg | 2008-01-27 | 1 | -8/+10 | |
|\ | ||||||
| * | A bit of clean up along with a note on flatten. | Steve 'Ashcrow' Milner | 2008-01-26 | 1 | -8/+10 | |
| | | ||||||
* | | Load classes under __init__ objects to break this down some more | John Eckersberg | 2008-01-27 | 2 | -7/+46 | |
| | | ||||||
* | | Merge branch 'master' into netapp | John Eckersberg | 2008-01-25 | 3 | -0/+74 | |
|\| | ||||||
| * | Remove sleep from test.add | Michael DeHaan | 2008-01-24 | 1 | -1/+0 | |
| | | ||||||
| * | Working on async error handling, lots more to do... | Michael DeHaan | 2008-01-23 | 1 | -0/+8 | |
| | | | | | | | | (If it hits no exceptions, returns are right, it's the partial error case to deal with next...) | |||||
| * | Double-barrel asynchronous calls. Async can now occur on both sides ↵ | Michael DeHaan | 2008-01-23 | 1 | -0/+36 | |
| | | | | | | | | | | | | | | | | simultaneously and still appears as if there is only one "global" job id to the API caller, the minion job id's are managed in the background, complete with partial result response as things come in which should be very nice for ajaxy implication. job_status API does still need to be modified to list active jobs as well as to store the job name. | |||||
| * | SysctlModule. This allows you to tweak your minions kernel parameters at ↵ | Luke Macken | 2008-01-21 | 1 | -0/+31 | |
| | | | | | | | | runtime. | |||||
* | | blow away lamo clone for now and implement status | John Eckersberg | 2008-01-25 | 1 | -25/+21 | |
| | | ||||||
* | | it actually works! | John Eckersberg | 2008-01-25 | 2 | -16/+64 | |
| | | | | | | | | | | | | | | | | under vol, we now have: create offline online destroy | |||||
* | | bit more work | John Eckersberg | 2008-01-23 | 1 | -6/+20 | |
| | | ||||||
* | | check return code on SSH to determine error or not | John Eckersberg | 2008-01-22 | 1 | -4/+5 | |
| | | ||||||
* | | clean up sshing and flesh out how the create function works. | John Eckersberg | 2008-01-21 | 2 | -12/+30 | |
| | | | | | | | | this should be the template for everything else. | |||||
* | | common module used by all netapp modules (just ssh currently) | John Eckersberg | 2008-01-20 | 1 | -0/+14 | |
| | | ||||||
* | | initial netapp module and vol skeleton | John Eckersberg | 2008-01-20 | 3 | -0/+89 | |
|/ | ||||||
* | remove a seemingly unneeded import that was causing this module | Adrian Likins | 2008-01-18 | 1 | -2/+2 | |
| | | | | | | to fail on fc7 also, allow no repos to be specified in check_update() | |||||
* | Add a process.memory alias to mem | Luke Macken | 2008-01-18 | 1 | -0/+2 | |
| | ||||||
* | make networktest.isportopen slightly more robust | Adrian Likins | 2008-01-17 | 1 | -3/+13 | |
| | | | | now returns a tuple of [return_code, message, data (aka, socket error, etc)] | |||||
* | pychecker/pyflakes | Adrian Likins | 2008-01-16 | 1 | -1/+0 | |
| | | | | unused import | |||||
* | pyflakes/pychecker cleanups | Adrian Likins | 2008-01-16 | 1 | -2/+0 | |
| | | | | removed unused variables | |||||
* | pyflakes/pychecker cleanups | Adrian Likins | 2008-01-16 | 1 | -3/+3 | |
| | ||||||
* | added in the desc/version/api items in the modules. | Steve 'Ashcrow' Milner | 2008-01-16 | 15 | -2/+58 | |
| | ||||||
* | Updated networktest to be the new way of defining modules and updated ↵ | Steve 'Ashcrow' Milner | 2008-01-16 | 1 | -15/+1 | |
| | | | | func-create-module to add in docstrings. | |||||
* | Fix our FuncModule list_methods | Luke Macken | 2008-01-15 | 1 | -3/+13 | |
| | ||||||
* | Don't expose FuncModule.register_rpc | Luke Macken | 2008-01-15 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'master' of ssh+git://git.fedorahosted.org/git/func | Luke Macken | 2008-01-15 | 2 | -9/+81 | |
|\ | ||||||
| * | somehow networktest fell off the side of git ... added back. | Steve 'Ashcrow' Milner | 2008-01-14 | 1 | -0/+64 | |
| | | ||||||
| * | Fixed the FIXME note about stdout/stderr in process.info. Also raise ↵ | Steve 'Ashcrow' Milner | 2008-01-14 | 1 | -9/+17 | |
| | | | | | | | | exception when bad args are passed using the first line as the exception message. | |||||
* | | Simplify our modules by auto-detecting them and registering their handlers | Luke Macken | 2008-01-15 | 16 | -227/+34 | |
|/ | | | | | | | | | | | | | | - Auto-detect and load all FuncModules. This obsoletes the need to have our modules define a register_rpc method. - Use introspection in our FuncModule to auto-register all method handlers that do not being with an underscore. This obsoletes the need to hardcode methods in our modules. - Remove all __init__ methods from our modules, along with register_rpc - Modify the func-create-module script to reflect these changes. Note that doing 'from modules import func_module' is no longer supported in our modules, do to some interesting path issues with our auto-detection code. Supported methods are now: 'import func_module' or 'from func.minion.modules import func_module' | |||||
* | Give props to Pádraig Brady for his ps_mem.py work, and update the AUTHORS ↵ | Luke Macken | 2008-01-14 | 1 | -1/+2 | |
| | | | | file | |||||
* | Grr. Aaaargh. GGGGRRRARG! :) | Michael DeHaan | 2008-01-13 | 1 | -0/+1 | |
| | | | | Ok it works now | |||||
* | This is why I normally don't program on weekends, kids. | Michael DeHaan | 2008-01-13 | 1 | -1/+1 | |
| | ||||||
* | Register the sleep function. | Michael DeHaan | 2008-01-13 | 1 | -1/+2 | |
| | ||||||
* | Added sleep function to test module for testing. | Michael DeHaan | 2008-01-13 | 1 | -0/+9 | |
| | ||||||
* | removed a lot of misplaced shebangs. | Steve 'Ashcrow' Milner | 2008-01-13 | 10 | -18/+0 | |
| | ||||||
* | add missing logic for createdir option in mount.mount | John Eckersberg | 2008-01-13 | 1 | -1/+6 | |
| | ||||||
* | Moved from sub_process to os.access for exists. | Steve 'Ashcrow' Milner | 2008-01-13 | 1 | -6/+7 | |
| | ||||||
* | Luke's process patch. | Michael DeHaan | 2008-01-13 | 1 | -1/+139 | |
| | ||||||
* | Add Steve's match to check if a command exists. | Michael DeHaan | 2008-01-13 | 1 | -1/+14 | |
| | ||||||
* | apply patch from Al Tobey <tobert@gmail.com> | Adrian Likins | 2008-01-03 | 1 | -7/+27 | |
| | | | | | | >The attached patch renames the virt module's info() method to state(), >then adds a new info() method that returns all of libvirt's info() >data. | |||||
* | Mount module already had an inventory-suitable function, just using that. | Michael DeHaan | 2007-12-17 | 1 | -15/+1 | |
| | ||||||
* | Remove bogomips from inventory stats as it is not constant. | Michael DeHaan | 2007-12-17 | 1 | -1/+8 | |
| |