# Pastebin GqppFXAZ --- local.doc.conf 2026-04-07 15:47:26.428006357 +0000 +++ local.conf 2026-04-07 15:47:35.457497257 +0000 @@ -37,19 +37,19 @@ DEFAULT_INSTANCE_TYPE=baremetal IRONIC_RPC_TRANSPORT=json-rpc -IRONIC_RAMDISK_TYPE=tinyipa # Enable additional hardware types, if needed. -#IRONIC_ENABLED_HARDWARE_TYPES=ipmi,fake-hardware +IRONIC_ENABLED_HARDWARE_TYPES=redfish,fake-hardware # Don't forget that many hardware types require enabling of additional # interfaces, most often power and management: -#IRONIC_ENABLED_MANAGEMENT_INTERFACES=ipmitool,fake -#IRONIC_ENABLED_POWER_INTERFACES=ipmitool,fake +IRONIC_ENABLED_MANAGEMENT_INTERFACES=redfish,fake +IRONIC_ENABLED_POWER_INTERFACES=redfish,fake #IRONIC_DEFAULT_DEPLOY_INTERFACE=direct # Change this to alter the default driver for nodes created by devstack. # This driver should be in the enabled list above. -IRONIC_DEPLOY_DRIVER="ipmi" +# Use redfish as the default hardware type, backed by sushy-tools. +IRONIC_DEPLOY_DRIVER="redfish" # The parameters below represent the minimum possible values to create # functional nodes.