[release-announce] openstack-ansible 18.1.5 (rocky)

no-reply at openstack.org no-reply at openstack.org
Sun Mar 17 22:41:19 UTC 2019


We are jazzed to announce the release of:

openstack-ansible 18.1.5: Ansible playbooks for deploying OpenStack

This release is part of the rocky stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/openstack-ansible

Download the package from:

    https://tarballs.openstack.org/openstack-ansible/

For more details, please see below.

18.1.5
^^^^^^


New Features
************

* Deployers can now define a cinder-backend volume type explicitly
  private or public with option "public" set to true or false.


Known Issues
************

* The number of inotify watch instances available is limited system
  wide via a sysctl setting. It is possible for certain processes,
  such as pypi-server, or elasticsearch from the ops repo to consume a
  large number of inotify watches. If the system wide maximum is
  reached then any process on the host or in any container on the host
  will be unable to create a new inotify watch. Systemd uses inotify
  watches, and if there are none available it is unable to restart
  services. The processes which synchronise the repo server contents
  between infra nodes also relies on inotify watches. If the repo
  servers fail to synchronise, or services fail to restart when
  expected check the the inotify watch limit which is defined in the
  sysctl value fs.inotify.max_user_watches. Patches have merged to
  increase these limits, but for existing environments or those which
  have not upgraded to a recent enough point release may have to apply
  an increased limit manually.


Bug Fixes
*********

* Fixes neutron HA routers, by enabling "neutron-l3-agent" to invoke
  the required helper script.

Changes in openstack-ansible 18.1.4..18.1.5
-------------------------------------------

7e7da80d9 Adding Note on SELinux for CentOS 7
6808523ce Add a known issue release note regarding inotify watch limits
87a4b7b5d Dynamic inventory backup corruption fix
c75211306 Mark (and use) version with the OSA wrapper script
5fbdf242a Bump SHAs for stable/rocky


Diffstat (except docs and test files)
-------------------------------------

ansible-role-requirements.yml                      | 16 ++---
deploy-guide/source/targethosts-prepare.rst        |  8 +++
inventory/group_vars/all/all.yml                   |  2 +-
osa_toolkit/filesystem.py                          |  5 +-
osa_toolkit/generate.py                            | 10 ++-
playbooks/defaults/repo_packages/gnocchi.yml       |  2 +-
.../defaults/repo_packages/openstack_services.yml  | 74 +++++++++++-----------
...agent-ha-keepalive-helper-5f1f82c437c8a430.yaml |  3 +
.../notes/inotify-exhaustion-77f7ecab13358c4c.yaml | 16 +++++
...inder-private-volume-type-9b2cc92c6c74c277.yaml |  5 ++
scripts/bootstrap-ansible.sh                       |  5 ++
scripts/openstack-ansible.sh                       |  1 +
13 files changed, 104 insertions(+), 50 deletions(-)







More information about the Release-announce mailing list