We are overjoyed to announce the release of: openstack-ansible-galera_server 14.0.7: Galera Server role for OpenStack-Ansible This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-galera_server/ For more details, please see below. 14.0.7 ^^^^^^ New Features ************ * The filename of the apt source can now be defined with the variable "filename" inside the dicts "galera_repo" and "galera_percona_xtrabackup_repo". * You can specify the "galera_package_arch" variable to force a specific architecture when installing percona and qpress packages. This will be automatically calculated based on the architecture of the "galera_server" host. Acceptable values are "x86_64" for "Ubuntu-14.04`, ``Ubuntu-16.04" and "RHEL 7", and "ppc64le" for "Ubuntu-16.04". Bug Fixes ********* * The percona repository stayed in placed even after a change of the variable "use_percona_upstream". From now on, the percona repository will not be present unless the deployer decides to "use_percona_upstream". This also fixes a bug of the presence of this apt repository after an upgdrade from Mitaka. Changes in openstack-ansible-galera_server 14.0.6..14.0.7 --------------------------------------------------------- b6b1bd5 Bring consistency to tags 4473ecd Use local facts for ansible_architecture 4a2ad19 Remove percona repo if not used Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 16 ++++++++++++++++ .../notes/apt-source-filenamed-9f83d18619debf26.yaml | 6 ++++++ .../notes/galera_package_arch-913fb39b07a139fd.yaml | 9 +++++++++ ...-repo-is-removed-if-not-used-36670d0a276192f1.yaml | 9 +++++++++ tasks/galera_install_apt.yml | 19 +++++++------------ tasks/galera_install_yum.yml | 4 ++-- tasks/main.yml | 13 +++++++++++++ vars/redhat-7.yml | 10 ---------- vars/ubuntu-14.04.yml | 12 ------------ vars/ubuntu-16.04.yml | 12 ------------ 10 files changed, 62 insertions(+), 48 deletions(-)