Skip to content

Commit 57374a7

Browse files
committed
chore(ironic): re-order ironic drivers/interfaces
Re-ordered the ironic drivers and their interfaces to be redfish first, followed by the Dell redfish overrides then legacy interfaces followed by the noop/no interfaces so that the priority of each interface is leaning towards newer interfaces.
1 parent 8c3a5be commit 57374a7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

components/ironic/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ conf:
5252
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
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
5757
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,no-inspect
62-
enabled_management_interfaces: ipmitool,redfish,idrac-redfish,noop
63-
enabled_network_interfaces: noop,neutron
61+
enabled_inspect_interfaces: redfish,idrac-redfish,agent,no-inspect
62+
enabled_management_interfaces: redfish,idrac-redfish,ipmitool,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,fake
65+
enabled_power_interfaces: redfish,idrac-redfish,ipmitool,fake
6666
enabled_raid_interfaces: redfish,idrac-redfish,agent,no-raid
67-
enabled_vendor_interfaces: redfish,ipmitool,idrac-redfish,no-vendor
67+
enabled_vendor_interfaces: redfish,idrac-redfish,ipmitool,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)