Add generic redfish compatible vendor name
Include a generic vendor variable for triggering ``requires_full_boot_request`` during boot. This is required because some vendors, i.e. Lenovo, offer hardware with a variety of BMCs, some of which require a full boot request. Therefore, there is a need for a general vendor property variable for these cases where it is not possible to add a vendor in order to avoid duplicate entries. Change-Id: Ic1745ff8eb6744d5a21ca8e0d5580bdb7e466e83 Signed-off-by: Massimiliano Favaro-Bedford <max@stackhpc.com>
This commit is contained in:
committed by
max.bed4d
parent
f568283934
commit
b69a095a66
@@ -95,6 +95,7 @@ VENDORS_REQUIRING_FULL_BOOT_REQUEST = [
|
|||||||
"american megatrends international",
|
"american megatrends international",
|
||||||
"ami",
|
"ami",
|
||||||
"asrockrack"
|
"asrockrack"
|
||||||
|
"redfish_compatible"
|
||||||
]
|
]
|
||||||
|
|
||||||
INDICATOR_MAP = {
|
INDICATOR_MAP = {
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
Addition of an additional vendor variable for
|
||||||
|
``VENDORS_REQUIRING_FULL_BOOT_REQUEST``. This is because there are
|
||||||
|
some recognised vendors, i.e. Lenovo, which use various BMC for
|
||||||
|
their hardware, some of which require a full boot request; in such
|
||||||
|
cases the ``vendor`` can now be changed to ``redfish_compatible``.
|
||||||
Reference in New Issue
Block a user