Bug 1411800
| Summary: | Error while navigating to Products from the GPG keys page. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Deepannagaraj Nagarathinam <dnagarat> | ||||
| Component: | Content Credentials | Assignee: | Brad Buckingham <bbuckingham> | ||||
| Status: | CLOSED ERRATA | QA Contact: | jcallaha | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.2.6 | CC: | bbuckingham, bkearney, jcallaha, lzap, oshtaier | ||||
| Target Milestone: | Unspecified | Keywords: | Triaged | ||||
| Target Release: | Unused | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | rubygem-katello-3.0.0.97-1 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1417128 (view as bug list) | Environment: | |||||
| Last Closed: | 2017-03-06 08:36:56 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1417128 | ||||||
| Attachments: |
|
||||||
|
Description
Deepannagaraj Nagarathinam
2017-01-10 14:16:12 UTC
Created redmine issue http://projects.theforeman.org/issues/18018 from this bug Upstream Katello PR: https://github.com/Katello/katello/pull/6533 Created attachment 1244635 [details]
Hotfix patch tarball
Usage (tarball extraction):
tar -xzf satellite-hotfix-20170101-abcdef1.tar.gz
cd satellite-hotfix-20170101-abcdef1
Usage (dry run):
./satellite-hotfix -n 1234567
Usage:
./satellite-hotfix 1234567
Revert a hotfix:
./satellite-hotfix -r 1234567
List all avaiable hotfixes:
./satellite-hotfix
The numbers are real Red Hat Bugzilla numbers. All backup and reject files are
save in backups/ sub-directory. Please keep the tarball for possible reverting
of the change in the future. If patching fails, revert immediately and report
the output. After each Satellite update, this hotfix process must be repeated
if the updated does not include the bugfix yet, search in errata notes for
bugzilla numbers to confirm.
If system-wide Ruby is not installed for some reason, use Satellite Foreman
Ruby software collection:
scl enable rh-ruby22 -- ./satellite-hotfix -h
To find out Ruby versions available do:
ls /opt/*/*ruby* -d
Smallish patch, low risk, low effort (two lines), if you can squeeze it in, thanks! Steps to Reproduce: -> Create a Custom Product, Third Party repository and a GPG Key on Satellite server. -> Associate the Key to the custom product. -> Then navigate to the product tab on GPG Key page. -> Then click on the product from the list to navigate to products interface Verified on 6.2.8. Functionality works as intended. We still have same issue in 6.3 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/RHBA-2017:0447 |