ironic/ironic/drivers
Julia Kreger 8bf3f47476 IPMI: Handle vendor set boot device differences
Supermicro machines, when in UEFI mode, have a different
device number, in binary, to represent the hard disk from
other vendors such as Fujitsu which actually has somewhat
similar code in their driver.

This means we need to be somewhat cognizent of the vendor of
the BMC and possibly update the device mapping based upon that
vendor.

This may ultimately fix a number of IPMI related problems, because
there is a reliance upon the text output of ipmitool, which only
reads the bytes retured by the BMC, which may not be reality after
the next reset, espescialy if ipmitool doesn't know of the UEFI
operating difference.

NOTE: This had to be a direct cherry-pick from the original change
as the intermediate branch that we normally would have cherry-picked
from has had other changes made to it, which resulted in an unclean
backport, where as with the original change it was clean.

Change-Id: Ie19db9e0cf1eafdfc9bb46248f4d457337821f94
Story: 2008241
Task: 41085
(cherry picked from commit a7ac9ce8cd)
2021-03-24 14:44:44 +00:00
..
modules IPMI: Handle vendor set boot device differences 2021-03-24 14:44:44 +00:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
base.py IPMI: Handle vendor set boot device differences 2021-03-24 14:44:44 +00:00
drac.py Add missing agent RAID compatibility for ilo5 and idrac 2020-07-18 11:15:53 +00:00
fake_hardware.py BIOS Settings: Add BIOSInterface 2018-05-08 15:16:52 +08:00
generic.py Add the noop management interface to the manual-management hardware type 2018-11-21 11:05:39 +01:00
hardware_type.py Stop using six library 2019-12-23 09:38:25 +01:00
ibmc.py Implements: Reactive HUAWEI ibmc driver 2020-04-27 13:42:38 +00:00
ilo.py Add missing agent RAID compatibility for ilo5 and idrac 2020-07-18 11:15:53 +00:00
intel_ipmi.py Add IntelIPMIHardware 2019-06-25 13:46:26 +05:30
ipmi.py Add "noop" management and use it in the "ipmi" hardware type 2018-08-07 13:25:50 +00:00
irmc.py Deprecate irmc hardware type 2020-01-22 09:24:10 -08:00
raid_config_schema.json Allow specifying target devices for software RAID 2020-03-17 14:31:38 +01:00
redfish.py Add the noop management interface to the redfish hardware type 2020-05-28 14:07:28 +00:00
snmp.py Switch the "snmp" hardware type to "noop" management 2018-08-07 15:40:29 +00:00
utils.py Collect ramdisk logs also during cleaning 2020-05-16 09:41:12 +00:00
xclarity.py Remove the xclarity deprecation 2018-10-24 13:01:17 -07:00