Bases: ironic.drivers.modules.agent.AgentVendorInterface
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. |