iLO BIOS Interface
ironic.drivers.modules.ilo.bios.IloBIOS[source]¶Bases: ironic.drivers.base.BIOSInterface
apply_configuration(**kwargs)[source]¶Applies the provided configuration on the node.
| Parameters: |
|
|---|---|
| Raises: | NodeCleaningFailure when applying the configuration on the node fails. |
cache_bios_settings(**kwargs)[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(**kwargs)[source]¶Reset the BIOS settings to factory configuration.
| Parameters: | task – a TaskManager instance. |
|---|---|
| Raises: | NodeCleaningFailure when IloError or any other exception is caught. |
get_properties()[source]¶Return the properties of the interface.
| Returns: | dictionary of <property name>:<property description> entries. |
|---|
validate(**kwargs)[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.