Bug 2103746
| Summary: | Unable to disable debian plugin in Satellite 6 | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Jessica Richards <jrichards2> |
| Component: | Foreman Maintain | Assignee: | satellite6-bugs <satellite6-bugs> |
| Status: | CLOSED NOTABUG | QA Contact: | Satellite QE Team <sat-qe-bz-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.9.0 | CC: | apatel, ehelms, kgaikwad |
| Target Milestone: | Unspecified | Keywords: | Triaged |
| Target Release: | Unused | ||
| 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: | 2023-07-28 13:31:44 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
Jessica Richards
2022-07-04 17:14:52 UTC
Satellite does not support creating custom answer files and this practice can lead the Satellite to end up in an inconsistent state. As for the failure seen when attempting to configure " --foreman-proxy-content-enable-deb false", please include the output of the failure so that we may assess if this is something we will address on future versions of Satellite. I was able to help my Satellite 6.9 customer work around this issue by following these steps:
# cp /usr/share/foreman-installer/modules/pulp/manifests/install.pp /usr/share/foreman-installer/modules/pulp/manifests/install.pp.bak
# vi /usr/share/foreman-installer/modules/pulp/manifests/install.pp
Then we commented out these lines:
if $pulp::enable_deb {
package { ['pulp-deb-plugins']: ensure => $pulp::version, }
}
So that they looked like these lines:
# if $pulp::enable_deb {
# package { ['pulp-deb-plugins']: ensure => $pulp::version, }
# }
Then this command succeeded:
# satellite-installer --foreman-proxy-content-enable-deb false
Since this was done via a method that we do not support, and the customer issue has been resolved I am opting to close it. |