Description of problem: By default, the installer subscribes each machine and enables the repos specified during the wizard installation. However, this can leave unnecessary repos enabled on systems that may not need them Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Creating patches for https://github.com/theforeman/foreman-installer-staypuft as I'm entering this BZ
https://github.com/theforeman/foreman-installer-staypuft/pull/140 and https://github.com/theforeman/foreman-installer-staypuft/pull/139 I added also reference to rhel-ha-for-rhel-7-server-rpms as per BZ1196310
Can users turn this off in case that want to keep the existing repos?
It's not something configurable (as far as no disabling), but the user can specify additional repos if needed. The idea here is to prevent some repos that we don't want getting enabled by default. For most people, this should be a mostly invisible change.
Verified with : rhel-osp-installer-0.5.7-1.el7ost.noarch The 'disable repo part' could found on the redhat_register snippet after choosing to use subscription-manager during running rhel-osp-installer. : # workaround for RHEL 6.4 bug https://bugzilla.redhat.com/show_bug.cgi?id=1008016 subscription-manager repos --list > /dev/null subscription-manager repos --disable=*
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://rhn.redhat.com/errata/RHSA-2015-0791.html