summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/netapp/common.py
Commit message (Collapse)AuthorAgeFilesLines
* export the netapp modulemakkalot2008-08-111-1/+1
|
* 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
|
* it's 2008, update copyrightsJohn Eckersberg2008-01-291-0/+14
|
* variablize ssh optionsJohn Eckersberg2008-01-281-1/+2
|
* 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-281-2/+2
|
* it actually works!John Eckersberg2008-01-251-4/+24
| | | | | | | | under vol, we now have: create offline online destroy
* 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-211-1/+7
| | | | this should be the template for everything else.
* common module used by all netapp modules (just ssh currently)John Eckersberg2008-01-201-0/+14