Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update resource description. #120

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 20 additions & 12 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,41 @@ resources:
storcli-deb:
type: file
description: |
(Optional) un-republish tool.
StorCLI deb file published by Broadcom for their RAID devices.
Download StorCLI MR 7.26 from: https://docs.broadcom.com/docs/1232743291 .
(Optional) StorCLI deb file published by Broadcom for their RAID devices.
Download v7.26 from: https://docs.broadcom.com/docs/1232743291.
The download will start automatically upon accepting the license agreement.
Unzip the downloaded file and attach the relevant deb package.
Eg: ./Unified_storcli_all_os/Ubuntu/storcli_007.2612.0000.0000_all.deb
filename: storcli.deb

perccli-deb:
type: file
description: |
(Optional) un-republish tool.
PercCLI deb file published by Dell for their RAID devices.
Download it from https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=tdghn .
(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.
Eg: ./PERCCLI_7.2313.0_A14_Linux/perccli_007.2313.0000.0000_all.deb
filename: perccli.deb

sas2ircu-bin:
type: file
description: |
(Optional) un-republish tool.
SASIRCU binary file published by Broadcom.
Download it from https://docs.broadcom.com/docs/12351735 .
(Optional) SASIRCU 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.
Eg: ./SAS2IRCU_P20/sas2ircu_linux_x86_rel/sas2ircu
filename: sas2ircu

sas3ircu-bin:
type: file
description: |
(Optional) un-republish tool.
SASIRCU binary file published by Broadcom.
Download it from https://docs.broadcom.com/docs/SAS3IRCU_P16.zip .
(Optional) SASIRCU 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.
Eg: ./SAS3IRCU_P16/sas3ircu_rel/sas3ircu_linux_x86_rel/sas3ircu
filename: sas3ircu

provides:
Expand Down