65d5066394
This change fixes the 'redfish' BIOS interface 'apply_configuration' cleaning/deploy step to work with Redfish Services that must be supplied the Distributed Management Task Force (DMTF) Redfish standard @Redfish.SettingsApplyTime annotation [1] to specify when to apply the requested settings, such as the Dell EMC integrated Dell Remote Acesss Controller (iDRAC). Such services, typically offered by baseboard management controllers (BMC), require POST of the annotation, along with the future intended state of the settings. Otherwise, they may never be applied. When the annotation is not supported, it is not provided with the future intended state of the settings. [1] http://redfish.dmtf.org/schemas/DSP0266_1.11.0.html#settings-resource Co-Authored-By: Eric Barrera <eric_barrera@dell.com> Co-Authored-By: Aija Jauntēva <aija.jaunteva@dell.com> Co-Authored-By: Mike Raineri <mraineri@gmail.com> Story: 2008163 Task: 40913 Depends-On: https://review.opendev.org/#/c/750020/ Change-Id: I28a948f306b40c36b12e6f786e1e43a61e84a0f2
24 lines
677 B
Plaintext
24 lines
677 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.10.0
|
|
pysnmp>=4.3.0,<5.0.0
|
|
python-scciclient>=0.8.0
|
|
python-dracclient>=3.1.0,<5.0.0
|
|
python-xclarityclient>=0.1.6
|
|
|
|
# The Redfish hardware type uses the Sushy library
|
|
sushy>=3.4.0
|
|
|
|
# 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<=1.0.0
|