iLO BIOS Interface
ironic.drivers.modules.ilo.bios.
IloBIOS
[source]¶Bases: ironic.drivers.base.BIOSInterface
apply_configuration
(task, settings)[source]¶Applies the provided configuration on the node.
Parameters: |
|
---|---|
Raises: | NodeCleaningFailure when applying the configuration on the node fails. |
cache_bios_settings
(task)[source]¶Store the BIOS settings in the database.
Parameters: | task – a TaskManager instance. |
---|---|
Raises: | NodeCleaningFailure when IloError or any other exception is caught. |
factory_reset
(task)[source]¶Reset the BIOS settings to factory configuration.
Parameters: | task – a TaskManager instance. |
---|---|
Raises: | NodeCleaningFailure when IloError or any other exception is caught. |
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.
Parameters: | task – a task from TaskManager. |
---|---|
Raises: | InvalidParameterValue if required iLO parameters are not valid. |
Raises: | 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.