Bug #20062
openHost parameter not rendered in user_data template
Description
I'm running Foreman 1.14.3 and have an issue with host parameters not available in user_data template.
In the template I have:
<%= @host.params['myparam'] %>
On the host creation page, in the parameter tab, I add a host param 'myparam' with value 'test'.
Once the host is created, the 'Preview' template correctly shows the param value.
But the generated template on the target machine (in /var/lib/cloud..) does not contain the param value (it is empty).
If I set the parameter on hostgroup or subnet then it works as expected.
The problem is only with params at host level.
Updated by Anthony Chevalet over 7 years ago
Yes it seems so, in my case the preview does render the parameter
Updated by Marek Hulán over 7 years ago
- Status changed from New to Need more information
Are you using organizations or locations? Could you update to 1.15 and retest?
Updated by Marek Hulán over 7 years ago
- Related to Bug #19465: User data template rendering does not render host parameters added
Updated by Anonymous over 7 years ago
Yes I'm using organizations and locations.
I will upgrade to 1.15 and let you know.
Updated by Anthony Chevalet over 7 years ago
Same behaviour with 1.15.3 and the new syntax
host_param('param_name')
Updated by Dis McCarthy about 7 years ago
Same here with 1.15.6-1. Safemode is off, render template shows the variables correctly but the actual userdata sent to the instance doesn't.
Has anyone found a workaround yet?
Updated by Anthony Chevalet about 7 years ago
My workaround is to use a tmp hostgroup at host creation...
Updated by Anthony Chevalet about 7 years ago
- Status changed from Need more information to New
Updated by Marek Hulán almost 7 years ago
By rendering the template you mean preview the render while editing it? It might be caused by the fact that when the template is rendered for the host, different, system user account is used.
Updated by Anthony Chevalet almost 7 years ago
Yes, the preview while editing templates OR the 'Review' template on the host page (once created) show the parameter.
Updated by Anthony Chevalet over 6 years ago
- Related to Bug #23104: Host parameters not available in foreman_hooks added
Updated by Anthony Chevalet over 6 years ago
- Related to Bug #21618: hostgroup parameter does not show up in the PXE template added
Updated by Anthony Chevalet over 6 years ago
- Related to Bug #21552: Host parameters added/updated via API do not make it to userscript on provisioning to EC2 added
Updated by Anthony Chevalet about 6 years ago
- Subject changed from Host parameter not working in provisioning template to Host parameter not rendered in user_data template
As a precision, it impacts only user_data templates. Parameters are correctly rendered in Finish templates.
Updated by xioabin qu about 6 years ago
We're using PXELinux template, and is also impacted.
Updated by Ondrej Vesely almost 6 years ago
Found also in 1.19.1-1.el7.
Affects Provisioning template, Finish template and PXELinux template.
Updated by Ondrej Vesely almost 6 years ago
- Found in Releases 1.19.1 added
- Found in Releases deleted (
1.14.3, 1.19.0-RC3)
I have upgraded to 1.20.0-1.el7 and the bug is there too.
Updated by Ondrej Vesely almost 6 years ago
- Found in Releases 1.15.3, 1.19.0-RC3, 1.20.0 added