Skip to content

Commit

Permalink
Merge pull request openshift#463 from Nordix/patch_ipxe
Browse files Browse the repository at this point in the history
add condition for ipxe_tls template usage
  • Loading branch information
metal3-io-bot committed Dec 18, 2023
2 parents cf3c71c + f0897b5 commit 33275f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ironic-config/ironic.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ kernel_append_params = nofb nomodeset vga=normal ipa-insecure=1 {% if env.IRONIC
enable_netboot_fallback = true
# Enable the fallback path to in-band inspection
ipxe_fallback_script = inspector.ipxe
{% if env.IPXE_TLS_SETUP | lower == "true" %}
ipxe_config_template = /tmp/ipxe_config.template
{% endif %}

[redfish]
use_swift = false
Expand Down

0 comments on commit 33275f5

Please sign in to comment.