Thank you!! Does this change survive the upgrade of kolla? Why is this change not part of /etc/kolla/config/ style? why don't we have this change default in kolla because HA is always good. On Fri, Feb 10, 2023 at 12:01 AM Nguyễn Hữu Khôi <nguyenhuukhoinw@gmail.com> wrote:
you will need add
"{"vhost": "/", "name": "ha-all", "pattern": "^(?!(amq\.)|(.*_fanout_)|(reply_)).*", "apply-to": "all", "definition": {"ha-mode":"all"}, "priority":0}{% if project_name == 'outward_rabbitmq' %}" to
kolla-ansible/ansible/roles/rabbitmq/templates/definitions.json.j2
Nguyen Huu Khoi
On Fri, Feb 10, 2023 at 10:47 AM Satish Patel <satish.txt@gmail.com> wrote:
Folks,
I have deployed 3 node kolla controllers and notice rabbitMQ doesn't have any HA policy for queues. when i rebooted one of the nodes and found some messages got lost.
Any reason kolla doesn't use HA policies by default?
If i want to add policies then where should i specify them or any doc you can point me to define policies.