Skip to content

Commit

Permalink
Add Redfish Python package
Browse files Browse the repository at this point in the history
In order to support monitoring via Redfish in the future.
This makes sure users always have a compatible version installed.

CMK-15831

Change-Id: I034f2e45e4f4aa1e3a386349f913d88a11282099
  • Loading branch information
okin committed Mar 6, 2024
1 parent 51a1fab commit be05dba
Show file tree
Hide file tree
Showing 3 changed files with 1,986 additions and 72 deletions.
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -200,6 +200,7 @@ recurring_ical_events = "==2.0.2" # used for parsing recurring events in icalen
typing-extensions = "*"
xmltodict = "==0.13.0" # used for parsing robotmk test results
netapp-ontap = "==9.14.1.0" # used by netapp special agent
redfish = "~= 3.2.2" # used for management board monitoring via Redfish, used by optional MKP

[requires]
python_version = "3.12"

0 comments on commit be05dba

Please sign in to comment.