openstack-ansible/releasenotes/notes/oslomsg_policies-7ac27a5c2a7fbed2.yaml
Dmitriy Rabotjagov 4f8a2ccb7b Add global HA policy for rabbitmq
This patch adds 2 new variables into group_vars: oslomsg_notify_policies
and oslomsg_rpc_policies. These variables contain default rabbitmq
policies, which will be applied for every vhost.
As for now they contain only 1 policy, which enables HA mode[0].

[0] - https://www.rabbitmq.com/ha.html

Change-Id: I6857b2f8ccab169a2317b1de4cc106404534e3e4
2019-04-15 18:47:15 +03:00

10 lines
430 B
YAML

---
features:
- |
Added 2 new varibles for all groups - `oslomsg_notify_policies` and
`oslomsg_rpc_policies`. These variables contain default rabbitmq
policies, which will be applied for every rabbitmq vhost. As for now they
will enable [HA mode](https://www.rabbitmq.com/ha.html) for all vhosts.
If you would like to disable HA mode just set these variables to empty
lists inside your `user_config.yml`