Bug 1607160
Summary: | Content source is not inherited from hostgroup while creating host | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Nikhil Kathole <nkathole> | ||||
Component: | Hosts - Content | Assignee: | Daniel Lobato Garcia <dlobatog> | ||||
Status: | CLOSED ERRATA | QA Contact: | Nikhil Kathole <nkathole> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.4 | CC: | achadha, dlobatog, hmore, jturel, lpramuk, mhulan, mmccune, nickcelebic, nkathole, patalber, rabajaj, rraghuwa, satellite6-bugs, sgraessl, vvasilev | ||||
Target Milestone: | 6.4.0 | Keywords: | Regression, Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | tfm-rubygem-katello-3.7.0.8-1 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-10-16 19:11:19 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Could you please take a look at https://github.com/Katello/katello/pull/7398 and https://github.com/Katello/katello/pull/7533 whether they describe the same thing? If that's the case, fix will be present in Katello 3.7.0 Hi Marek, Yes the above PRs should resolve this issue. Thanks. Nikhil, Can you confirm if the PRs referenced in comment 4 are installed on your Satellite already? I spun up the latest build and I see both changes already. If they are there, then we may still have a bug to investigate. Thanks! Thanks Brad. I see both PRs are there in my satellite. Yes you are correct this issue needs to investigate and need different PR. Created redmine issue http://projects.theforeman.org/issues/24390 from this bug Daniel, I saw your recent katello commit (824172c216d575946d13b8a0fcbafb0754f7c00c) related to showing the correct content source on a host. I was working in that same area on a fix for this bug when I saw that simply setting a content source on a host is not persisting. My concern here is that my fix and perhaps your fix above are part of some larger issue somewhere? I appreciate any input you might have here especially since you seem more familiar with these parts. Jonathon, thanks for the ping - unfortunately those commits could be related but they only fix problems when you *edit* a host that already exists. I've been testing the issue at hand and it definitely occurs when you *create* a host, the inherited content source field is not populated automatically. It's likely the fix also has to do with the helper, I'm checking. Let me know what you have already on IRC if you can since you mentioned you were working in this area. Upstream bug assigned to dlobatog Upstream bug assigned to dlobatog Bug is now being fixed at https://github.com/Katello/katello/pull/7572 Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/24390 has been resolved. Related BZ 1485949 but for nested hostgroup Is this BZ fixing also hostgroup inheritance? If so we can close the above BZ and mark as dupl of this one. If not please prioritize also BZ 1485949 from dusty backlog VERIFIED Version tested: Satellite 6.4 snap 15 Content source value is populated using value from hostgroup. Removing my needinfo, as this fixes https://bugzilla.redhat.com/show_bug.cgi?id=1485949 too indeed. *** Bug 1485949 has been marked as a duplicate of this bug. *** *** Bug 1485949 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2927 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |
Created attachment 1469803 [details] log in production.log file Description of problem: While creating new host in satellite using hostgroup, content host is not automatically populated using hostgroup. Version-Release number of selected component (if applicable): Satellite 6.4 snap 13 How reproducible: always Steps to Reproduce: 1. Create hostgroup with content source field provided 2. Navigate to hosts -> create new host 3. Select location and hostgroup Actual results: Content source field is not automatically populated though it is provides in hostgroup. Expected results: Content source field should automatically populated using value from hostgroup selected. Additional info: It is regression. This was working in previous snaps.