Newton Series Release Notes¶
14.2.16¶
New Features¶
HAProxy services that use backend nodes that are not in the Ansible inventory can now be specified manually by setting
haproxy_backend_nodes
to a list ofname
andip_addr
settings.
14.2.5¶
New Features¶
The new option haproxy_backend_arguments can be utilized to add arbitrary options to a HAProxy backend like tcp-check or http-check.
14.2.3¶
New Features¶
Haproxy-server role allows to set up tunable parameters. For doing that it is necessary to set up a dictionary of options in the config files, mentioning those which have to be changed (defaults for the remaining ones are programmed in the template). Also “maxconn” global option made to be tunable.
14.0.8¶
New Features¶
The filename of the apt source for the haproxy ppa can now be defined with the
filename
section of the dicthaproxy_repo
.
14.0.5¶
Bug Fixes¶
SSLv3 is now disabled in the haproxy daemon configuration by default.
Setting the haproxy_bind list on a service is now used as an override to the other VIPs defined in the environment. Previously it was being treated as an append to the other VIPs so there was no path to override the VIP binds for a service. For example, haproxy_bind could be used to bind a service to the internal VIP only.
14.0.0¶
Upgrade Notes¶
The variable
haproxy_pre_packages
has been renamed tohaproxy_required_distro_packages
.
The variable
haproxy_packages
has been renamed tohaproxy_distro_packages
.