openstack-helm-infra/rabbitmq
Vasyl Saienko 298c333ac7 [rabbitmq] Allow to bootstrap rabbitmq with initial config
Prepare rabbitmq to be running in non clustered mode, in which
it may be useful to bootstrap cluster with fresh data each time
since we do not use durable queues in openstack that are stored
on filesystem.

The two new data strucutre in rabbitmq Values are added:

  users:
    auth:
      keystone_service:
        username: keystone
        password: password
    path: /keystone
  aux_conf:
    policies:
      - vhost: "keystone"
        name: "ha_ttl_keystone"
        definition:
          ha-mode: "all"
          ha-sync-mode: "automatic"
          message-ttl: 70000
        priority: 0
        apply-to: all
        pattern: '^(?!amq\.).*'

Change-Id: Ia0dd1a8afe7b6e894bcbeafedf75131de0023df0
2024-09-13 11:32:13 +00:00
..
templates [rabbitmq] Allow to bootstrap rabbitmq with initial config 2024-09-13 11:32:13 +00:00
values_overrides Add 2024.1 overrides 2024-03-28 13:57:03 -05:00
.helmignore RabbitMQ: move RabbitMQ chart to OSH-Infra 2018-07-30 15:28:34 +00:00
Chart.yaml [rabbitmq] Allow to bootstrap rabbitmq with initial config 2024-09-13 11:32:13 +00:00
requirements.yaml Update htk requirements 2021-10-06 01:02:28 +00:00
values.yaml [rabbitmq] Allow to bootstrap rabbitmq with initial config 2024-09-13 11:32:13 +00:00