Add support for setting bmc_type=intel for Intel BMCs
This commit is contained in:
parent
ae6b804e07
commit
e5cec6aed3
@ -17,6 +17,8 @@ def bmc_type_from_system_vendor(system_vendor):
|
||||
return None
|
||||
if system_vendor.get('manufacturer') == 'Dell Inc.':
|
||||
return 'idrac'
|
||||
if system_vendor.get('manufacturer') == 'Intel Corporation':
|
||||
return 'intel'
|
||||
return None
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user