Hardware Observer

  • By Canonical BootStack Charmers
Channel Revision Published Runs on
latest/stable 59 03 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 70 06 May 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 70 06 May 2024
Ubuntu 22.04 Ubuntu 20.04
juju deploy hardware-observer --channel edge
Show information

Platform:

Ubuntu
22.04 20.04

Hardware support detection

Hardware Observer checks for supported components (IPMI, Redfish, RAID controller, etc.) by using lshw. The charm parses various attributes found in the lshw output such as system vendor name (e.g.: Dell, HP), storage controller type (SAS vs RAID), and controller manufacturer (e.g.: Broadcom) to determine the components present on the managed machine.

For example:

The Smart Storage Admin CLI (SSACLI) tool that manages HP controllers is detected from the lshw output by checking if the storage id is “raid”, the vendor name is “HP” and the product name matches one in the list that we maintain in the charm. The list can be found here.


Help improve this document in the forum (guidelines). Last updated 2 months ago.