e0dec91689
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
10 lines
457 B
YAML
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.
|