[release-announce] [openstackansible] openstack-ansible-os_designate 15.1.5 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Mon Jun 12 13:45:06 UTC 2017
We contentedly announce the release of:
openstack-ansible-os_designate 15.1.5: os_designate for OpenStack
Ansible
This release is part of the ocata stable release series.
Download the package from:
https://tarballs.openstack.org/openstack-ansible-os_designate/
For more details, please see below.
15.1.5
^^^^^^
New Features
************
* For the "os_designate" role, the systemd unit "TimeoutSec" value
which controls the time between sending a SIGTERM signal and a
SIGKILL signal when stopping or restarting the service has been
reduced from 300 seconds to 120 seconds. This provides 2 minutes for
long-lived sessions to drain while preventing new ones from starting
before a restart or a stop. The "RestartSec" value which controls
the time between the service stop and start when restarting has been
reduced from 150 seconds to 2 seconds to make the restart happen
faster. These values can be adjusted by using the
"designate_*_init_config_overrides" variables which use the
"config_template" task to change template defaults.
* New variables have been added to allow a deployer to customize a
designate systemd unit file to their liking.
* The task dropping the designate systemd unit files now uses the
"config_template" action plugin allowing deployers access to
customize the unit files as they see fit without having to load
extra options into the defaults and polute the generic systemd unit
file with jinja2 variables and conditionals.
Upgrade Notes
*************
* For the "os_designate" role, the systemd unit "TimeoutSec" value
which controls the time between sending a SIGTERM signal and a
SIGKILL signal when stopping or restarting the service has been
reduced from 300 seconds to 120 seconds. This provides 2 minutes for
long-lived sessions to drain while preventing new ones from starting
before a restart or a stop. The "RestartSec" value which controls
the time between the service stop and start when restarting has been
reduced from 150 seconds to 2 seconds to make the restart happen
faster. These values can be adjusted by using the
"designate_*_init_config_overrides" variables which use the
"config_template" task to change template defaults.
* The endpoint which designate uses to communicate with neutron has
been set to the internalURL by default. This change has been done
within the template "designate.conf.j2" and can be changed using the
"designate_designate_conf_overrides" variable.
Changes in openstack-ansible-os_designate 15.1.4..15.1.5
--------------------------------------------------------
b7fd2de Use command instead of debug for handlers
486c215 Perform an atomic policy file change
101ca93 Add venv_tag local fact
afbcc1d Fix for lookup and get_url occuring in different places
03ae7a3 Ensure the components are isolated from the system
92fabd6 Optimise apt cache update task
8d97b60 Use internalURL by default for Neutron
3a2955c Reduce init restart/kill times
1894fd4 Standardize the testing for Designate
Diffstat (except docs and test files)
-------------------------------------
defaults/main.yml | 14 +++++++
handlers/main.yml | 46 ++++++++++++++++++++--
meta/main.yml | 2 +-
...ignate_init_time_settings-6efb66b0d17d4c04.yaml | 23 +++++++++++
...int-change-to-internalurl-3da6bb4bd4972bea.yaml | 7 ++++
...ova-init-config-overrides-ffce7e419061c4da.yaml | 10 +++++
tasks/designate_init_common.yml | 27 -------------
tasks/designate_init_systemd.yml | 6 ++-
tasks/designate_install.yml | 28 ++++++++-----
tasks/designate_post_install.yml | 2 +-
tasks/main.yml | 2 +-
templates/designate-systemd-init.j2 | 13 +++++-
templates/designate.conf.j2 | 2 +-
17 files changed, 176 insertions(+), 51 deletions(-)
More information about the Release-announce
mailing list