hep-gc / shoal

A squid cache publishing and advertising tool designed to work in fast changing environments
Apache License 2.0
4 stars 8 forks source link

Require rabbitmq-server from EPEL in rpm #147

Open DrDaveD opened 5 years ago

DrDaveD commented 5 years ago

The shoal-server README.md says rabbitmq-server is not automatically installed and points to complicated instructions for installing rabbitmq-server, but it is available in EPEL so it should instead just Require rabbitmq-server and install automatically.

MCatherine1994 commented 3 years ago

The ansible-playbook which used to install shoal-server has the step to install rabbitmq-server automatically.

MarcusEbert commented 3 years ago

We need to put out new instructions for the latest version, but this is using epel now within the ansible scripts. Old instructions were outdated since a long time. Ansible scripts are tied to our inventory system currently. Once they are self contained, we will make them available.