openstack-helm-infra/rabbitmq/templates
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
..
bin [rabbitmq] Allow to bootstrap rabbitmq with initial config 2024-09-13 11:32:13 +00:00
etc Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
monitoring/prometheus Updated chart naming for subchart compatibility 2022-04-01 09:32:39 -05:00
utils Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
certificates.yaml feat(tls): Enable TLS for OpenStack RabbitMQ 2021-05-21 12:36:23 +00:00
configmap-bin.yaml Updated chart naming for subchart compatibility 2022-04-01 09:32:39 -05:00
configmap-etc.yaml Enable addition of default consumer prefetch count 2023-12-22 13:58:33 -05:00
ingress-management.yaml Updated chart naming for subchart compatibility 2022-04-01 09:32:39 -05:00
job-cluster-wait.yaml Updated chart naming for subchart compatibility 2022-04-01 09:32:39 -05:00
job-image-repo-sync.yaml Enable taint toleration for rabbitmq 2022-03-29 11:33:21 -03:00
network_policy.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
pod-test.yaml Updated chart naming for subchart compatibility 2022-04-01 09:32:39 -05:00
secret-erlang-cookie.yaml Updated chart naming for subchart compatibility 2022-04-01 09:32:39 -05:00
secret-rabbit-admin.yaml Updated chart naming for subchart compatibility 2022-04-01 09:32:39 -05:00
secret-rabbitmq-users-credentials.yaml [rabbitmq] Allow to bootstrap rabbitmq with initial config 2024-09-13 11:32:13 +00:00
secret-registry.yaml support image registries with authentication 2022-07-20 14:28:47 -05:00
service-ingress-management.yaml Updated chart naming for subchart compatibility 2022-04-01 09:32:39 -05:00
service.yaml Add labels to rabbitmq service 2023-11-07 22:40:43 +00:00
statefulset.yaml [rabbitmq] Allow to bootstrap rabbitmq with initial config 2024-09-13 11:32:13 +00:00