iRMC Management Driver
Bases: ironic.drivers.modules.ipmitool.IPMIManagement
Return the properties of the interface.
| Returns: | Dictionary of <property name>:<property description> entries. |
|---|
Get sensors data method.
It gets sensor data from the task’s node via SCCI, and convert the data from XML to the dict format.
| Parameters: | task – A TaskManager instance. |
|---|---|
| Raises: | FailedToGetSensorData when getting the sensor data fails. |
| Raises: | FailedToParseSensorData when parsing sensor data fails. |
| Raises: | InvalidParameterValue if required parameters are invalid. |
| Raises: | MissingParameterValue if a required parameter is missing. |
| Returns: | Returns a consistent formatted dict of sensor data grouped
by sensor type, which can be processed by Ceilometer.
|
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: | IPMIFailure on an error from ipmitool. |
Validate the driver-specific management information.
This method validates whether the ‘driver_info’ property of the supplied node contains the required information for this driver.
| Parameters: | task – A TaskManager instance containing the node to act on. |
|---|---|
| Raises: | InvalidParameterValue if required parameters are invalid. |
| Raises: | MissingParameterValue if a required parameter is missing. |