As early as 2024 we've been warning operators the iLO driver was going away, and it was formally deprecated in 2025.2. We now remove it fully. iLO 5 and newer devices are still supported by redfish driver. Generated-by: claude-code Change-Id: Iccc45da6eb3b8109009e3217028cc07f5782dde0 Signed-off-by: Jay Faulkner <jay@jvf.cc>
11 lines
368 B
Plaintext
11 lines
368 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.
|
|
|
|
# Ansible-deploy interface
|
|
ansible>=2.7
|
|
|
|
# Standalone Networking Switch drivers
|
|
networking-generic-switch>=9.0.0
|