Skip to content

Commit 8c3a5be

Browse files
committed
chore(ironic): remove ilo/ilo5 hardware drivers
Drop the ilo and ilo5 hardware drivers as they're deprecated upstream and removed in future releases so we're moving away from having them available.
1 parent ca7ec4a commit 8c3a5be

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

components/ironic/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ conf:
4949
ironic:
5050
DEFAULT:
5151
# hardware types we have enabled in ironic
52-
enabled_hardware_types: redfish,idrac,ilo5,ilo,netdev,manual-management
52+
enabled_hardware_types: redfish,idrac,netdev,manual-management
5353
# enabled interfaces for the above hardware types, each hardware type must
5454
# have at least one enabled interface that it reports it supports
55-
enabled_bios_interfaces: no-bios,redfish,idrac-redfish,ilo
55+
enabled_bios_interfaces: no-bios,redfish,idrac-redfish
5656
# remove fake once there is a noop that the ManualManagement uses, which netdev is derived from
57-
enabled_boot_interfaces: http-ipxe,ipxe,redfish-virtual-media,redfish-https,idrac-redfish-virtual-media,ilo-virtual-media,ilo-uefi-https,ilo-ipxe,fake
57+
enabled_boot_interfaces: http-ipxe,ipxe,redfish-virtual-media,redfish-https,idrac-redfish-virtual-media,fake
5858
enabled_console_interfaces: redfish-graphical,no-console
5959
enabled_deploy_interfaces: direct,ramdisk,noop
6060
enabled_firmware_interfaces: redfish,no-firmware
61-
enabled_inspect_interfaces: redfish,agent,idrac-redfish,ilo,no-inspect
62-
enabled_management_interfaces: ipmitool,redfish,idrac-redfish,ilo,ilo5,noop
61+
enabled_inspect_interfaces: redfish,agent,idrac-redfish,no-inspect
62+
enabled_management_interfaces: ipmitool,redfish,idrac-redfish,noop
6363
enabled_network_interfaces: noop,neutron
6464
# remove fake once there is a noop that the ManualManagement uses, which netdev is derived from
65-
enabled_power_interfaces: redfish,ipmitool,idrac-redfish,ilo,fake
66-
enabled_raid_interfaces: redfish,idrac-redfish,ilo5,agent,no-raid
67-
enabled_vendor_interfaces: redfish,ipmitool,idrac-redfish,ilo,no-vendor
65+
enabled_power_interfaces: redfish,ipmitool,idrac-redfish,fake
66+
enabled_raid_interfaces: redfish,idrac-redfish,agent,no-raid
67+
enabled_vendor_interfaces: redfish,ipmitool,idrac-redfish,no-vendor
6868
# the service account belongs to the service project but our nodes
6969
# will live in the infra domain in the baremetal project so the
7070
# service account needs to have permissions outside of just the

0 commit comments

Comments
 (0)