[release-announce] [openstackansible] openstack-ansible-galera_server 17.0.1 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Apr 3 16:41:49 UTC 2018


We enthusiastically announce the release of:

openstack-ansible-galera_server 17.0.1: Galera Server role for
OpenStack-Ansible

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

17.0.1
^^^^^^


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

* The extra packages percona packages used by the ppc64le are now
  downloaded by the Ansible deployment host by default, as opposed to
  the target hosts. Once downloaded the packages are pushed up to the
  target hosts. This behaviour may be adjusted by setting
  "galera_server_extra_package_downloader" to "target-host". The
  packages are downloaded to the path set in
  "galera_server_extra_package_path".


Deprecation Notes
*****************

* The following variables have been removed as they no longer serve
  any purpose.

  * "galera_package_arch"

  * "percona_package_download_validate_certs"

  * "percona_package_url"

  * "percona_package_fallback_url"

  * "percona_package_sha256"

  * "percona_package_path"

  * "qpress_package_download_validate_certs"

  * "qpress_package_url"

  * "qpress_package_fallback_url"

  * "qpress_package_sha256"

  * "qpress_package_path"

  The functionality previously using these variables has been
  transitioned to using a simpler data structure.

Changes in openstack-ansible-galera_server 17.0.0.0rc1..17.0.1
--------------------------------------------------------------

7c1749d Restore support for percona packages when using ppc64le
93d2777 tasks: Replace deprecated 'include' statements
462b92a tasks: Fix use_percona_upstream variable usage
a3aa5e7 vars: Install qpress only when galera_xtrabackup_compression is true
8ce7d66 Allow Galera package downloads over HTTP
63b17cc Fix cache update after initial apt_repository fail
e373523 Set correct group membership of /var/log/mysql_logs directory
dbd3572 Point to Queens instead of master
de1012a Updated from OpenStack Ansible Tests
315384b Update UPPER_CONSTRAINTS_FILE for stable/queens
8fc8f9f Update .gitreview for stable/queens


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

.gitreview                                         |  1 +
defaults/main.yml                                  | 33 ++++------
.../ppc64le-var-changes-84aa4f3f9bb0ef52.yaml      | 31 +++++++++
tasks/galera_install.yml                           | 74 ++++++----------------
tasks/galera_install_apt.yml                       | 31 ++++-----
tasks/galera_install_download_extra_packages.yml   | 47 ++++++++++++++
tasks/galera_install_yum.yml                       |  3 +-
tasks/galera_install_zypper.yml                    |  7 +-
tasks/galera_post_install.yml                      |  5 +-
tasks/galera_ssl.yml                               |  2 +-
tasks/galera_upgrade.yml                           |  2 +-
tasks/main.yml                                     | 19 ++++--
templates/cluster.cnf.j2                           |  2 +-
tox.ini                                            |  6 +-
vars/main.yml                                      | 35 ----------
vars/redhat-7.yml                                  | 26 ++------
vars/suse-42.yml                                   | 11 +---
vars/ubuntu-16.04.yml                              | 32 ++++------
20 files changed, 178 insertions(+), 203 deletions(-)







More information about the Release-announce mailing list