[release-announce] [openstackansible] openstack-ansible-os_keystone 15.1.3 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Mon May 15 16:46:23 UTC 2017
We are pumped to announce the release of:
openstack-ansible-os_keystone 15.1.3: os_keystone for OpenStack
Ansible
This release is part of the ocata stable release series.
Download the package from:
https://tarballs.openstack.org/openstack-ansible-os_keystone/
For more details, please see below.
15.1.3
^^^^^^
New Features
************
* New variables have been added to allow a deployer to customize a
keystone systemd unit file to their liking.
* The task dropping the keystone 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.
* For the "os_keystone" 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
"keystone_*_init_config_overrides" variables which use the
"config_template" task to change template defaults.
Upgrade Notes
*************
* For the "os_keystone" 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
"keystone_*_init_config_overrides" variables which use the
"config_template" task to change template defaults.
Changes in openstack-ansible-os_keystone 15.1.2..15.1.3
-------------------------------------------------------
2ca2c68 Rename release note to unique hash
01a2de7 Rename reno to avoid conflict on integrated repo
fae8525 Reduce init restart/kill times
66a272a Ensure the components are isolated from the system
c2c8b1c Optimise apt cache update task
dd4bc64 Perform an atomic policy file change
Diffstat (except docs and test files)
-------------------------------------
defaults/main.yml | 2 +
handlers/main.yml | 163 +++++++++++++--------
meta/main.yml | 2 +-
...one-init-config-overrides-1857d5e5bc5a905f.yaml | 10 ++
...ystone_init_time_settings-62a1aab4bcfc9779.yaml | 23 +++
tasks/keystone_apache.yml | 63 ++++----
tasks/keystone_federation_sp_setup.yml | 16 +-
tasks/keystone_idp_metadata.yml | 8 +-
tasks/keystone_idp_self_signed_create.yml | 4 +-
tasks/keystone_idp_self_signed_distribute.yml | 4 +-
tasks/keystone_init_common.yml | 24 ---
tasks/keystone_init_systemd.yml | 22 +--
tasks/keystone_install.yml | 119 +++++++--------
tasks/keystone_ldap_setup.yml | 16 +-
tasks/keystone_nginx.yml | 16 +-
tasks/keystone_post_install.yml | 26 ++--
tasks/keystone_service_setup.yml | 28 ++--
tasks/keystone_ssl_key_create.yml | 8 +-
tasks/keystone_ssl_key_distribute.yml | 9 ++
tasks/keystone_ssl_user_provided.yml | 12 +-
tasks/keystone_uwsgi.yml | 25 +---
tasks/main.yml | 10 +-
templates/keystone-uwsgi_systemd-init.j2 | 13 +-
23 files changed, 329 insertions(+), 294 deletions(-)
More information about the Release-announce
mailing list