Actions
Bug #20062
openHost parameter not rendered in user_data template
Status:
New
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
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 Marek Hulán almost 8 years ago
- Related to Bug #19465: User data template rendering does not render host parameters added
Updated by Anthony Chevalet about 7 years ago
- Related to Bug #23104: Host parameters not available in foreman_hooks added
Updated by Anthony Chevalet about 7 years ago
- Related to Bug #21618: hostgroup parameter does not show up in the PXE template added
Updated by Anthony Chevalet about 7 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 over 6 years ago
- Subject changed from Host parameter not working in provisioning template to Host parameter not rendered in user_data template
Updated by Ondrej Vesely over 6 years ago
- Found in Releases 1.19.1 added
- Found in Releases deleted (
1.14.3, 1.19.0-RC3)
Actions