Skip to content

Commit

Permalink
Merge pull request #286 from Hellcatlk/master
Browse files Browse the repository at this point in the history
Enable irmc bios interface
  • Loading branch information
metal3-io-bot authored Jul 28, 2021
2 parents af6dfb0 + 1cf1b0d commit 9db466f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ironic-config/ironic.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ debug = true
default_deploy_interface = direct
default_inspect_interface = inspector
default_network_interface = noop
enabled_bios_interfaces = idrac-wsman,no-bios,redfish,idrac-redfish,ilo
enabled_bios_interfaces = idrac-wsman,no-bios,redfish,idrac-redfish,irmc,ilo
enabled_boot_interfaces = ipxe,ilo-ipxe,pxe,ilo-pxe,fake,redfish-virtual-media,idrac-redfish-virtual-media,ilo-virtual-media
enabled_deploy_interfaces = direct,fake,ramdisk,custom-agent
# NOTE(dtantsur): when changing this, make sure to update the driver
Expand Down Expand Up @@ -62,7 +62,7 @@ enable_ssl_api = true
automated_clean = {{ env.IRONIC_AUTOMATED_CLEAN }}
# NOTE(dtantsur): keep aligned with [pxe]boot_retry_timeout below.
deploy_callback_timeout = 4800
send_sensor_data = {{ env.SEND_SENSOR_DATA }}
send_sensor_data = {{ env.SEND_SENSOR_DATA }}
# NOTE(TheJulia): Do not lower this value below 120 seconds.
# Power state is checked every 60 seconds and BMC activity should
# be avoided more often than once every sixty seconds.
Expand Down

0 comments on commit 9db466f

Please sign in to comment.