Bug 1868118
| Summary: | Add --upgrade flag to inventory plugin installation documentation step | ||
|---|---|---|---|
| Product: | Red Hat Hybrid Cloud Console (console.redhat.com) | Reporter: | Mike McCune <mmccune> |
| Component: | Documentation | Assignee: | Matt Werner <mawerner> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | ahumbe, mawerner, molasaga, spank |
| Target Milestone: | --- | ||
| 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-12-15 14:56:29 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
Mike McCune
2020-08-11 17:52:56 UTC
The bug mentioned above likely won't be fixed until Spring 2021 or later. The --upgrade flag will never actively harm the Satellite even if in future versions it is a NO-OP. I'd still vote we get this included in the docs, as the time before resolution is still some time from now Hi Mike,
Does the --upgrade flag apply to both 6.8 and 6.7, so both instances need the addition?
The document has
On Satellite Server 6.8 and later, enter the following command:
# satellite-installer \
--enable-foreman-plugin-rh-cloud \
--foreman-proxy-plugin-remote-execution-ssh-install-key true
On Satellite Server 6.7 and earlier, enter the following command:
# satellite-installer \
--enable-foreman-plugin-inventory-upload \
--foreman-proxy-plugin-remote-execution-ssh-install-key true
no need for the --upgrade flag for 6.8 as it is a noop, we want the --upgrade flag added for 6.7:
On Satellite Server 6.8 and later, enter the following command:
# satellite-installer \
--enable-foreman-plugin-rh-cloud \
--foreman-proxy-plugin-remote-execution-ssh-install-key true
On Satellite Server 6.7 and earlier, enter the following command:
# satellite-installer \
--enable-foreman-plugin-inventory-upload \
--foreman-proxy-plugin-remote-execution-ssh-install-key true \
--upgrade
Doc updates published and verified at https://access.redhat.com/documentation/en-us/red_hat_insights/2020-10/html-single/using_cloud_connector_to_remediate_issues_across_your_red_hat_satellite_infrastructure/index Received reports from a customer that the docs link above is missing the \ in the command here after "--foreman-proxy-plugin-remote-execution-ssh-install-key true" see: # satellite-installer \ --enable-foreman-plugin-inventory-upload \ --foreman-proxy-plugin-remote-execution-ssh-install-key true --upgrade this should be: # satellite-installer \ --enable-foreman-plugin-inventory-upload \ --foreman-proxy-plugin-remote-execution-ssh-install-key true \ --upgrade This means customers copy-pasting the command do not get the --upgrade line in the pasted command and the upgrade command is not issued. Can we get this corrected? This correction will be completed today, 15 Dec 2020. |