[release-announce] [openstackansible] openstack-ansible-rabbitmq_server 15.1.7 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Wed Aug 2 11:36:31 UTC 2017
We are jazzed to announce the release of:
openstack-ansible-rabbitmq_server 15.1.7: rabbitmq_server for
OpenStack Ansible
This release is part of the ocata stable release series.
Download the package from:
https://tarballs.openstack.org/openstack-ansible-rabbitmq_server/
For more details, please see below.
15.1.7
^^^^^^
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.
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 15.1.6..15.1.7
-----------------------------------------------------------
b724728 Pin erlang packages to version 19.3
cd9ed8e Install specific version of Erlang from ESL
a0472bc Dynamically include install task file
Diffstat (except docs and test files)
-------------------------------------
defaults/main.yml | 4 +
meta/main.yml | 8 ++
releasenotes/notes/esl-repo-6ff0c7f24ad2a043.yaml | 25 +++++
tasks/install_apt.yml | 114 +++++++++++----------
tasks/install_yum.yml | 116 +++++++++++++++-------
tasks/rabbitmq_install.yml | 10 +-
vars/debian.yml | 32 ++++--
vars/redhat.yml | 40 +++++---
8 files changed, 227 insertions(+), 122 deletions(-)
More information about the Release-announce
mailing list