Skip to content

Commit

Permalink
Add additional drivers to enabled BIOS interface
Browse files Browse the repository at this point in the history
Add redfish as a BIOS interface to allow retrieving BIOS configuration
using Redfish.  In addition, add idrac-redfish and irmc for future
use.
  • Loading branch information
bfournie committed Nov 24, 2020
1 parent 356f11c commit 54464e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironic.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default_boot_interface = ipxe
default_deploy_interface = direct
default_inspect_interface = inspector
default_network_interface = noop
enabled_bios_interfaces = idrac-wsman,no-bios
enabled_bios_interfaces = idrac-wsman,no-bios,redfish,idrac-redfish,irmc
enabled_boot_interfaces = pxe,ipxe,fake,redfish-virtual-media,idrac-redfish-virtual-media
enabled_deploy_interfaces = direct,fake
# NOTE(dtantsur): when changing this, make sure to update the driver
Expand Down

0 comments on commit 54464e9

Please sign in to comment.