Update the ceph container url to quay.io

In order to get rid of pulling non-tripleo containers from docker.io
to avoid rate limit issues, we are switching to
quay.ceph.io/ceph-ci/daemon:v3.2.14-stable-3.2-luminous-centos-7-x86_64

Depends-On: https://review.opendev.org/#/c/759211/

Change-Id: Ib573484a52548414a8804c5c514538b69a8e7ee0
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-10-20 16:13:44 +05:30
parent 855a780319
commit deb001cff0
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ parameter_defaults:
# Container image name components for Ceph images.
# Only used if Ceph is deployed.
ceph_namespace: docker.io/ceph
ceph_namespace: quay.ceph.io/ceph-ci
ceph_image: daemon
ceph_tag: v3.2.14-stable-3.2-luminous-centos-7-x86_64

View File

@ -207,7 +207,7 @@ container_images:
image_source: kolla
- imagename: docker.io/tripleorocky/centos-binary-zaqar:current-tripleo
image_source: kolla
- imagename: docker.io/ceph/daemon:v3.2.14-stable-3.2-luminous-centos-7-x86_64
- imagename: quay.ceph.io/ceph-ci/daemon:v3.2.14-stable-3.2-luminous-centos-7-x86_64
image_source: ceph
- imagename: docker.io/tripleorocky/centos-binary-tempest:current-tripleo
image_source: kolla

View File

@ -185,7 +185,7 @@ class TestKollaImageBuilderTemplate(base.TestCase):
self.assertEqual(
{
'namespace': 'docker.io/tripleorocky',
'ceph_namespace': 'docker.io/ceph',
'ceph_namespace': 'quay.ceph.io/ceph-ci',
'ceph_image': 'daemon',
'ceph_tag': 'v3.2.14-stable-3.2-luminous-centos-7-x86_64',
'name_prefix': 'centos-binary-',