You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generate-discovery-iso role will always create discovery.iso rather than using the inventory boot_iso name, but the boot_iso (sub) roles boot using the boot_iso hostvar.
The standard inventory creators always set boot_iso to "discovery.iso", but if a BYOL inventory sets boot_iso to something else, the boot-iso role will try to use it and won't find it.
We should be consistent about this, and use boot_iso in both places.
The
generate-discovery-iso
role will always creatediscovery.iso
rather than using the inventoryboot_iso
name, but theboot_iso
(sub) roles boot using theboot_iso
hostvar.The standard inventory creators always set
boot_iso
to "discovery.iso", but if a BYOL inventory setsboot_iso
to something else, theboot-iso
role will try to use it and won't find it.We should be consistent about this, and use
boot_iso
in both places.Originally posted by @dbutenhof in #489 (comment)
The text was updated successfully, but these errors were encountered: