DRAC Lifecycle job specific methods
Get the details of a Lifecycle job of the node.
node – an ironic node object.
job_id – ID of the Lifecycle job.
a Job object from dracclient.
DracOperationError on an error from python-dracclient.
List unfinished config jobs of the node.
node – an ironic node object.
a list of Job objects from dracclient.
DracOperationError on an error from python-dracclient.
Validates the job queue on the node.
It raises an exception if an unfinished configuration job exists. :param node: an ironic node object. :param name_prefix: A name prefix for jobs to validate. :raises: DracOperationError on an error from python-dracclient.
Wait for job to complete
It will wait for the job to complete for 20 minutes and raises timeout if job never complete within given interval of time. :param node: an ironic node object. :param retries: no of retries to make conductor wait. :raises: DracOperationError on exception raised from python-dracclient or a timeout while waiting for job completion.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.