This patch modifies iRMC driver to use certification file
when it connects to iRMC via HTTPS
Conflicts:
doc/source/admin/drivers/irmc.rst
driver-requirements.txt
ironic/drivers/modules/irmc/common.py
ironic/tests/unit/drivers/modules/irmc/test_common.py
ironic/tests/unit/drivers/modules/irmc/test_power.py
releasenotes/notes/irmc-add-certification-file-option-34e7a0062c768e58.yaml
Change-Id: If69ce1cf2789d9d60fb8e544596cf7d29eab514d
Co-authored-by: Kobayashi Daisuke <kobayashi.da-06@fujitsu.com>
Co-authored-by: Song Shukun <song.shukun@jp.fujitsu.com>
Story: 2009801
Task: 44345
(cherry picked from commit 64d7a7f307)
21 lines
627 B
Plaintext
21 lines
627 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.13.0
|
|
pysnmp>=4.3.0,<5.0.0
|
|
python-scciclient>=0.8.0,<0.13.0
|
|
python-dracclient>=5.1.0,<9.0.0
|
|
python-xclarityclient>=0.1.6
|
|
|
|
# Ansible-deploy interface
|
|
ansible>=2.7
|
|
|
|
# HUAWEI iBMC hardware type uses the python-ibmcclient library
|
|
python-ibmcclient>=0.2.2,<0.3.0
|
|
|
|
# Dell EMC iDRAC sushy OEM extension
|
|
sushy-oem-idrac>=4.0.0,<5.0.0
|