-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
43 lines (35 loc) · 954 Bytes
/
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
name: infiniband
subordinate: true
summary: |
Mellanox InfiniBand operator, responsible for installing and removing
InfiniBand drivers.
maintainers:
- OmniVector Solutions <[email protected]>
description: |
This charm will install Mellanox InfiniBand drivers for centos7 and ubuntu
20.04 & 22.04 operating systems.
tags:
- hpc
- infiniband
- mellanox
series:
- jammy
- focal
- centos7
requires:
juju-info:
interface: juju-info
scope: container
resources:
yum-repo:
type: file
filename: infiniband.repo
description: >
Yum repository file for the InfiniBand driver.
This will be moved to /etc/yum.repos.d/infiniband.repo on CentOS7.
apt-repo:
type: file
filename: infiniband.list
description: >
Apt-get repository file for the InfiniBand driver.
This will be moved to /etc/apt/sources.list.d/infiniband.list on Ubuntu.