009a37ee4b
For Pike Milestone 3 we need to fix the SHA's before we release. Change-Id: I471a426442cf6913b21eb21b7e50138557bd6cfd
17 lines
707 B
YAML
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.
|