iLO Management Interface
Bases: ironic.drivers.base.ManagementInterface
Activates iLO Advanced license.
Parameters: | task – a TaskManager object. |
---|---|
Raises: | InvalidParameterValue, if any of the arguments are invalid. |
Raises: | NodeCleaningFailure, on failure to execute clean step. |
Clear all secure boot keys.
Clears all the secure boot keys. This operation is supported only on HP Proliant Gen9 and above servers.
Parameters: | task – a task from TaskManager. |
---|---|
Raises: | NodeCleaningFailure, on failure to execute step. |
Get the current boot device for a node.
Returns the current boot device of the node.
Parameters: | task – a task from TaskManager. | ||||
---|---|---|---|---|---|
Raises: | MissingParameterValue if a required iLO parameter is missing. | ||||
Raises: | IloOperationError on an error from IloClient library. | ||||
Returns: | a dictionary containing:
|
Get sensors data.
Parameters: | task – a TaskManager instance. |
---|---|
Raises: | FailedToGetSensorData when getting the sensor data fails. |
Raises: | FailedToParseSensorData when parsing sensor data fails. |
Raises: | InvalidParameterValue if required ipmi parameters are missing. |
Raises: | MissingParameterValue if a required parameter is missing. |
Returns: | returns a dict of sensor data group by sensor type. |
Get a list of the supported boot devices.
Parameters: | task – a task from TaskManager. |
---|---|
Returns: | A list with the supported boot devices defined in ironic.common.boot_devices. |
Resets the BIOS settings to default values.
Resets BIOS to default settings. This operation is currently supported only on HP Proliant Gen9 and above servers.
Parameters: | task – a task from TaskManager. |
---|---|
Raises: | NodeCleaningFailure, on failure to execute step. |
Resets the iLO.
Parameters: | task – a task from TaskManager. |
---|---|
Raises: | NodeCleaningFailure, on failure to execute step. |
Resets the iLO password.
Parameters: | task – a task from TaskManager. |
---|---|
Raises: | NodeCleaningFailure, on failure to execute step. |
Reset secure boot keys to manufacturing defaults.
Resets the secure boot keys to manufacturing defaults. This operation is supported only on HP Proliant Gen9 and above servers.
Parameters: | task – a task from TaskManager. |
---|---|
Raises: | NodeCleaningFailure, on failure to execute step. |
Set the boot device for a node.
Set the boot device to use on next reboot of the node.
Parameters: |
|
---|---|
Raises: | InvalidParameterValue if an invalid boot device is specified. |
Raises: | MissingParameterValue if a required parameter is missing. |
Raises: | IloOperationError on an error from IloClient library. |
Updates the firmware.
Parameters: | task – a TaskManager object. |
---|---|
Raises: | InvalidParameterValue if update firmware mode is not ‘ilo’. Even applicable for invalid input cases. |
Raises: | NodeCleaningFailure, on failure to execute step. |
Check that ‘driver_info’ contains required ILO credentials.
Validates whether the ‘driver_info’ property of the supplied task’s node contains the required credentials information.
Parameters: | task – a task from TaskManager. |
---|---|
Raises: | InvalidParameterValue if required iLO parameters are not valid. |
Raises: | MissingParameterValue if a required parameter is missing. |