| Summary: | content host installed_products array needs to pass product arch and version to candlepin when specified | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Tom McKay <tomckay> |
| Component: | Subscription Management | Assignee: | Tom McKay <tomckay> |
| Status: | CLOSED ERRATA | QA Contact: | Peter Ondrejka <pondrejk> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | bbuckingham, bkearney, cwelton |
| Target Milestone: | Unspecified | ||
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://projects.theforeman.org/issues/14593 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-02-21 16:44:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Tom McKay
2016-04-12 13:44:29 UTC
Created from redmine issue http://projects.theforeman.org/issues/14593 Upstream bug assigned to tomckay Moving to POST since upstream bug http://projects.theforeman.org/issues/14593 has been closed ------------- Thomas McKay Applied in changeset commit:katello|20efbb2e5e2e1c781bb9b6dc484cdf7023e782e2. Verified in Satellite 6.3 snap 8. Architecture and version are now passed in installed_product array when registering a content host. From /var/log/foreman/production.log:
2017-01-23 09:55:27 0c811a44 [app] [I] Parameters: {"facts"=>"[FILTERED]", "installedProducts"=>[{"productName"=>"Red Hat Software Collections (for RHEL Server)", "arch"=>"x86_64", "version"=>"2", "productId"=>"201"}, {"productName"=>"Red Hat Enterprise Linux Server", "arch"=>"x86_64", "version"=>"7.3", "productId"=>"69"}], "type"=>"system", "name"=>"node-5.example.com", "contentTags"=>["rhscl", "rhel-7", "rhel-7-server", "rhscl-2"], "owner"=>"Default_Organization", "activation_keys"=>"ak"}
Also, installed_products[arch] and installed_products[version] entries were added to the apidoc.
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:0336 |