Bump the Ceph container image to 3.2.1
Change-Id: I3d9a79f252922daff566bac5ba3b42c0d0e1550c
This commit is contained in:
parent
e6e69823c5
commit
ce3f4639a1
@ -27,7 +27,7 @@ parameter_defaults:
|
|||||||
# Only used if Ceph is deployed.
|
# Only used if Ceph is deployed.
|
||||||
ceph_namespace: docker.io/ceph
|
ceph_namespace: docker.io/ceph
|
||||||
ceph_image: daemon
|
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.
|
# Container image name components for OpenShift images.
|
||||||
# Only used if OpenShift is deployed.
|
# Only used if OpenShift is deployed.
|
||||||
|
@ -213,7 +213,7 @@ container_images:
|
|||||||
image_source: kolla
|
image_source: kolla
|
||||||
- imagename: docker.io/tripleomaster/centos-binary-zaqar-wsgi:current-tripleo
|
- imagename: docker.io/tripleomaster/centos-binary-zaqar-wsgi:current-tripleo
|
||||||
image_source: kolla
|
image_source: kolla
|
||||||
- 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
|
||||||
image_source: ceph
|
image_source: ceph
|
||||||
- imagename: docker.io/tripleomaster/centos-binary-tempest:current-tripleo
|
- imagename: docker.io/tripleomaster/centos-binary-tempest:current-tripleo
|
||||||
image_source: kolla
|
image_source: kolla
|
||||||
|
@ -211,7 +211,7 @@ class TestKollaImageBuilderTemplate(base.TestCase):
|
|||||||
'namespace': 'docker.io/tripleomaster',
|
'namespace': 'docker.io/tripleomaster',
|
||||||
'ceph_namespace': 'docker.io/ceph',
|
'ceph_namespace': 'docker.io/ceph',
|
||||||
'ceph_image': 'daemon',
|
'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_prefix': 'centos-binary-',
|
||||||
'name_suffix': '',
|
'name_suffix': '',
|
||||||
'tag': 'current-tripleo',
|
'tag': 'current-tripleo',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user