Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Add Managed MLNX Profile
Browse files Browse the repository at this point in the history
This adds a profile that will support Mellanox OFED.

Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
  • Loading branch information
utopiabound committed May 23, 2019
1 parent f9789d4 commit 344c30e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
33 changes: 33 additions & 0 deletions base_managed_ib_RH7.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"ui_name": "Managed Storage Server (Mellanox OFED)",
"managed": true,
"worker": false,
"name": "base_managed_ib_rh7",
"initial_state": "managed",
"ntp": true,
"corosync": false,
"corosync2": true,
"pacemaker": true,
"ui_description": "A storage server suitable for creating new HA-enabled filesystem targets using Mellanox OFED",
"packages": [
"python2-iml-agent-management",
"kernel-devel-lustre",
"pcs",
"fence-agents",
"fence-agents-virsh",
"mlnx-ofa_kernel-devel",
"kmod-mlnx-ofa_kernel",
"lustre-resource-agents",
"lustre-ldiskfs-zfs"
],
"repolist": [
"base",
"lustre-server-mlnx"
],
"validation": [
{
"description": "The profile is designed for version 7 of EL",
"test": "distro_version < 8 and distro_version >= 7"
}
]
}
14 changes: 14 additions & 0 deletions lustre-server-mlnx.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[lustre]
name=Lustre Server
baseurl=https://downloads.whamcloud.com/public/lustre/lustre-2.12.1-ib/MOFED-4.5-1.0.1.0/el7/server/
enabled=1
gpgcheck=0
repo_gpgcheck=0

[e2fsprogs]
name=Lustre e2fsprogs
baseurl=https://downloads.whamcloud.com/public/e2fsprogs/latest/el7/
enabled=1
gpgcheck=0
repo_gpgcheck=0

0 comments on commit 344c30e

Please sign in to comment.