Update proliantutils version required for K release
This commit updates the proliantutils version required in Ironic to 2.1.0 for K release. This version of proliantutils includes the following functionality: * Enablement of RIS protocol for Proliant Gen9 servers on which uefi secure boot feature depends. * Functionality for node inspection using *ilo drivers. * Functionality for node cleaning. Change-Id: I09db1eca7fb6d383edaeac5da909d9bb84a8a009
This commit is contained in:
parent
9870f46a8c
commit
b87348a715
@ -40,9 +40,9 @@ Prerequisites
|
|||||||
managing HP Proliant hardware.
|
managing HP Proliant hardware.
|
||||||
|
|
||||||
Install ``proliantutils`` [2]_ module on the Ironic conductor node. Minimum
|
Install ``proliantutils`` [2]_ module on the Ironic conductor node. Minimum
|
||||||
version required is 2.0.1.::
|
version required is 2.1.0.::
|
||||||
|
|
||||||
$ pip install "proliantutils>=2.0.1"
|
$ pip install "proliantutils>=2.1.0"
|
||||||
|
|
||||||
* ``ipmitool`` command must be present on the service node(s) where
|
* ``ipmitool`` command must be present on the service node(s) where
|
||||||
``ironic-conductor`` is running. On most distros, this is provided as part
|
``ironic-conductor`` is running. On most distros, this is provided as part
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# These are available on pypi
|
# These are available on pypi
|
||||||
ironic-discoverd>=1.0.0
|
ironic-discoverd>=1.0.0
|
||||||
proliantutils>=2.0.1
|
proliantutils>=2.1.0
|
||||||
pyghmi
|
pyghmi
|
||||||
pysnmp
|
pysnmp
|
||||||
python-scciclient
|
python-scciclient
|
||||||
|
Loading…
Reference in New Issue
Block a user