-
Notifications
You must be signed in to change notification settings - Fork 15
/
metadata.yaml
79 lines (64 loc) · 2.9 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# This file populates the Overview on Charmhub.
# The charm package name, no spaces (required)
# See https://juju.is/docs/sdk/naming#heading--naming-charms for guidance.
name: hardware-observer
# The following metadata are human-readable and will be published prominently on Charmhub.
# (Recommended)
display-name: Hardware Observer
summary: Subordinate charm for monitoring hardware resources.
description: Subordinate charm for monitoring hardware resources.
website: https://github.com/canonical/hardware-observer-operator
docs: https://discourse.charmhub.io/t/hardware-observer-docs-index/11112
issues: https://github.com/canonical/hardware-observer-operator/issues
subordinate: true
resources:
storcli-deb:
type: file
description: |
(Optional) StorCLI deb file published by Broadcom for their RAID devices.
Download v7.27 from: https://docs.broadcom.com/docs/1232743397.
The download will start automatically upon accepting the license agreement.
Unzip the downloaded file and attach the relevant deb package.
E.g.:
On AMD64 hosts, use ./Unified_storcli_all_os/Ubuntu/storcli_007.2705.0000.0000_all.deb
On ARM64 hosts, use ./Unified_storcli_all_os/ARM/Linux/storcli64_007.2705.0000.0000_arm64.deb
filename: storcli.deb
perccli-deb:
type: file
description: |
(Optional) PERCCLI deb file published by Dell for their RAID devices.
Download v7.23 from https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=tdghn.
Scroll down to "Available Formats" and download the PERCCLI_XXX_Linux.tar.gz file.
Extract the downloaded file and attach the relevant deb package.
E.g.: ./PERCCLI_7.2313.0_A14_Linux/perccli_007.2313.0000.0000_all.deb
Note: perccli is only available for the AMD64 architecture.
filename: perccli.deb
sas2ircu-bin:
type: file
description: |
(Optional) SAS2IRCU binary file published by Broadcom.
Download vP20 from https://docs.broadcom.com/docs/12351735.
The download will start automatically upon accepting the license agreement.
Unzip the downloaded file and attach the relevant binary.
E.g.: ./SAS2IRCU_P20/sas2ircu_linux_x86_rel/sas2ircu
Note: sas2ircu is only available for the AMD64 architecture.
filename: sas2ircu
sas3ircu-bin:
type: file
description: |
(Optional) SAS3IRCU binary file published by Broadcom.
Download vP16 from https://docs.broadcom.com/docs/SAS3IRCU_P16.zip.
The download will start automatically upon accepting the license agreement.
Unzip the downloaded file and attach the relevant binary.
E.g.:
On AMD64 hosts, use ./SAS3IRCU_P16/sas3ircu_linux_x86_rel/sas3ircu.
On ARM64 hosts, use ./SAS3IRCU_P16/sas3ircu_linux_arm_rel/sas3ircu.
filename: sas3ircu
provides:
cos-agent:
interface: cos_agent
limit: 1
requires:
general-info:
interface: juju-info
scope: container