one of the ansible tasks fails during provisioning of the VM
TASK [pagure-dev : Install Redis] ********************************************** failed: [pagure] (item=['python-redis', 'python-trololio', 'redis']) => {"changed": false, "item": ["python-redis", "python-trololio", "redis"], "msg": "No package python-trololio available."}
python-trololio is available through Fedora and EPEL 7 as python2-trololio.
python-trololio
python2-trololio
The VM runs on Fedora 25, and I think even python2-trololio isn't available for that. Can you please confirm?
That's definitely the case. The Vagrant and container stuff need to be rebased to the latest Fedora and adapted for current Pagure (including switching to Python 3).
I'd like to take it up, if that's okay
Sure, go for it!
Metadata Update from @pingou: - Issue tagged with: bug, easyfix
Basically, all what is needed is updating the URL in dev/Vagrantfile.example and the name of the box while at it.
dev/Vagrantfile.example
Then test the new file and you should be good :)
Is somebody still working on this? I'd take it if it's free.
Can you close this issue please? It's confusing for poor outreachy people hunting easyfixes :)
I assume you tested it and confirm it's working fine :)
Metadata Update from @pingou: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Yes I did, that's the Vagrantfile I used for creating the other PR :)