summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/netapp
Commit message (Expand)AuthorAgeFilesLines
* Just some permissions clean up on source files, mostlyAdrian Likins2009-01-191-0/+0
* export the netapp.vol.clone we forgot itmakkalot2008-08-121-1/+44
* export the netapp modulemakkalot2008-08-113-1/+127
* add iptables module from Krzysztof A. Adamski <krzysztofa@gmail.com>Adrian Likins2008-03-281-0/+17
* 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
* get rid of all the fancy parameter packing and checking and just keepJohn Eckersberg2008-02-013-60/+50
* 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
* 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 multiple...John Eckersberg2008-01-281-1/+0
* 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
* 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
* 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