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

Add Mellanox client profiles / repo #1147

Merged
merged 1 commit into from Aug 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion base_managed_ib_RH7.profile
@@ -1,5 +1,5 @@
{
"ui_name": "Managed Storage Server (Mellanox OFED)",
"ui_name": "Managed Storage Server (MLNX)",
"managed": true,
"worker": false,
"name": "base_managed_ib_rh7",
Expand Down
6 changes: 6 additions & 0 deletions lustre-client-mlnx.repo
@@ -0,0 +1,6 @@
[lustre-client-mlnx]
name=Lustre Client with Mellanox Support
baseurl=https://downloads.whamcloud.com/public/lustre/lustre-2.12.2-ib/MOFED-4.6-1.0.1.1/el7/client/
enabled=1
gpgcheck=0
repo_gpgcheck=0
22 changes: 22 additions & 0 deletions posix_copytool_worker_mlnx.profile
@@ -0,0 +1,22 @@
{
"ui_name": "POSIX HSM Agent Node (MLNX)",
"managed": true,
"worker": true,
"name": "posix_copytool_worker",
"initial_state": "working",
"ntp": true,
"corosync": false,
"corosync2": false,
"pacemaker": false,
"ui_description": "An HSM agent node using the POSIX copytool, with Mellanox IB support",
"packages": [
"python2-iml-agent-management",
"mlnx-ofa_kernel-devel",
"kmod-mlnx-ofa_kernel",
"lustre-client"
],
"repolist": [
"base",
"lustre-client-mlnx"
]
}
25 changes: 25 additions & 0 deletions robinhood_server_mlnx.profile
@@ -0,0 +1,25 @@
{
"ui_name": "Robinhood Policy Engine Server (MLNX)",
"managed": true,
"worker": true,
"name": "robinhood_server",
"initial_state": "working",
"ntp": true,
"corosync": false,
"corosync2": false,
"pacemaker": false,
"ui_description": "A server running the Robinhood Policy Engine, with Mellanox IB support",
"packages": [
"python2-iml-agent-management",
"lustre-client",
"mlnx-ofa_kernel-devel",
"kmod-mlnx-ofa_kernel",
"robinhood-lhsm",
"robinhood-webgui",
"robinhood-adm"
],
"repolist": [
"base",
"lustre-client-mlnx"
]
}