Merge "Bump the Ceph container image to 3.2.1" into stable/rocky

This commit is contained in:
Zuul 2019-02-06 14:10:08 +00:00 committed by Gerrit Code Review
commit 32039516c1
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.0-stable-3.2-luminous-centos-7-x86_64
ceph_tag: v3.2.1-stable-3.2-luminous-centos-7-x86_64
# Container image name components for OpenShift images.
# Only used if OpenShift is deployed.

View File

@ -103,7 +103,7 @@ container_images:
- imagename: docker.io/tripleorocky/centos-binary-swift-proxy-server:current-tripleo
- imagename: docker.io/tripleorocky/centos-binary-tripleo-ui:current-tripleo
- imagename: docker.io/tripleorocky/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/tripleorocky/centos-binary-tempest:current-tripleo
- imagename: docker.io/tripleorocky/centos-binary-rsyslog-base:current-tripleo
- imagename: docker.io/openshift/origin-ansible:v3.11.0

View File

@ -173,7 +173,7 @@ class TestKollaImageBuilderTemplate(base.TestCase):
'namespace': 'docker.io/tripleorocky',
'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',