96eafdc866
The ipminative driver was marked as unsupported on September 28, 2016, and an email was sent to the list on March 9th, 2017 asking for volunteers to run third-party CI to save the driver from deprecation. Additionally, many ironic contributors who also deploy ironic have reported instability while using this driver. For these reasons it's being removed from the main ironic tree. If there are any users still interested in this driver, they are invited to host it elsewhere. Change-Id: I9bc9f4cbd916f040a636b967ec5556197ad3d8a8 Closes-bug: #1671532
17 lines
533 B
Plaintext
17 lines
533 B
Plaintext
# This file lists all python libraries which are utilized by drivers,
|
|
# but not listed in global-requirements.
|
|
# It is intended to help package maintainers to discover additional
|
|
# python projects they should package as optional dependencies for Ironic.
|
|
|
|
# These are available on pypi
|
|
proliantutils>=2.2.1
|
|
pysnmp
|
|
python-ironic-inspector-client>=1.5.0
|
|
python-oneviewclient<3.0.0,>=2.5.2
|
|
python-scciclient>=0.4.0
|
|
UcsSdk==0.8.2.2
|
|
python-dracclient>=0.1.0
|
|
|
|
# The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater
|
|
ImcSdk>=0.7.2
|