Hi there, I would like to write a script to download the CentOS generic cloud images with the intention of making them eventually available to oVirt users via the oVirt public Glance repository.
For that purpose I need to: 1. list the CentOS generic cloud images 2. list mirrors from where I could potentially download those images
I could try to parse the HTML here [1], but I'd rather just get the lists from somewhere in some machine readble format if possible.
So is this information or parts of it available in some machine-readable format somewhere?
[1]: http://cloud.centos.org/centos/7/images/
Thanks, Barak