[openstack-announce] [new][openstackansible] openstack-ansible 12.0.14 release
no-reply at openstack.org
no-reply at openstack.org
Thu Jun 2 20:18:38 UTC 2016
We are psyched to announce the release of:
openstack-ansible 12.0.14: Ansible playbooks for deploying OpenStack
With source available at:
http://git.openstack.org/cgit/openstack/openstack-ansible
For more details, please see below.
12.0.14
^^^^^^^
New Features
************
* The openstack-ansible-memcached_server role includes a new
override,`memcached_connections` which is automatically calculated
from the number of memcached connection limit plus additional 1k to
configure the OS nofile limit. Without proper nofile limit
configuration, memcached will crash in order to support higher
parallel connection TCP/Memcache counts.
Known Issues
************
* Ceilometer does not support V3 endpoints in Liberty, which are the
flavor created by OSA. To deploy Ceilometer some endpoints in the
Keystone service catalog must be removed and replaced with V2
endpoints. This is neccessary, for example, to use the Swift
pollster to collect metrics for Swift storage use the Swift
endpoint. For detailed instructions on the steps for these changes
to the service catalog see the *OpenStack Liberty Install Guide
<http://docs.openstack.org/liberty>*.
Upgrade Notes
*************
* A new nova admin endpoint will be registered with the suffix
"/v2.1/%(tenant_id)s". The nova admin endpoint with the suffix
"/v2/%(tenant_id)s" may be manually removed.
Bug Fixes
*********
* The nova admin endpoint is now correctly registered as
"/v2.1/%(tenant_id)s" instead of "/v2/%(tenant_id)s".
Changes in openstack-ansible 12.0.13..12.0.14
---------------------------------------------
204dd67 Correct nova admin endpoint version
380c211 Configure Swift dispersion tools to use Keystone v3
a918510 Configure nofile OS limit for memcached server role
f4f93fc Include reseller admin role correctly
21a4465 Updates all SHAs for 12.0.14
Diffstat (except docs and test files)
-------------------------------------
.../defaults/repo_packages/openstack_other.yml | 6 ++---
.../defaults/repo_packages/openstack_services.yml | 28 +++++++++++-----------
playbooks/inventory/group_vars/all.yml | 2 +-
playbooks/inventory/group_vars/hosts.yml | 6 ++---
playbooks/roles/memcached_server/defaults/main.yml | 1 +
.../memcached_server/tasks/memcached_config.yml | 16 +++++++++++++
.../files/rootwrap.d/iptables-firewall.filters | 7 ++++++
playbooks/roles/os_swift/defaults/main.yml | 4 +++-
.../roles/os_swift/templates/proxy-server.conf.j2 | 6 ++---
.../os_swift/templates/swift-dispersion.conf.j2 | 7 ++++--
...ilometer-swift-v2keystone-e948db5b5748d236.yaml | 12 ++++++++++
...server-add-nofile-setting-504e0c50e10a4ea6.yaml | 9 +++++++
.../nova-admin-endpoint-fix-d52cc00caa5ab5dd.yaml | 6 +++++
requirements.txt | 4 ++--
scripts/scripts-library.sh | 2 +-
15 files changed, 86 insertions(+), 30 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index e8b615f..d5120be 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,2 +11,2 @@ PyYAML>=3.1.0 # ansible
-pip==8.1.1
-setuptools==21.0.0
+pip==8.1.2
+setuptools==21.1.0
More information about the OpenStack-announce
mailing list