openstack-ansible/releasenotes/notes/rabbitmq-using-external-repo-instead-of-pkg-file-8cdd00f58d3496ba.yaml
Andy McCrae aa986bd332 Fix role SHA's for Ocata-3 release
This patch includes a SHA update.

For now we are leaving the ceilometer SHA pinned, and there are pending
items to still go in.

Change-Id: I52831c5e02fbf6faf51714f57982aed41a315e2a
2017-01-27 01:56:10 +00:00

15 lines
573 B
YAML

---
features:
- |
RabbitMQ Server can now be installed from different
methods: a deb file (default), from standard
repository package and from external repository.
Current behavior is unchanged. Please define
``rabbitmq_install_method: distro`` to use packages
provided by your distribution or
``rabbitmq_install_method: external_repo`` to use
packages stored in an external repo. In the case
``external_repo`` is used, the process will install
RabbitMQ from the packages hosted by packagecloud.io,
as recommended by RabbitMQ.