Zed Series Release Notes¶
2.3.0¶
Bug Fixes¶
Docker log-opts are now included in the docker daemon.json config again. This allows for
docker_log_max_file
anddocker_log_max_size
to now be set/overidden correctly. LP#2044537
2.2.0¶
New Features¶
Add support for pinning docker package versions by setting
docker_apt_package_pin
ordocker_yum_package_pin
.
Bug Fixes¶
Fixes a problem where containers that do not set a reasonable nofiles ulimit (e.g. ceph currently) fail to work properly due to the new 1b systemd nofiles ulimit for RHEL9 and clones. The default nofiles ulimit for Docker containers is now set to 1048576 on EL9 hosts. LP#2008761
2.1.0¶
Bug Fixes¶
Fixes the docker role to avoid an error “apparmor_parser apparmor_parser –version failed” by installing apparmor package on debian like systems. LP#2004583
2.0.0¶
Upgrade Notes¶
Removes the deprecated
docker_custom_option
variable.
create_kolla_user
is set toFalse
by default so that no user is created as it is not used further by default.
Bug Fixes¶
Fixes an issue where ping might not be installed on some systems, causing HAProxy prechecks to fail.