Actions
Feature #24745
closedSet @kernel_uri and @initrd_uri variables
Description
In our rendering there are two variables kernel_uri and initrd_uri, but these are relative. It is useful to have absolute URI addresses for various kinds of provisioning, including Discovery kexec. Previously discovery was monkey patching this, if these variables are present in default foreman core renderer context this would make discovery code cleaner. It can be useful also for other provisioning types like iPXE.
Actions