Update new proliantutils version to 2.2.1
This commit updates the proliantutils version required in Ironic to 2.2.1. This version of proliantutils includes HPSUM firmware update support and updation of requirements to match global-requirements (required to fix third party CI gate jobs) Change-Id: Ife96638b6262d22b3aa82155df3d7e4f525bd22b
This commit is contained in:
parent
a2cea8f2dc
commit
677b48cb65
@ -43,9 +43,9 @@ Prerequisites
|
||||
which contains a set of modules for managing HPE ProLiant hardware.
|
||||
|
||||
Install ``proliantutils`` module on the ironic conductor node. Minimum
|
||||
version required is 2.2.0::
|
||||
version required is 2.2.1::
|
||||
|
||||
$ pip install "proliantutils>=2.2.0"
|
||||
$ pip install "proliantutils>=2.2.1"
|
||||
|
||||
* ``ipmitool`` command must be present on the service node(s) where
|
||||
``ironic-conductor`` is running. On most distros, this is provided as part
|
||||
|
@ -4,7 +4,7 @@
|
||||
# python projects they should package as optional dependencies for Ironic.
|
||||
|
||||
# These are available on pypi
|
||||
proliantutils>=2.2.0
|
||||
proliantutils>=2.2.1
|
||||
pyghmi>=0.8.0
|
||||
pysnmp
|
||||
python-ironic-inspector-client>=1.5.0
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Updates required proliantutils version for iLO drivers to 2.2.1. This
|
||||
version has support for HPSUM firmware update and matches requirements
|
||||
to meet global-requirements.
|
Loading…
Reference in New Issue
Block a user