Bases: ironic.drivers.base.PowerInterface
Gets the current power state.
Parameters: |
|
---|---|
Returns: | one of ironic.common.states POWER_OFF, POWER_ON or ERROR. |
Raises: | OneViewError if fails to retrieve power state of OneView resource |
Reboot the node
Parameters: |
|
---|---|
Raises: | PowerStateFailure if the final state of the node is not POWER_ON. |
Turn the current power state on or off.
Parameters: |
|
---|---|
Raises: | InvalidParameterValue if an invalid power state was specified. |
Raises: | PowerStateFailure if the power couldn’t be set to power_state. |
Raises: | OneViewError if OneView fails setting the power state. |
Checks required info on ‘driver_info’ and validates node with OneView
Validates whether the ‘oneview_info’ property of the supplied task’s node contains the required info such as server_hardware_uri, server_hardware_type, server_profile_template_uri and enclosure_group_uri. Also, checks if the server profile of the node is applied, if NICs are valid for the server profile of the node, and if the server hardware attributes (ram, memory, vcpus count) are consistent with OneView.
Parameters: | task – a task from TaskManager. |
---|---|
Raises: | MissingParameterValue if a required parameter is missing. |
Raises: | InvalidParameterValue if parameters set are inconsistent with resources in OneView |