Rocky Series Release Notes¶
18.0.0.0b1-27¶
Upgrade Notes¶
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.
18.0.0.0b1¶
Other Notes¶
The internal variable
python_ceph_package
has been renamed topython_ceph_packages
and is now a list instead of a string. If you are using gnocchi with ceph and are using this internal variable in yourceph_extra_components
overrides, please update it topython_ceph_packages
.