[openstackansible] openstack-ansible-rabbitmq_server 14.2.9 (newton)
We are chuffed to announce the release of: openstack-ansible-rabbitmq_server 14.2.9: rabbitmq_server for OpenStack Ansible This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-rabbitmq_server/ For more details, please see below. 14.2.9 ^^^^^^ New Features ************ * A new repository for installing modern erlang from ESL (erlang solutions) has been added giving us the ability to install and support modern stable erlang over numerous operating systems. * The ability to set the RabbitMQ repo URL for both erlang and RabbitMQ itself has been added. This has been done to allow deployers to define the location of a given repo without having to fully redefine the entire set of definitions for a specific repository. The default variables *rabbitmq_gpg_keys*, *rabbitmq_repo_url*, and *rabbitmq_erlang_repo_url* have been created to facilitate this capability. * The default ulimit for RabbitMQ is now 65536. Deployers can still adjust this limit using the "rabbitmq_ulimit" Ansible variable. Upgrade Notes ************* * Changing to the ESL repos has no upgrade impact. The version of erlang provided by ESL is newer than that what is found in the distro repos. Furthermore, a pin has been added to ensure that APT always uses the ESL repos as it's preferred source which has been done to simply ensure APT is always pointed at ESL. Bug Fixes ********* * Based on documentation from RabbitMQ [ https://www.rabbitmq.com /which-erlang.html ] this change ensures the version of erlang we're using across distros is consistent and supported by RabbitMQ. Changes in openstack-ansible-rabbitmq_server 14.2.8..14.2.9 ----------------------------------------------------------- f2d110a Add release note for RabbitMQ ulimit 8cb5624 Increase RabbitMQ's ulimit to 65536 b8f4fe9 Pin erlang packages to version 19.3 4eb83b1 Install specific version of Erlang from ESL fd17f99 Updated from OpenStack Ansible Tests c64f313 Updated from OpenStack Ansible Tests 2a3d2fe Remove update_cache for yum 2e3d34b Add automatic restart for RabbitMQ 6546786 Allow RabbitMQ/Erlang repo overrides without extra-vars Diffstat (except docs and test files) ------------------------------------- .gitignore | 6 +- Vagrantfile | 34 ++++-- bindep.txt | 15 ++- defaults/main.yml | 16 ++- meta/main.yml | 8 ++ releasenotes/notes/esl-repo-6ff0c7f24ad2a043.yaml | 25 ++++ .../ulimit-increased-65536-50b418d8e8ca4eef.yaml | 5 + tasks/install_apt.yml | 119 ++++++++++--------- tasks/install_yum.yml | 126 +++++++++++++-------- tasks/rabbitmq_post_install.yml | 15 ++- templates/systemd-restart-on-failure.conf.j2 | 4 + vars/debian.yml | 34 ++++-- vars/redhat.yml | 42 ++++--- 14 files changed, 356 insertions(+), 184 deletions(-)
participants (1)
-
no-reply@openstack.org