summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
blob: 842c51799eb94465791461e8984d32709e8122f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
ironic-discoverd>=1.0.0
proliantutils>=2.1.0
pyghmi
pysnmp
python-scciclient
python-seamicroclient>=0.4.0

# The drac and amt driver import a python module called "pywsman", however,
# this does not exist on pypi.
# It is installed by the openwsman-python (on RH) or python-openwsman (on deb)
# package, from https://github.com/Openwsman/openwsman/blob/master/bindings/python/Makefile.am#L29
# There is *also* a "wsman" module on pypi ... but I think that's the wrong one.

# The iboot driver does not seem to have any available packages or pip modules,
# but the source is available here:
# https://github.com/darkip/python-iboot

# 'pxe_vbox' and 'agent_vbox' drivers require pyremotevbox library.
# The python module ZSI which is required for pyremotevbox is not available
# in pypi right now. Refer documentation on how to install and configure this:
# http://docs.openstack.org/developer/ironic/drivers/vbox.html
pyremotevbox