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:
Massimiliano Favaro-Bedford
2025-10-27 11:35:07 +00:00
committed by max.bed4d
parent f568283934
commit b69a095a66
2 changed files with 9 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ VENDORS_REQUIRING_FULL_BOOT_REQUEST = [
"american megatrends international",
"ami",
"asrockrack"
"redfish_compatible"
]
INDICATOR_MAP = {

View File

@@ -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``.