ironic/ironic/drivers/modules/drac
Aija Jauntēva be7cff6508 Fix idrac-wsman deploy with existing non-BIOS jobs
As with WS-Man iDRAC API setting boot device requires creating BIOS
job and there can be only 1 open job per subsystem present in iDRAC,
there is validation to check that the job queue is empty before
continuing setting boot device. This does not work well for cases when
using autoupdatescheduler that creates `Repository Update` job that
stays Scheduled until executed and then followed by new Scheduled
`Repository Update` job.

This patch allows non-BIOS jobs to be present in the queue when setting
boot device. This will still fail for cases when there are BIOS jobs
present. In such cases should consider moving to idrac-redfish that
does not create BIOS or any other job to set boot device.

Story: 2009251
Task: 43437
Change-Id: I91e9ba3024a85897aeead21cede57464294b409b
(cherry picked from commit b1d08ae805)
2021-11-08 16:22:47 +00:00
..
__init__.py Add DracDriver and its DracPower module 2014-08-19 16:28:52 +02:00
bios.py Remove commit_required in iDRAC hardware type 2019-05-28 16:54:57 -04:00
common.py Removing deprecated drac_host property 2019-01-31 08:14:30 +01:00
inspect.py Fix deprecated 'idrac' interface '__init__'s 2020-09-27 00:36:57 -04:00
job.py DRAC: Drives conversion from JBOD to RAID 2020-07-13 17:34:44 -04:00
management.py Fix idrac-wsman deploy with existing non-BIOS jobs 2021-11-08 16:22:47 +00:00
power.py Fix idrac-wsman set_power_state to wait on HW 2021-09-14 21:17:36 +00:00
raid.py DRAC: Fix a failure to create virtual disk 2021-02-23 09:14:13 -05:00
vendor_passthru.py Fix deprecated 'idrac' interface '__init__'s 2020-09-27 00:36:57 -04:00