openstack-helm/nova
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
..
templates Nova/Libvirt: mount vm state directories with bidirectional propagation 2018-06-27 04:00:25 +00:00
Chart.yaml Update the home page for openstack project 2018-05-27 14:01:50 -04:00
requirements.yaml add license headers to nova 2017-02-17 13:53:51 -05:00
values.yaml RabbitMQ: It adds HA and ttl policy for notificaitons queues 2018-07-06 18:31:25 +00:00