Bump ceph/daemon container image to v4.0.1

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

Change-Id: I45adc2b610783c42394ed701fec4e7abbf3de974
(cherry picked from commit 9448a6380a)
This commit is contained in:
Giulio Fidente 2019-07-18 15:20:29 +02:00
parent 5525d4d6d2
commit 2d015a5fa9
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: v4.0.0-stable-4.0-nautilus-centos-7-x86_64
ceph_tag: v4.0.1-stable-4.0-nautilus-centos-7-x86_64
# Container image name components for OpenShift images.
# Only used if OpenShift is deployed.

View File

@ -203,7 +203,7 @@ container_images:
image_source: kolla
- imagename: docker.io/tripleostein/centos-binary-zaqar-wsgi:current-tripleo
image_source: kolla
- imagename: docker.io/ceph/daemon:v4.0.0-stable-4.0-nautilus-centos-7-x86_64
- imagename: docker.io/ceph/daemon:v4.0.1-stable-4.0-nautilus-centos-7-x86_64
image_source: ceph
- imagename: docker.io/tripleostein/centos-binary-tempest:current-tripleo
image_source: kolla

View File

@ -236,7 +236,7 @@ class TestKollaImageBuilderTemplate(base.TestCase):
'namespace': 'docker.io/tripleostein',
'ceph_namespace': 'docker.io/ceph',
'ceph_image': 'daemon',
'ceph_tag': 'v4.0.0-stable-4.0-nautilus-centos-7-x86_64',
'ceph_tag': 'v4.0.1-stable-4.0-nautilus-centos-7-x86_64',
'name_prefix': 'centos-binary-',
'name_suffix': '',
'tag': 'current-tripleo',