Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add iptables module from Krzysztof A. Adamski <krzysztofa@gmail.com> | Adrian Likins | 2008-03-28 | 1 | -0/+17 |
| | | | | | | | | | add some basic test cases to the unittests (needs expanded) add file info to setup.py add Makefiles to minion/modules/netapp/* and minion/modules/iptables/* to make make clean work | ||||
* | add netapp.options module | John Eckersberg | 2008-02-15 | 1 | -0/+55 |
| | |||||
* | remove unused parameter "args" from snap.delete | John Eckersberg | 2008-02-04 | 1 | -1/+1 |
| | |||||
* | - fix bug where the last volume would get left off | John Eckersberg | 2008-02-03 | 1 | -1/+5 |
| | | | | - raise exception if vol given does not exist | ||||
* | get rid of all the fancy parameter packing and checking and just keep | John Eckersberg | 2008-02-01 | 3 | -60/+50 |
| | | | | | | things simple. also implemented vol.status | ||||
* | get rid of param_check and the NetappMissingParam exception | John Eckersberg | 2008-02-01 | 1 | -7/+1 |
| | |||||
* | use func's sub_process instead of system-level for python 2.3 compatibility | John Eckersberg | 2008-01-29 | 1 | -5/+5 |
| | |||||
* | get rid of split, I don't need it | John Eckersberg | 2008-01-29 | 1 | -6/+0 |
| | |||||
* | it's 2008, update copyrights | John Eckersberg | 2008-01-29 | 3 | -2/+16 |
| | |||||
* | 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 |
| | |||||
* | Load classes under __init__ objects to break this down some more | John Eckersberg | 2008-01-27 | 2 | -7/+46 |
| | |||||
* | 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 |