Bump ceph/daemon container image to v3.2.14

Tested via https://review.opendev.org/601598

Change-Id: If370d85eead771305705ad798501e3947a1c6f4f
This commit is contained in:
Giulio Fidente 2020-06-22 17:58:43 +02:00
parent 8c42d4fa23
commit bea923b855
3 changed files with 3 additions and 3 deletions

View File

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

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.10-stable-3.2-luminous-centos-7-x86_64
- imagename: docker.io/ceph/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

@ -187,7 +187,7 @@ class TestKollaImageBuilderTemplate(base.TestCase):
'namespace': 'docker.io/tripleorocky',
'ceph_namespace': 'docker.io/ceph',
'ceph_image': 'daemon',
'ceph_tag': 'v3.2.10-stable-3.2-luminous-centos-7-x86_64',
'ceph_tag': 'v3.2.14-stable-3.2-luminous-centos-7-x86_64',
'name_prefix': 'centos-binary-',
'name_suffix': '',
'tag': 'current-tripleo',