ironic.drivers.modules.ilo.console module
iLO Deploy Driver(s) and supporting methods.
-
service
None
Bases: ironic.drivers.modules.ipmitool.IPMIShellinaboxConsole
A ConsoleInterface that uses ipmitool and shellinabox.
-
IloConsoleInterface.get_properties()[source]
Return the properties of the interface.
| Returns: | dictionary of <property name>:<property description> entries. |
-
IloConsoleInterface.validate(task)[source]
Validate the Node console info.
| Parameters: | task – a task from TaskManager. |
| Raises: | InvalidParameterValue |
| Raises: | MissingParameterValue when a required parameter is missing |