460b9f1f5f
This driver that will promote integration between Ironic and the HP OneView Management System. The driver will allow Ironic to borrow non-dedicated servers from OneViews's inventory to provision baremetal instances with minimal common pre-configuration, set through OneView's *Server Profile Templates*. Co-Authored-By: Alberto Barros <albertoffb@lsd.ufcg.edu.br> Co-Authored-By: André Aranha <afaranha@lsd.ufcg.edu.br> Co-Authored-By: Caio Oliveira <caiobo@lsd.ufcg.edu.br> Co-Authored-By: Diego Pereira <diegolp@lsd.ufcg.edu.br> Co-Authored-By: Gabriel Bezerra <gabrielb@lsd.ufcg.edu.br> Co-Authored-By: Lilia Sampaio <liliars@lsd.ufcg.edu.br> Co-Authored-By: Sinval Vieira <sinval@lsd.ufcg.edu.br> Change-Id: Ic2fb7860e6b4f5183b6525ff7709c7616350a96a Implements: blueprint new-ironic-driver-for-oneview Depends-on: I914596e592477e148e642f93cfbe114464c3fe38
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
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.5
|
|
pyghmi>=0.8.0
|
|
pysnmp
|
|
python-ironic-inspector-client
|
|
python-oneviewclient>=2.0.0
|
|
python-scciclient>=0.2.0
|
|
python-seamicroclient>=0.4.0
|
|
UcsSdk==0.8.2.2
|
|
|
|
# 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.
|
|
# 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.1, which is available from
|
|
# https://communities.cisco.com/docs/DOC-37174
|