Bases: ironic.drivers.base.ManagementInterface
Get the current boot device for the task’s node.
Returns the current boot device of the node.
Parameters: | task – a task from TaskManager. | ||||
---|---|---|---|---|---|
Returns: | a dictionary containing:
|
Get a list of the supported boot devices.
Parameters: | task – a task from TaskManager. |
---|---|
Returns: | A list with the supported boot devices. |
Set the boot device for the task’s node.
Set the boot device to use on next boot of the node.
Parameters: |
|
---|---|
Raises: | InvalidParameterValue if an invalid boot device is specified. |
Validate the driver_info in the node.
Check if the driver_info contains correct required fields.
Parameters: | task – a TaskManager instance containing the target node. |
---|---|
Raises: | MissingParameterValue if any required parameters are missing. |
Raises: | InvalidParameterValue if any parameters have invalid values. |