[release-announce] openstack-ansible 15.1.22 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 11 15:24:47 UTC 2018


We are glad to announce the release of:

openstack-ansible 15.1.22: 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.22
^^^^^^^


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

* All OSA releases earlier than 17.0.5, 16.0.4, and 15.1.22 will
  fail to build the rally venv due to the release of the new
  cmd2-0.9.0 python library. Deployers are encouraged to update to the
  latest OSA release which pins to an appropriate version which is
  compatible with python2.

* Recently the spice-html5 git repository was entirely moved from
  "https://github.com/SPICE/spice-html5" to
  "https://gitlab.freedesktop.org/spice/spice-html5". This results in
  a failure in the git clone stage of the "repo-build.yml" playbook
  for OSA ocata releases earlier than "15.1.22". To fix the issue,
  deployers may upgrade to the most recent release, or may implement
  the following override in "user_variables.yml".

     nova_spicehtml5_git_repo: https://gitlab.freedesktop.org/spice/spice-html5.git


Upgrade Notes
*************

* The distribution package lookup and data output has been removed
  from the py_pkgs lookup so that the repo-build use of py_pkgs has
  reduced output and the lookup is purpose specific for python
  packages only.


Bug Fixes
*********

* Newer releases of CentOS ship a version of libnss that depends on
  the existance of /dev/random and /dev/urandom in the operating
  system in order to run.  This causes a problem during the cache
  preparation process which runs inside chroot that does not contain
  this, resulting in errors with the following message:

  error: Failed to initialize NSS library

  This has been resolved by introducing a /dev/random and /dev/urandom
  inside the chroot-ed environment.

Changes in openstack-ansible 15.1.21..15.1.22
---------------------------------------------

e99ae8d Add release note with workaround for spice-html5 repo change
e518e27 Updated spice-html5 git repository URL
5047124 Update os_rally role SHA for cmd2 package pin
5d92bc4 Update lxc_hosts role SHA for cache resolver fix
a57cb07 Run inventory-manage.py from the ansible-runtime venv
310fbe0 Update all SHAs for 15.1.22
6053cd8 Prepare gate-check-commit.sh for newton EOL


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

ansible-role-requirements.yml                      |  6 +-
playbooks/defaults/repo_packages/gnocchi.yml       |  2 +-
playbooks/defaults/repo_packages/nova_consoles.yml |  3 +-
.../defaults/repo_packages/openstack_services.yml  | 64 +++++++++++-----------
playbooks/inventory/group_vars/all.yml             |  2 +-
.../notes/add-random-devices-38671b23cb1319b8.yaml | 12 ++++
.../notes/cmd2-0.9.0-838765e91d9be69e.yaml         |  7 +++
...ove-distro-package-lookup-340b0fedb25a7c4b.yaml |  8 +++
.../spice-html5-repo-change-b4ad1c25ec94ee99.yaml  | 14 +++++
scripts/gate-check-commit.sh                       | 11 +++-
scripts/inventory-manage.py                        |  2 +-
11 files changed, 90 insertions(+), 41 deletions(-)







More information about the Release-announce mailing list