Explain:
It is highly recommended that all provisioning modules implement the following subroutines. There may be many additional subroutines implemented within a provisioning module. These will not be called by any of the core VCL modules.
ie for the xcat module:
hashref: reference to hash with keys/values
\{status\} => <"READY","RELOAD">
\{ping\} => <0,1>
\{ssh\} => <0,1>
\{rpower\} => <0,1>
\{nodeset\} => <"boot", "install", "image", ...>
\{nodetype\} => <image name>
\{currentimage\} => <image name>
|