tripleo-heat-templates/releasenotes/notes/leave-satellite-repo-enabled-8b60528bd5450c7b.yaml
Ben Nemec 551baca688 Don't disable satellite repo after registration
Previously the rhel registration script disabled the satellite repo
after installing packages from it.  This means those packages will
never be updated, which is not desirable from a long-term
maintenance perspective.

I believe this behavior is a holdover from the dib registration
script, where we don't want to leave repos enabled because the
image may be deployed many times and each instance needs to be
re-registered.  In t-h-t we don't have that problem because the
script only runs at deploy time so it's okay and desirable to leave
the repos enabled.

Change-Id: I5d760467b458d90d74507a55effc49b71d22eaa3
Closes-Bug: 1673116
2017-03-15 10:21:43 -05:00

7 lines
241 B
YAML

---
fixes:
- |
Previously the RHEL registration script disabled the satellite repo after
installing the necessary packages from it. This makes it awkward to
update those packages later, so the repo will no longer be disabled.