diff options
author | kesper <paresh.h.sao@gmail.com> | 2020-07-30 06:24:38 +0000 |
---|---|---|
committer | kesper <paresh.h.sao@gmail.com> | 2020-09-04 07:20:35 +0000 |
commit | 9fb4074bfef7b6e4ead7d3cedf7120668966eaa1 (patch) | |
tree | e06b6ee8864096218b2ca2a67cdb7a08de8c3b6c /driver-requirements.txt | |
parent | 99e8fc981056735928443fa572a38a10d07a51ff (diff) | |
download | ironic-9fb4074bfef7b6e4ead7d3cedf7120668966eaa1.tar.gz |
OOB one button secure erase for iLO5 based HPE Proliant servers.
This commit adds functionality to perform out-of-band one button
secure erase for iLO5 based HPE Proliant servers. Using this a
user can securely erase the whole system. It includes deleting
any deployment settings profiles, all licenses, Active Health
System (AHS) and warranty data stored there, reseting BIOS and
erasing supported non-volatile storage data.
Change-Id: I2f46a67580e8a607a91a3f6660feb85ed1827dc8
Story: #2007964
Task: #40458
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r-- | driver-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt index 539d27ba9..495dcbfe3 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -4,7 +4,7 @@ # python projects they should package as optional dependencies for Ironic. # These are available on pypi -proliantutils>=2.9.5 +proliantutils>=2.10.0 pysnmp>=4.3.0,<5.0.0 python-scciclient>=0.8.0 python-dracclient>=3.1.0,<5.0.0 |