SaltStack formula for deploying and managing RabbitMQ
Note
This formula takes advantage of the TestInfra state module found in the MIT ODL `salt-extensions <https://github.com/mitodl/salt-extensions`_ repository.
Note
See the full Salt Formulas installation and usage instructions.
Installs and configures RabbitMQ server based on pillar data.
Install RabbitMQ server and make sure it is running
Configure RabbitMQ based on pillar data.
Install RabbitMQ plugins based on pillar data
Update OS level settings such as file descriptor limit for tuning of RabbitMQ performance
Add users, vhosts, and policies to RabbitMQ server based on pillar data
Uses testinfra module from mitodl/salt-extensions to verify proper state of server
This formula was created from a cookiecutter template.
See https://github.com/mitodl/saltstack-formula-cookiecutter.