Skip to content

Instantly share code, notes, and snippets.

@satishdotpatel
Created November 19, 2020 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satishdotpatel/f4f6cc2026da11fbb27a3527caba448a to your computer and use it in GitHub Desktop.
Save satishdotpatel/f4f6cc2026da11fbb27a3527caba448a to your computer and use it in GitHub Desktop.
Rebuild RabbitMQ using openstack-ansible
# Sometime rebbitMQ cluster got out of sync when you some nodes drop out from cluster, this is quick way to rebuild cluster, specially i have noticed this issue on stein release of openstack
# On each RabbitMQ node (container):
rabbitmqctl stop_app
rabbitmqctl reset
service rabbitmq-server stop
# Then, redeploy RabbitMQ:
openstack-ansible rabbitmq-install.yml -e 'rabbitmq_upgrade=true'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment