iLO BIOS Interface
ironic.drivers.modules.ilo.bios.
IloBIOS
(*args, **kwargs)[source]¶Bases: ironic.drivers.base.BIOSInterface
apply_configuration
(task, settings)[source]¶Applies the provided configuration on the node.
task – a TaskManager instance.
settings – Settings intended to be applied on the node.
NodeCleaningFailure, on failure to execute of clean step.
InstanceDeployFailure, on failure to execute of deploy step.
cache_bios_settings
(task)[source]¶Store the BIOS settings in the database.
task – a TaskManager instance.
NodeCleaningFailure, on failure to execute of clean step.
InstanceDeployFailure, on failure to execute of deploy step.
factory_reset
(task)[source]¶Reset the BIOS settings to factory configuration.
task – a TaskManager instance.
NodeCleaningFailure, on failure to execute of clean step.
InstanceDeployFailure, on failure to execute of deploy step.
get_properties
()[source]¶Return the properties of the interface.
dictionary of <property name>:<property description> entries.
validate
(task)[source]¶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.
task – a task from TaskManager.
InvalidParameterValue if required iLO parameters are not valid.
MissingParameterValue if a required parameter is missing.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.