Bug #17648
closedAttribute inheritance is not propagated correctly in UI/API workflows
Description
update method does not invoke #apply_inherited_attributes on the newly created host.
Files
Updated by Lukas Zapletal almost 8 years ago
- Subject changed from PUT /discovered_hosts/:id is not inheriting attributes from selected hostgroup to Attribute inheritance is not propagated correctly in UI/API workflows
So after some chat it looks like we are not calling apply_inherited_attributes properly from API and also from UI (we call it in edit
but not in update
).
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/316 added
Updated by Lukas Zapletal almost 8 years ago
- Related to Refactor #14316: Host group fails to auto fill puppet ca & master in discovery provisioning added
Updated by Jason Nance almost 8 years ago
I believe this same issue exists with the realm as well. Please see attached screen shots for example. If I'm talking about something different let me know and I'll open a new bug.
In short, inherited Puppet CA, Puppet Master, and Realm are showing up in the host group but not on a newly created host.
Updated by Shimon Shtein almost 8 years ago
It should all be solved by this fix.
All inherited attributes are manged by those two methods: #apply_inherited_attributes and #set_hostgroup_defaults that are added by this PR.
Let us know, if it's not solving your case.
Updated by Shimon Shtein almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_discovery|044cd42ffcb96819af0bd3d88bb348f2f9dc8ea9.
Updated by Simone Caldana almost 8 years ago
- Related to Bug #18106: Discovery v8 provisioning throws ActiveModel::ForbiddenAttributesError when Katello is installed added
Updated by Lukas Zapletal about 7 years ago
- Related to Bug #20797: Provisioning errors with undefined method permit! for ActiveSupport::HashWithIndifferentAccess added