<div dir="ltr">I just summarized what I did after googling. and hope we will fix some patches.<div><br><div>Especially</div><div><br></div><div>[oslo_messaging_rabbit]</div><div><div>kombu_reconnect_delay=0.5<br></div><div><br></div></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Nguyen Huu Khoi<br></div></div></div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Apr 9, 2023 at 10:16 AM Satish Patel <<a href="mailto:satish.txt@gmail.com">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Are you proposing a solution or just raising an issue? <div><br></div><div>I did find it strange that kolla-ansible doesn't support HA queue by default. That is a disaster because when one of the nodes goes down it will make the whole rabbitMQ unacceptable. Whenever i deploy kolla i have to add HA policy to make queue HA otherwise you will endup in problem. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 8, 2023 at 6:40 AM Nguyễn Hữu Khôi <<a href="mailto:nguyenhuukhoinw@gmail.com" target="_blank">nguyenhuukhoinw@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello everyone.<div><br></div><div>I want to summary for who meets problems with Openstack when deploy cluster with 3 controller using Kolla Ansible</div><div><br></div><div>Scenario: 1 of 3 controller is down</div><div><br></div><div>1. Login horizon and use API such as nova, cinder will be very slow</div><div><br></div><div>fix by:</div><div><br></div><div>nano:<br>kolla-ansible/ansible/roles/heat/templates/heat.conf.j2<br>kolla-ansible/ansible/roles/nova/templates/nova.conf.j2<br>kolla-ansible/ansible/roles/keystone/templates/keystone.conf.j2<br>kolla-ansible/ansible/roles/neutron/templates/neutron.conf.j2</div><div>kolla-ansible/ansible/roles/cinder/templates/cinder.conf.j2</div><div><br></div><div>or which service need caches<br> </div><div>add as below</div><div><br></div><div>[cache]<br>backend = oslo_cache.memcache_pool<br>enabled = True<br>memcache_servers = {{ kolla_internal_vip_address }}:{{ memcached_port }}<br>memcache_dead_retry = 0.25<br>memcache_socket_timeout = 900</div><div><br></div><div><a href="https://review.opendev.org/c/openstack/kolla-ansible/+/849487" target="_blank">https://review.opendev.org/c/openstack/kolla-ansible/+/849487</a><br></div><div><br></div><div>but it is not the end</div><div><br></div><div>2. Cannot launch instance or mapping block device(stuck at this step)</div><div><br></div><div>nano kolla-ansible/ansible/roles/rabbitmq/templates/definitions.json.j2</div><div>  <br>"policies":[<br>    {"vhost": "/", "name": "ha-all", "pattern": "^(?!(amq\.)|(.*_fanout_)|(reply_)).*", "apply-to": "all", "definition": {"ha-mode":"all"}, "priority":0}{% if project_name == 'outward_rabbitmq' %},<br>    {"vhost": "{{ murano_agent_rabbitmq_vhost }}", "name": "ha-all", "pattern": ".*", "apply-to": "all", "definition": {"ha-mode":"all"}, "priority":0}<br>    {% endif %}<br>  ]<br></div><div><br></div><div>nano /etc/kollla/global.conf</div><div><br></div><div>[oslo_messaging_rabbit]<br>kombu_reconnect_delay=0.5<br></div><div><br></div><div><br></div><div><a href="https://bugs.launchpad.net/oslo.messaging/+bug/1993149" target="_blank">https://bugs.launchpad.net/oslo.messaging/+bug/1993149</a><br></div><div><a href="https://docs.openstack.org/large-scale/journey/configure/rabbitmq.html" target="_blank">https://docs.openstack.org/large-scale/journey/configure/rabbitmq.html</a><br></div><div><br></div><div>I used Xena 13.4 and Yoga 14.8.1.</div><div><br></div><div>Above bugs are critical, but I see that it was not fixed. I am just an operator and I want to share what I encountered for new people who come to Openstack</div><div><br></div><div><br></div><div><div><div dir="ltr"><div dir="ltr">Nguyen Huu Khoi<br></div></div></div></div></div>
</blockquote></div>
</blockquote></div>