[release-announce] openstack-ansible 17.1.9 (queens)

no-reply at openstack.org no-reply at openstack.org
Sun Mar 17 23:16:44 UTC 2019


We are tickled pink to announce the release of:

openstack-ansible 17.1.9: Ansible playbooks for deploying OpenStack

This release is part of the queens 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.

17.1.9
^^^^^^

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.

Changes in openstack-ansible 17.1.8..17.1.9
-------------------------------------------

83a1e8890 Remove heat_api_cloudfront from haproxy services
1118ff429 Add a known issue release note regarding inotify watch limits
c7fbe594d Dynamic inventory backup corruption fix
6ea50bb88 Mark (and use) version with the OSA wrapper script
2ca10ab06 Change the osa wrapper from a heredoc to a file
c08cf470c Bump SHAs for stable/queens


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

ansible-role-requirements.yml                      |  4 +-
inventory/group_vars/all/all.yml                   |  2 +-
inventory/group_vars/haproxy/haproxy.yml           |  3 +
osa_toolkit/filesystem.py                          |  5 +-
osa_toolkit/generate.py                            | 10 ++-
playbooks/defaults/repo_packages/gnocchi.yml       |  2 +-
.../defaults/repo_packages/openstack_services.yml  | 78 +++++++++----------
.../notes/inotify-exhaustion-77f7ecab13358c4c.yaml | 16 ++++
scripts/bootstrap-ansible.sh                       | 91 +++-------------------
scripts/openstack-ansible.sh                       | 80 +++++++++++++++++++
10 files changed, 163 insertions(+), 128 deletions(-)







More information about the Release-announce mailing list