Bug #33374
Katello-nightly missing content view environment attributes on Hostgroups page
Difficulty:
Triaged:
Yes
Description
The new hostgroup page no longer shows fields for content view, lce and content source in the nightly.
- Configure -> Hostgroups
- Create -> Hostgroup
Note we don't see CV, lce and cs fields.
Additional notes:
This breakage occurred after https://github.com/theforeman/foreman/commit/fe5c585bd98cb8612d7d401c96b0ed1dd7d5f63d#diff-2659b08f086073e0fb1a1baca1f0ea16d963a88f730d2e08ee7812600832eb16L30 removed the hostgroup_puppet_environment_field field.
Katello was looking for that field here and content attributes are missing -> https://github.com/Katello/katello/blob/master/app/overrides/add_activation_keys_input.rb#L13
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Assignee set to Partha Aji
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9592 added
#2
Updated by Jonathon Turel over 1 year ago
- Target version set to Katello 4.2.0
#3
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/Katello/katello/pull/9599 added
#4
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#5
Updated by Partha Aji over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|75f85fe54bd5febc3b2b4f57a3e4cbe426b288db.
#6
Updated by Justin Sherrill over 1 year ago
- Triaged changed from No to Yes
#7
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/Katello/katello/pull/9656 added
Fixes #33374 - Hostgroup now shows content fields (#9592)
Before this PRThis would not show cv, lce and cs.
This error occurs because
hostgroup_puppet_environment_field was removed
in foreman.
This PR fixes this issue by changing the insert before
to the appropriate field .