<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>What actually happened,  I created fresh CentOS 7.2 instance on the same server, so
<br>
</p>
<p>/var/cache/tripleo-quickstart/images became empty.</p>
<p>Then piece of code 73 - 75 lines  of   <span>/home/boris/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/fetch_image.yml</span></p>
<p><span>===============================================================<br>
</span></p>
<p></p>
<div>- name: Get image<br>
      command: ><br>
        curl -sf -C- -o _{{ image.name }}.{{ image.type}} {{ image.url }}<br>
      args:<br>
        chdir: "{{ image_cache_dir }}"<br>
      register: curl_result<br>
      until: curl_result.rc not in [18, 56]<br>
      retries: 20<br>
      delay: 5<br>
================================================================<br>
doesn't loop for me any longer ( as happened before, since late May 2016 )<br>
<br>
<b>It sits on first curl invocation with spead 2.85MB/min  , e.g. 10-12 hr for download 2.5 GB.</b><br>
Due to "-C-" option used by curl  in about several days via restarting `bash quickstart $VIRTHOST`<br>
on regular basis undercloud.qcow2 will be downloaded, it didn't happen just 2-3 days ago<br>
probably due to using cached copy of undercloud.qcow2.<br>
However , that was a point of time in the past ( around 05/25 ) when I picked  up<br>
undecloud.qcow2 the first time with no problems. <br>
I also believe that all what I did  was just the help to solve the issue with telemetry services failure :-<br>
<a title="Ctrl+Click or tap to follow the link" id="LPlnk295883" href="https://www.redhat.com/archives/rdo-list/2016-June/msg00036.html" class="OWAAutoLink">https://www.redhat.com/archives/rdo-list/2016-June/msg00036.html</a><br>
<br>
<a id="LPlnk295883" href="https://www.redhat.com/archives/rdo-list/2016-June/msg00036.html" class="OWAAutoLink"></a>Appears that my ISP has problem with only one site's downloading speed .
<br>
This site is <a id="LPlnk940960" href="http://artifacts.ci.centos.org" class="OWAAutoLink">
http://artifacts.ci.centos.org</a><br>
Link to to file   <a title="Ctrl+Click or tap to follow the link" id="LPlnk288562" href="http://artifacts.ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/undercloud.qcow2" class="OWAAutoLink">
http://artifacts.ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/undercloud.qcow2</a><br>
<br>
Thanks.<br>
Boris.<br>
<a id="LPlnk288562" href="http://artifacts.ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/undercloud.qcow2" class="OWAAutoLink"></a><br>
</div>
<br>
<p></p>
<p><br>
</p>
</div>
</body>
</html>