2015-02-04 17:56:24 -08:00
|
|
|
# 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
|
2018-03-23 02:11:32 -05:00
|
|
|
proliantutils>=2.7.0
|
2018-06-28 22:07:28 +02:00
|
|
|
pysnmp>=4.3.0,<5.0.0
|
2016-08-19 11:54:25 +02:00
|
|
|
python-ironic-inspector-client>=1.5.0
|
2018-08-29 14:17:36 +02:00
|
|
|
python-scciclient>=0.8.0
|
2019-03-08 10:44:11 +01:00
|
|
|
UcsSdk==0.8.2.2;python_version<'3'
|
2019-04-05 20:05:24 -04:00
|
|
|
python-dracclient>=3.0.0,<4.0.0
|
2017-11-13 11:38:17 -05:00
|
|
|
python-xclarityclient>=0.1.6
|
2015-02-04 17:56:24 -08:00
|
|
|
|
2016-01-20 15:55:28 +00:00
|
|
|
# The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater
|
|
|
|
ImcSdk>=0.7.2
|
2017-02-27 17:03:28 +00:00
|
|
|
|
|
|
|
# The Redfish hardware type uses the Sushy library
|
2018-07-12 12:34:08 -05:00
|
|
|
sushy>=1.6.0
|
2017-10-09 07:09:31 +00:00
|
|
|
|
|
|
|
# Ansible-deploy interface
|
2018-03-23 18:59:54 -07:00
|
|
|
ansible>=2.4
|
2019-02-20 10:56:04 +08:00
|
|
|
|
|
|
|
# HUAWEI iBMC hardware type uses the python-ibmcclient library
|
|
|
|
python-ibmcclient>=0.1.0
|