4f8a2ccb7b
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
10 lines
430 B
YAML
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`
|