Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 6.3 KB

CondHclStatusDetail.md

File metadata and controls

26 lines (22 loc) · 6.3 KB

CondHclStatusDetail

The HCL status detail for each component firmware and driver.

Properties

Name Type Description Notes
hardware_status str The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following "Incompatible-Server-With-Component" - the server model and component combination is not listed in HCL "Incompatible-Firmware" - The server's firmware is not listed for this component's hardware profile "Incompatible-Component" - the component's model is not listed in the HCL "Service-Unavailable" - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating "Not-Evaluated" - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. "Compatible" - this component's hardware profile is listed in the HCL. [optional] [default to 'Missing-Os-Driver-Info']
hcl_cimc_version str The current CIMC version for the server normalized for querying HCL data. [optional]
hcl_driver_name str The current driver name of the component we are validating normalized for querying HCL data. [optional]
hcl_driver_version str The current driver version of the component we are validating normalized for querying HCL data. [optional]
hcl_firmware_version str The current firmware version of the component model normalized for querying HCL data. [optional]
hcl_model str The component model we are trying to validate normalized for querying HCL data. [optional]
inv_cimc_version str The current CIMC version for the server as received from inventory. [optional]
inv_driver_name str The current driver name of the component we are validating as received from inventory. [optional]
inv_driver_version str The current driver version of the component we are validating as received from inventory. [optional]
inv_firmware_version str The current firmware version of the component model as received from inventory. [optional]
inv_model str The component model we are trying to validate as received from inventory. [optional]
reason str The reason for the status. The reason can be one of "Incompatible-Server-With-Component" - HCL validation has failed because the server model is not validated with this component "Incompatible-Processor" - HCL validation has failed because the processor is not validated with this server "Incompatible-Os-Info" - HCL validation has failed because the os vendor and version is not validated with this server "Incompatible-Component-Model" - HCL validation has failed because the component model is not validated "Incompatible-Firmware" - HCL validation has failed because the component or server firmware version is not validated "Incompatible-Driver" - HCL validation has failed because the driver version is not validated "Incompatible-Firmware-Driver" - HCL validation has failed because the firmware version and driver version is not validated "Missing-Os-Driver-Info" - HCL validation was not performed because we are missing os driver information form the inventory "Service-Unavailable" - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating "Service-Error" - HCL data service is available but an error occured when making the request or parsing the response "Unrecognized-Protocol" - This service does not recognize the reason code in the response from the HCL data service "Compatible" - this component's inventory data has "Validated" status with the HCL. "Not-Evaluated" - The component is not evaluated against the HCL because the server is exempted. [optional] [default to 'Missing-Os-Driver-Info']
software_status str The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following "Incompatible-Firmware" - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile "Incompatible-Driver" - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile "Incompatible-Firmware-Driver" - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile "Service-Unavailable" - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating "Not-Evaluated" - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. "Compatible" - this component's hardware profile is listed in the HCL. [optional] [default to 'Missing-Os-Driver-Info']
status str The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following "Unknown" - we do not have enough information to evaluate against the HCL data "Validated" - we have validated this component against the HCL and it has "Validated" status "Not-Validated" - we have validated this component against the HCL and it has "Not-Validated" status. "Not-Evaluated" - The component is not evaluated against the HCL because the server is exempted. [optional] [default to 'Incomplete']
component InventoryBase [optional]
hcl_status CondHclStatus [optional]

[Back to Model list] [Back to API list] [Back to README]