summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/netapp
Commit message (Collapse)AuthorAgeFilesLines
* add iptables module from Krzysztof A. Adamski <krzysztofa@gmail.com>Adrian Likins2008-03-281-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 moduleJohn Eckersberg2008-02-151-0/+55
|
* remove unused parameter "args" from snap.deleteJohn Eckersberg2008-02-041-1/+1
|
* - fix bug where the last volume would get left offJohn Eckersberg2008-02-031-1/+5
| | | | - raise exception if vol given does not exist
* get rid of all the fancy parameter packing and checking and just keepJohn Eckersberg2008-02-013-60/+50
| | | | | | things simple. also implemented vol.status
* get rid of param_check and the NetappMissingParam exceptionJohn Eckersberg2008-02-011-7/+1
|
* use func's sub_process instead of system-level for python 2.3 compatibilityJohn Eckersberg2008-01-291-5/+5
|
* get rid of split, I don't need itJohn Eckersberg2008-01-291-6/+0
|
* it's 2008, update copyrightsJohn Eckersberg2008-01-293-2/+16
|
* flesh out clone module to allow creation and splittingJohn Eckersberg2008-01-291-7/+15
|
* Revert "debug info"John Eckersberg2008-01-281-1/+1
| | | | This reverts commit 4c602438c47b2ca6317540eb59b37dfc5f354926.
* debug infoJohn Eckersberg2008-01-281-1/+1
|
* initial snap moduleJohn Eckersberg2008-01-281-0/+57
|
* variablize ssh optionsJohn Eckersberg2008-01-281-1/+2
|
* add TODO, begging others to contribute what they care aboutJohn Eckersberg2008-01-281-0/+5
|
* pull NetappNotImplementedError now that I'm not doing hacks to stuff ↵John Eckersberg2008-01-281-1/+0
| | | | multiple commands under a single function
* assume root user for ssh loginJohn Eckersberg2008-01-283-9/+9
|
* Load classes under __init__ objects to break this down some moreJohn Eckersberg2008-01-272-7/+46
|
* blow away lamo clone for now and implement statusJohn Eckersberg2008-01-251-25/+21
|
* it actually works!John Eckersberg2008-01-252-16/+64
| | | | | | | | under vol, we now have: create offline online destroy
* bit more workJohn Eckersberg2008-01-231-6/+20
|
* check return code on SSH to determine error or notJohn Eckersberg2008-01-221-4/+5
|
* clean up sshing and flesh out how the create function works.John Eckersberg2008-01-212-12/+30
| | | | this should be the template for everything else.
* common module used by all netapp modules (just ssh currently)John Eckersberg2008-01-201-0/+14
|
* initial netapp module and vol skeletonJohn Eckersberg2008-01-203-0/+89