DRAC Lifecycle job specific methods
ironic.drivers.modules.drac.job.get_job(node, job_id)[source]¶Get the details of a Lifecycle job of the node.
| Parameters: |
|
|---|---|
| Returns: | a Job object from dracclient. |
| Raises: | DracOperationError on an error from python-dracclient. |
ironic.drivers.modules.drac.job.list_unfinished_jobs(node)[source]¶List unfinished config jobs of the node.
| Parameters: | node – an ironic node object. |
|---|---|
| Returns: | a list of Job objects from dracclient. |
| Raises: | DracOperationError on an error from python-dracclient. |
ironic.drivers.modules.drac.job.validate_job_queue(node, name_prefix=None)[source]¶Validates the job queue on the node.
It raises an exception if an unfinished configuration job exists.
| Parameters: |
|
|---|---|
| Raises: | DracOperationError on an error from python-dracclient. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.