We are delighted to announce the release of: openstack-ansible-galera_server 15.1.9: Galera Server role for OpenStack-Ansible This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-galera_server/ For more details, please see below. 15.1.9 ^^^^^^ Bug Fixes * Mysql cnf files can now be properly overridden. The config_template module has been extended to support valueless options, such as those that are found in the my.cnf file(i.e. *quick* under the *mysqldump* section). To use valueless options, use the *ignore_none_type* attribute of the config_template module. Changes in openstack-ansible-galera_server 15.1.8..15.1.9 --------------------------------------------------------- 21aed2d Fix MariaDB apt package pinning 0211193 Add ignore_none_type to config_template b043c21 Toggle percona repo without extra-vars 5b84291 Use block/rescue for error handling 8f5a4d0 Allow MariaDB repo overrides without extra-vars a3c9610 Updated from OpenStack Ansible Tests Diffstat (except docs and test files) ------------------------------------- bindep.txt | 46 +++++++++++------ defaults/main.yml | 19 +++++++ .../fix-mysql-overrides-e5362ae15c657214.yaml | 8 +++ tasks/galera_install_apt.yml | 60 +++++++++++----------- tasks/galera_install_yum.yml | 49 +++++++++--------- tasks/galera_post_install.yml | 1 + vars/redhat-7.yml | 8 +-- vars/ubuntu-16.04.yml | 12 ++--- 9 files changed, 128 insertions(+), 80 deletions(-)