Hardware Observer
- Canonical BootStack Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 154 | 17 Jan 2025 | |
latest/stable | 15 | 17 Jan 2025 | |
latest/stable | 119 | 17 Jan 2025 | |
latest/stable | 155 | 17 Jan 2025 | |
latest/stable | 118 | 17 Jan 2025 | |
latest/candidate | 154 | 14 Jan 2025 | |
latest/candidate | 155 | 14 Jan 2025 | |
latest/candidate | 15 | 02 Jan 2025 | |
latest/candidate | 119 | 02 Jan 2025 | |
latest/candidate | 118 | 02 Jan 2025 | |
latest/edge | 157 | 17 Jan 2025 | |
latest/edge | 156 | 17 Jan 2025 | |
latest/edge | 119 | 11 Nov 2024 | |
latest/edge | 118 | 11 Nov 2024 | |
latest/edge | 15 | 03 Nov 2023 |
juju deploy hardware-observer
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
Monitor hardware RAID controllers
The command-line utilities managing the RAID controllers need to be manually downloaded and then uploaded to the charm via the juju attach-resource
command (except for SSACLI which is automatically downloaded).
You can use the command-line utilities provided by the resource as mentioned in the Resources page.
For example, to add the “perccli-deb” resource to the charm:
-
Go to the Resources page, and find the name of the tool along with the URL where it can be downloaded from the manufacturer’s site.
-
Download the binary tool in x86_64 linux architecture.
-
(Optional) Unzip and extract the content from the file obtained in the previous step.
-
Attach the resource to the charm with
juju attach-resource hardware-observer perccli-deb=<path-to-resource>
Other resources can be added similarly.