kayobe/releasenotes/notes/disable-epel-cef798b3708840d0.yaml
Mark Goddard e0dec91689 Disable EPEL by default
EPEL is no longer required for a default installation. Let's disable it.

Also clean up the install_epel variable from Kolla Ansible globals.yml
template, since it never existed.

Story: 2009757
Task: 44227

Change-Id: I96eb4685f997e85ad2ee5318640d58d0287a016d
2021-12-23 13:04:12 +00:00

10 lines
457 B
YAML

---
upgrade:
- |
The default value of ``dnf_install_epel`` has been changed to ``false``.
This means that the EPEL DNF repository is no longer installed by default.
Neither existing EPEL repositories nor the ``epel-release`` package will be
removed. If necessary, EPEL may be enabled by setting ``dnf_install_epel``
to ``true`` in ``dnf.yml``. See `story 2009757
<https://storyboard.openstack.org/#!/story/2009757>`__ for details.