Aurélien Bompard
Aurélien Bompard
Hi! MirrorManager is trying to publish a Fedora Messaging message, but the rabbitmq server isn't running. Try running the `tinystage` VM in TinyStage, it contains the rabbitmq server. This should...
Thanks for updating it! I've fixed a couple remaining issues due to the rebase, and refactored the common code.
The world map is generated from the mirror coordinates in the database already. Or did I misunderstood your question?
Ah, you may have been tricked into believing that the `generate_worldmap.py` script actually generates the worldmap. It would be too easy! It only stores the host coordinates in the database....
Hey! It looks like hosts and countries are already linked by a relationship table: [HostCountry](https://github.com/fedora-infra/mirrormanager2/blob/78656c34cb38c130fdea83ff3abc9c4c41378521/mirrormanager2/lib/model.py#L923). So, hosts can already have multiple countries. Am I missing something? (I only did maintenance...
Ah, I see, there's a confusion between `HostCountry` and `HostCountryAllowed` in the UI. The list of allowed countries in the host form populates the `.countries` attribute, which is for `HostCountry`,...
Hey Adrian, I realize this is rather incomplete as a description, but I've done too many of those today ;-) With Brian Stinson and the rest of the team, we're...
OK, I can't get the tests to pass on Python 3 because of a dependency on Flask-XML-RPC which seems to be a Python2-only library. Am I missing something?
Good question, do you have an opinion on that @adrianreber ?