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:
Giulio Fidente 2018-04-20 11:45:10 +02:00
parent 4de70a5314
commit 074d4d7807
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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',

View File

@ -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',