87c2db4dc6
This patch removes the mentioned drivers from ironic code tree. Per our third-party drivers policy they are unsupported, and there is no existing plan to have third-party CI for them. Nevertheless, if anybody still needs them, they are available in ironic-staging-drivers repo. Change-Id: I1219892bbc1b814d80b62c8ec89b90819071870f Related-Bug: #1640533
24 lines
789 B
Plaintext
24 lines
789 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.1.11
|
|
pyghmi>=0.8.0
|
|
pysnmp
|
|
python-ironic-inspector-client>=1.5.0
|
|
python-oneviewclient<3.0.0,>=2.5.1
|
|
python-scciclient>=0.4.0
|
|
python-seamicroclient>=0.4.0
|
|
UcsSdk==0.8.2.2
|
|
python-dracclient>=0.1.0
|
|
|
|
# 'pxe_vbox' and 'agent_vbox' drivers require pyremotevbox library.
|
|
# Refer documentation on how to install and configure this:
|
|
# http://docs.openstack.org/developer/ironic/drivers/vbox.html
|
|
pyremotevbox>=0.5.0
|
|
|
|
# The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater
|
|
ImcSdk>=0.7.2
|