Skip to content

Instantly share code, notes, and snippets.

@gbraad
Last active June 30, 2016 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbraad/45cbe30415b0dc631f5e8d20beaffebf to your computer and use it in GitHub Desktop.
Save gbraad/45cbe30415b0dc631f5e8d20beaffebf to your computer and use it in GitHub Desktop.
Download TripleO images

Download TripleO undercloud images

$ chmod u+x download-tripleo-images.sh
$ sudo ./download-tripleo-images.sh
#!/bin/sh
mkdir -p /var/lib/oooq-images
curl --location -C - -o /var/lib/oooq-images/undercloud-mitaka.qcow2 http://artifacts.ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/undercloud.qcow2
curl --location -C - -o /var/lib/oooq-images/undercloud-mitaka.qcow2.md5 http://artifacts.ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/undercloud.qcow2.md5
@gbraad
Copy link
Author

gbraad commented Jun 28, 2016

"HTTP server doesn't seem to support byte ranges. Cannot resume."

@apevec
Copy link

apevec commented Jun 28, 2016

@trown
Copy link

trown commented Jun 28, 2016

@gbraad I am actually interested if that buildlogs url is better for you? We are working on a solution that would make that the default in quickstart, but I have not seen any definitive reports it works better than the artifacts server.

@gbraad
Copy link
Author

gbraad commented Jun 30, 2016

@trown on buildlogs.centos.org it seems a redirect is performed to buidlogs.cdn.centos.org and this does not resolve on the current DNS. Therefore I have to define the host in /etc/hosts which defies the whole idea. It also seems to timeout more often than the artifacts.ci.centos.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment