[release-announce] [openstackansible] openstack-ansible 14.2.2 (newton)

no-reply at openstack.org no-reply at openstack.org
Mon May 1 14:47:06 UTC 2017


We are amped to announce the release of:

openstack-ansible 14.2.2: Ansible playbooks for deploying OpenStack

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

14.2.2
^^^^^^


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

* Allows SSL connection to Galera with SSL support. "galera_use_ssl"
  option has to be set to "true", in this case self-signed CA cert or
  user-provided CA cert will be delivered to the container/host.

* Implements SSL connection ability to MySQL. "galera_use_ssl"
  option has to be set to "true" (default), in this case playbooks
  create self-signed SSL bundle and sets up MySQL configs to use it or
  distributes user-provided bundle throughout Galera nodes.


Bug Fixes
*********

* Nova features that use libguestfs (libvirt password/key injection)
  now work on compute hosts running Ubuntu. When Nova is deployed to
  Ubuntu compute hosts and either "nova_libvirt_inject_key" or
  "nova_libvirt_inject_password" are set to True, then kernels stored
  in /boot/vmlinuz-* will be made readable to nova user. See launchpad
  bug 1507915.

Changes in openstack-ansible 14.2.1..14.2.2
-------------------------------------------

c068291 SHA Bump for Keystone for CVE-2017-2673
0077352 Dynamically group Neutron OVS DVR to compute
ba6ee18 Only bind haproxy to internal IP, repo and galera
b5de614 Unset bootstrap-ansible variables between upgrades
4b0bf92 Skip tags if running on OpenStack Infra
497e4a7 Update all SHAs for 14.2.2


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

ansible-role-requirements.yml                      | 22 +++++------
playbooks/common-tasks/dynamic-grouping.yml        | 22 +++++++++++
playbooks/defaults/repo_packages/gnocchi.yml       |  2 +-
.../defaults/repo_packages/openstack_services.yml  | 46 +++++++++++-----------
playbooks/inventory/env.d/nova.yml                 |  2 -
playbooks/inventory/group_vars/all.yml             |  2 +-
playbooks/os-neutron-install.yml                   | 11 ++++++
playbooks/vars/configs/haproxy_config.yml          |  7 ++--
.../fix-libguestfs-ubuntu-55582fd1d887d328.yaml    |  6 +++
.../notes/implement-ssl-48a82cf611db0eb6.yaml      |  5 +++
.../notes/implement-ssl-dd42ad2ff91af0bd.yaml      |  6 +++
scripts/gate-check-commit.sh                       |  6 +++
scripts/run-playbooks.sh                           |  2 +-
13 files changed, 97 insertions(+), 42 deletions(-)






More information about the Release-announce mailing list