openstack-ansible/releasenotes/notes/conditionally-install-epel-9e8e1b67e5943019.yaml
Andy McCrae 009a37ee4b Fix SHAs for Pike milestone-3
For Pike Milestone 3 we need to fix the SHA's before we release.

Change-Id: I471a426442cf6913b21eb21b7e50138557bd6cfd
2017-07-25 21:59:47 +00:00

17 lines
707 B
YAML

---
upgrade:
- |
The EPEL repository is only installed and configured when the deployer sets
``security_enable_virus_scanner`` to ``yes``. This allows the ClamAV
packages to be installed. If ``security_enable_virus_scanner`` is set to
``no`` (the default), the EPEL repository will not be added.
See
`Bug 1702167 <https://bugs.launchpad.net/openstack-ansible/+bug/1702167>`_
for more details.
- |
Deployers now have the option to prevent the EPEL repository from being
installed by the role. Setting ``security_epel_install_repository`` to
``no`` prevents EPEL from being installed. This setting may prevent certain
packages from installing, such as ClamAV.