Bump Ceph container image from 3.0.1 to 3.0.3
Ceph contaimer image version 3.0.3 added support for RHEL. This change bumps the version we're testing in CI (CentOS) from 3.0.1 to 3.0.3. The new image was tested via I7e50d1c0d9483cc1462ec13b430ff16f9f4adb2c Change-Id: I1ffb9e058ab1dbab8718a75ce1bc015633c69327
This commit is contained in:
parent
4de70a5314
commit
074d4d7807
@ -103,6 +103,6 @@ container_images:
|
||||
- imagename: docker.io/tripleomaster/centos-binary-swift-proxy-server:current-tripleo
|
||||
- imagename: docker.io/tripleomaster/centos-binary-tripleo-ui:current-tripleo
|
||||
- imagename: docker.io/tripleomaster/centos-binary-zaqar:current-tripleo
|
||||
- imagename: docker.io/ceph/daemon:v3.0.1-stable-3.0-luminous-centos-7-x86_64
|
||||
- imagename: docker.io/ceph/daemon:v3.0.3-stable-3.0-luminous-centos-7-x86_64
|
||||
- imagename: docker.io/tripleomaster/centos-binary-tempest:current-tripleo
|
||||
- imagename: docker.io/tripleomaster/centos-binary-rsyslog-base:current-tripleo
|
||||
|
@ -32,7 +32,7 @@ CONTAINER_IMAGE_PREPARE_PARAM = [{
|
||||
'namespace': 'docker.io/tripleomaster',
|
||||
'ceph_namespace': 'docker.io/ceph',
|
||||
'ceph_image': 'daemon',
|
||||
'ceph_tag': 'v3.0.1-stable-3.0-luminous-centos-7-x86_64',
|
||||
'ceph_tag': 'v3.0.3-stable-3.0-luminous-centos-7-x86_64',
|
||||
'name_prefix': 'centos-binary-',
|
||||
'name_suffix': '',
|
||||
'tag': 'current-tripleo',
|
||||
|
@ -167,7 +167,7 @@ class TestKollaImageBuilderTemplate(base.TestCase):
|
||||
'namespace': 'docker.io/tripleomaster',
|
||||
'ceph_namespace': 'docker.io/ceph',
|
||||
'ceph_image': 'daemon',
|
||||
'ceph_tag': 'v3.0.1-stable-3.0-luminous-centos-7-x86_64',
|
||||
'ceph_tag': 'v3.0.3-stable-3.0-luminous-centos-7-x86_64',
|
||||
'name_prefix': 'centos-binary-',
|
||||
'name_suffix': '',
|
||||
'tag': 'current-tripleo',
|
||||
|
Loading…
Reference in New Issue
Block a user