Skip to content

Commit

Permalink
Configure Ironic iLO driver to use web server
Browse files Browse the repository at this point in the history
Configuring iLO Ironic driver to use web server for hosting images.
This resolves an issue where it defaults to swift while running in
standalone mode, breaking virtual media provisioning.

(cherry picked from commit a192a75)
  • Loading branch information
rhjanders committed Dec 21, 2022
1 parent 7cb581f commit 70b5d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ironic-config/ironic.conf.j2
Expand Up @@ -222,6 +222,7 @@ kernel_append_params = nofb nomodeset vga=normal ipa-insecure=1 {% if env.IRONIC

[ilo]
kernel_append_params = nofb nomodeset vga=normal ipa-insecure=1 {% if env.IRONIC_RAMDISK_SSH_KEY %}sshkey="{{ env.IRONIC_RAMDISK_SSH_KEY|trim }}"{% endif %} {{ env.IRONIC_KERNEL_PARAMS|trim }}
use_web_server_for_images = true

[irmc]
kernel_append_params = nofb nomodeset vga=normal ipa-insecure=1 {% if env.IRONIC_RAMDISK_SSH_KEY %}sshkey="{{ env.IRONIC_RAMDISK_SSH_KEY|trim }}"{% endif %} {{ env.IRONIC_KERNEL_PARAMS|trim }}
Expand Down

0 comments on commit 70b5d5f

Please sign in to comment.