Ruslan Khanbikov
e0ed5d2708
RabbitMQ: It adds HA and ttl policy for notificaitons queues
This patchset introduces mirroring "notificaitons.*" queues messages across
rmq cluster nodes and add ttl expiration time for messages, utilizing
rabbitmq helm-toolkit
the configuration example:
rabbitmq:
policies:
- name: "test"
vhost: "nova"
definition: ".*"
definition:
ha-mode: all
...
equals:
rabbitmqctl set_policies -p nova test ".*" "{"ha-mode":"all"}"
Signed-off-by: Ruslan Khanbikov <rk760n@att.com>
Change-Id: I61215de07cfaeb9d896126ef9abc94fcc9e429b9
Depends-On: I85240a50fb64a4d74454768034fe3bdcf25f3019
2018-07-06 18:31:25 +00:00
..
2018-06-26 18:02:54 +00:00
2018-05-27 14:01:50 -04:00
2017-02-17 09:18:44 -05:00
2018-07-06 18:31:25 +00:00