Bump the Ceph container image to 3.2.1

Change-Id: I3d9a79f252922daff566bac5ba3b42c0d0e1550c
(cherry picked from commit ce3f4639a1)
This commit is contained in:
Giulio Fidente 2019-01-15 11:26:03 +01:00
parent 7d89b37a53
commit 8a34366b25
3 changed files with 3 additions and 3 deletions

View File

@ -93,6 +93,6 @@ container_images:
- imagename: docker.io/tripleoqueens/centos-binary-swift-object:current-tripleo
- imagename: docker.io/tripleoqueens/centos-binary-swift-proxy-server:current-tripleo
- imagename: docker.io/tripleoqueens/centos-binary-zaqar:current-tripleo
- imagename: docker.io/ceph/daemon:v3.2.0-stable-3.2-luminous-centos-7-x86_64
- imagename: docker.io/ceph/daemon:v3.2.1-stable-3.2-luminous-centos-7-x86_64
- imagename: docker.io/tripleoqueens/centos-binary-tempest:current-tripleo
- imagename: docker.io/tripleoqueens/centos-binary-rsyslog-base:current-tripleo

View File

@ -30,7 +30,7 @@ CONTAINER_IMAGES_DEFAULTS = {
'namespace': 'docker.io/tripleoqueens',
'ceph_namespace': 'docker.io/ceph',
'ceph_image': 'daemon',
'ceph_tag': 'v3.2.0-stable-3.2-luminous-centos-7-x86_64',
'ceph_tag': 'v3.2.1-stable-3.2-luminous-centos-7-x86_64',
'name_prefix': 'centos-binary-',
'name_suffix': '',
'tag': 'current-tripleo',

View File

@ -167,7 +167,7 @@ class TestKollaImageBuilderTemplate(base.TestCase):
'namespace': 'docker.io/tripleoqueens',
'ceph_namespace': 'docker.io/ceph',
'ceph_image': 'daemon',
'ceph_tag': 'v3.2.0-stable-3.2-luminous-centos-7-x86_64',
'ceph_tag': 'v3.2.1-stable-3.2-luminous-centos-7-x86_64',
'logging': 'files',
'name_prefix': 'centos-binary-',
'name_suffix': '',