openstack-ansible/releasenotes/notes/use_vendored_gpg_keys-f268bd4f4cb7d105.yaml
Jean-Philippe Evrard 84cb3ff052 Freeze for milestone release
This would be the first milestone release of OpenStack-Ansible Stein.

Change-Id: Iff5235b6e11a6586f0836fd550331efbe4151de0
2019-03-12 13:40:16 +01:00

17 lines
795 B
YAML

---
upgrade:
- |
The data structure for ``ceph_gpg_keys`` has been changed to be a list of
dicts, each of which is passed directly to the applicable apt_key/rpm_key
module. As such any overrides would need to be reviewed to ensure that they
do not pass any key/value pairs which would cause the module to fail.
- |
The default values for ``ceph_gpg_keys`` have been changed for all
supported platforms and now use vendored keys. This means that the task
execution will no longer reach out to the internet to add the keys,
making offline or proxy-based installations easier and more reliable.
- |
A new value ``epel_gpg_keys`` can be overridden to use a different GPG key
for the EPEL-7 RPM package repo instead of the vendored key used by default.