Skip to content

Commit

Permalink
Configure ironic to use Ipmitool retries
Browse files Browse the repository at this point in the history
Without this configuration, the ipmitool timeout is 1 second. This is too short
for vbmc. This commit uses the ipmitool retry feature and extends the
timeout
  • Loading branch information
maelk committed Jul 8, 2020
1 parent f1966de commit 535d214
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ironic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ uefi_pxe_config_template = $pybasedir/drivers/modules/ipxe_config.template

[redfish]
use_swift = false

[ipmi]
use_ipmitool_retries = true
min_command_interval = 5
command_retry_timeout = 15

0 comments on commit 535d214

Please sign in to comment.