Skip to content

Commit

Permalink
Merge pull request #469 from dtantsur/require-managed-boot
Browse files Browse the repository at this point in the history
🌱 Set require_managed_boot to False
  • Loading branch information
metal3-io-bot authored Jan 22, 2024
2 parents e7c1604 + a432758 commit e701871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ironic-config/ironic.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ external_callback_url = {{ env.IRONIC_EXTERNAL_CALLBACK_URL }}
dhcp_provider = none

[inspector]
# NOTE(dtantsur): we properly configure the "unmanaged" inspection boot (i.e.
# booting IPA through a separate inspector.ipxe rather than the driver's boot
# interface), so managed boot is not required.
require_managed_boot = False
power_off = {{ false if env.IRONIC_FAST_TRACK == "true" else true }}
# NOTE(dtantsur): keep inspection arguments synchronized with inspector.ipxe
# Also keep in mind that only parameters unique for inspection go here.
Expand Down

0 comments on commit e701871

Please sign in to comment.