Bug 1781908
Summary: | Related to Subscription Watch - Wrong Satellite instructions for Installing Inventory Plugin | ||
---|---|---|---|
Product: | Red Hat Hybrid Cloud Console (console.redhat.com) | Reporter: | Christian Marineau <cmarinea> |
Component: | Documentation | Assignee: | Anni Bond <anbond> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | satellite-doc-list |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | anbond, dvoss, ktordeur, sokeeffe, spetrosi |
Target Milestone: | --- | Keywords: | PrioBumpPM, Reopened, SubscriptionExperience |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-06 13:28:18 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: |
Description
Christian Marineau
2019-12-10 21:32:48 UTC
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low. As on Satellite 6.6 and later the yum command will fail, however, return the solution, I am setting the severity to medium. The documentation now is incorrect but is not catastrophic. ~~~~ # yum install tfm-rubygem-foreman_inventory_upload-* WARNING: Excluding 15451 updates due to foreman-protector. Use foreman-maintain packages install/update <package> to safely install packages without restrictions. Use foreman-maintain upgrade run for full upgrade. Error: Nothing to do ~~~~ The docs update has been made to the repository. Since I tried to clarify and still misunderstood the first time, can I clarify that: 1 - The original wording worked for Satellite 6.5. 2 - The current wording works for Satellite 6.6. Is there anything else I am missing? Thanks Hi Anni, yes, you are correct. The request was to turn the step to something like this: ~~~~ 1. Install the Satellite inventory upload plugin on the Satellite Server: * On Satellite Server 6.5 and lower, enter the following command: # yum install tfm-rubygem-foreman_inventory_upload-* * On Satellite Server 6.6 and higher, enter the following command: # foreman-maintain packages install tfm-rubygem-foreman_inventory_upload-* ~~~~ Thank you Update in command:
> * On Satellite Server 6.6 and higher, enter the following command:
> # foreman-maintain packages install tfm-rubygem-foreman_inventory_upload-*
> ~~~~
This has been changed for Satellite 6.6 and higher, the command is now the following:
# satellite-maintain packages install tfm-rubygem-foreman_inventory_upload-*
Thank you
That change has been requested to merge. Thank you! |