The ironic.drivers.modules.oneview.vendor
Module¶
-
class
ironic.drivers.modules.oneview.vendor.
AgentVendorInterface
[source]¶ Bases:
ironic.drivers.modules.agent.AgentVendorInterface
-
reboot_and_finish_deploy
(task)[source]¶ Helper method to trigger reboot on the node and finish deploy.
This method initiates a reboot on the node. On success, it marks the deploy as complete. On failure, it logs the error and marks deploy as failure.
Parameters: task – a TaskManager object containing the node Raises: InstanceDeployFailure, if node reboot failed.
-