[release-announce] openstack-ansible 16.0.14 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 11 16:01:10 UTC 2018


We exuberantly announce the release of:

openstack-ansible 16.0.14: Ansible playbooks for deploying OpenStack

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

16.0.14
^^^^^^^


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 pike releases earlier than "16.0.14". 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 16.0.13..16.0.14
---------------------------------------------

fc2cb9e Update repo_build role SHA for custom PyPi indexes fix
eb5145d Update os_tempest role SHA pin for cmd2 pin
9236853 Add release note with workaround for spice-html5 repo change
08fb0c1 Fix Git URL for SPICE to work with CentOS
7b75f80 Updated spice-html5 git repository URL
5c341a7 Use upper constraints when installing ARA
56099d7 Remove pip_conf_file check
a6458d0 Update lxc_hosts role SHA for cache resolver fix
76f7491 Adjust inside/outside openstack-ci bootstrap-host tasks
fdc29b6 Run inventory-manage.py from the ansible-runtime venv
dd2d5f5 Update all SHAs for 16.0.14


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

ansible-role-requirements.yml                      |  14 +-
group_vars/all/all.yml                             |   2 +-
playbooks/defaults/repo_packages/gnocchi.yml       |   2 +-
playbooks/defaults/repo_packages/nova_consoles.yml |   3 +-
.../defaults/repo_packages/openstack_services.yml  |  66 ++++----
.../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                       |   8 +-
scripts/inventory-manage.py                        |   2 +-
.../bootstrap-host/tasks/prepare_aio_config.yml    | 176 ++++++++-------------
12 files changed, 158 insertions(+), 156 deletions(-)







More information about the Release-announce mailing list