Skip to content

Commit 28edf04

Browse files
authored
Merge pull request #2135 from rackerlabs/ironic-drivers
chore(ironic): remove drivers and interfaces we don't want to support and re-order priorities
2 parents ca7ec4a + b6bbd53 commit 28edf04

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

components/ironic/values.yaml

Lines changed: 9 additions & 9 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: redfish,idrac-redfish,no-bios
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
63-
enabled_network_interfaces: noop,neutron
61+
enabled_inspect_interfaces: redfish,idrac-redfish,agent,no-inspect
62+
enabled_management_interfaces: redfish,idrac-redfish,noop
63+
enabled_network_interfaces: neutron,noop
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,idrac-redfish,fake
66+
enabled_raid_interfaces: redfish,idrac-redfish,agent,no-raid
67+
enabled_vendor_interfaces: redfish,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)