Bug #32457
closedNormally Inherited fields are not inherited upon host registration
Description
If I pick a host group during the host registration, values we normally inherit from hostgroup are not inherited, e.g. puppet environment, puppet proxy, puppet ca proxy.
Updated by Marek Hulán over 3 years ago
The reason is, when host is created normally, we apply inherited attributes thanks to
The registration skips this and calls directly assign attributes
That should be changed so the inheritance logic works like when the new host is created through the form.
Updated by Damon Maria over 3 years ago
- Has duplicate Bug #32304: Register host does not use puppet settings from host group added
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8539 added
Updated by Leos Stejskal over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|e60069e12d7c1cf59394ae2d125d36f53f755dfd.
Updated by Lioh Moeller over 1 year ago
This issue is still present on Foreman 3.5.1.
Steps to reproduce:
- Create a Host Group
- Select 'Puppet Proxy', 'Puppet CA' and 'Environment' from the relevant Pull-Down-Menus on the Host Group
- Create a Global Registration Template associated with the newly created Host Group
- Register a client using the Global Registration template
The client is registered, but Puppet Parameters from the Host Group are not adopted, leading to empty ‘Environment’ ‘Puppet Proxy’ and ‘Puppet CA Proxy’ on the host object and a puppet.conf on the client which looks like this:
[main]
[agent]
pluginsync = true
report = true
certname = my.host.tld
The issue does not occur if the host object already exists and Puppet settings are defined on the host object.
A partial workaround, still leading to a non-functional result, is to define puppet_ca_server and puppet_server as Parameters on the hostgroup. In this case server and ca are written correctly, but environment not. Trying to set the host_puppet_environment parameter manually on the host group, still leads to the same result (variable empty)
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Subject changed from Normally Inherited fields are not inherited upon host registreation to Normally Inherited fields are not inherited upon host registration
Updated by Lioh Moeller over 1 year ago
- Related to Bug #36207: Host Group Puppet Settings are not inherited added