Comment 2 for bug 1716727

Revision history for this message
John Fulton (jfulton-org) wrote :

As per a conversation w/ Wes, the "mirror of Kolla images" isn't really an accurate description.
When jobs like scenario001 run the images are pulled, by the undercloud, from docker.io. This is the case for openstack images and ceph images. Those images are set up on the undercloud as a local registry for the overcloud deploy. OpenStack infra may have a cache between docker.io and that local undercloud and that same cache would benefit the ceph image as it would the openstack images.

From the image building point of view images are built at RDO from a job, e.g.

https://review.rdoproject.org/jenkins/job/periodic-tripleo-centos-7-master-containers-build/695

which is something close to our own cache but only for the purposes of building openstack images. Ultimately they end up back on docker.io for the process described above.

So, AFAICT there isn't a docker registry cache that ceph needs to be added to and so I'm closing this bug.