Hardware Observer
- Canonical BootStack Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 84 | 02 Jul 2024 | |
latest/stable | 13 | 01 Nov 2023 | |
latest/candidate | 113 | 15 Oct 2024 | |
latest/candidate | 112 | 15 Oct 2024 | |
latest/candidate | 13 | 30 Oct 2023 | |
latest/edge | 121 | 11 Nov 2024 | |
latest/edge | 120 | 11 Nov 2024 | |
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.