[release-announce] [openstackansible] openstack-ansible 15.1.1 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 19 10:02:19 UTC 2017
We are glad to announce the release of:
openstack-ansible 15.1.1: Ansible playbooks for deploying OpenStack
This release is part of the ocata stable release series.
The source is available from:
http://git.openstack.org/cgit/openstack/openstack-ansible
Download the package from:
https://tarballs.openstack.org/openstack-ansible/
For more details, please see below.
15.1.1
^^^^^^
New Features
************
* Capping the default value for the variable
"swift_proxy_server_workers" to 16 when the user doesn't configure
this variable and if the swift proxy is in a container. Default
value is half the number of vCPUs available on the machine if the
swift proxy is not in a container. Default value is half the number
of vCPUs available on the machine with a capping value of 16 if the
proxy is in a container.
* Add support for the cinder v3 api. This is enabled by default, but
can be disabled by setting the "cinder_enable_v3_api" variable to
"false".
* The "cinder_sigkill_timeout" was introduced to control the time
between sending a SIGTERM signal and a SIGKILL signal when stopping
or restarting services. This can help in letting long-lived sessions
drain while preventing new ones from starting before a restart.
Default is 120 seconds (was harcoded to 300 seconds).
* The "cinder_restart_wait" variable has been added to control the
time between restarts of cinder services. Default is 5 seconds (was
hardcoded to 150 seconds).
* 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.
Upgrade Notes
*************
* The "cinder_sigkill_timeout" was introduced to control the time
between sending a SIGTERM signal and a SIGKILL signal when stopping
or restarting services. This can help in letting long-lived sessions
drain while preventing new ones from starting before a restart.
Default is 120 seconds (was harcoded to 300 seconds).
* The "cinder_restart_wait" variable has been added to control the
time between restarts of cinder services. Default is 5 seconds (was
hardcoded to 150 seconds).
Bug Fixes
*********
* The openstack service uri protocol variables were not being used
to set the Trove specific uris. This resulted in 'http' always being
used for the public, admin and internal uris even when 'https' was
intended.
Changes in openstack-ansible 15.1.0..15.1.1
-------------------------------------------
4a46997 [DOC] Fix ntp service doc for CentOS
33831db Updated from global requirements
cbf47fb Update all SHAs for 15.1.1
ee9a366 Updates SHA to nova-services restart fix.
Diffstat (except docs and test files)
-------------------------------------
ansible-role-requirements.yml | 22 ++++----
deploy-guide/source/targethosts-prepare.rst | 6 ++-
playbooks/defaults/repo_packages/gnocchi.yml | 2 +-
.../defaults/repo_packages/openstack_services.yml | 60 +++++++++++-----------
playbooks/inventory/group_vars/all.yml | 2 +-
...ng_swift_services_workers-5ac9ecb28f56469f.yaml | 8 +++
.../notes/cinder_api_v3-cc53677ce77d97c3.yaml | 5 ++
...cinder_init_time_settings-1ef46f6b9d4fc1df.yaml | 19 +++++++
.../implement_tuning_params-e627c774c0d0c9d2.yaml | 7 +++
.../notes/public-uri-proto-a1f05edd1a594f7f.yaml | 5 ++
requirements.txt | 2 +-
11 files changed, 92 insertions(+), 46 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 6d0ae1e..ef3c3d9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pip>=7.1.0 # MIT
-setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,>=16.0 # PSF/ZPL
+setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL
More information about the Release-announce
mailing list