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
(cherry picked from commit 2bdd048c6c395707eeca429e1ab641decff2664c)
This commit is contained in:
Giulio Fidente 2018-04-20 11:57:07 +02:00
parent 78a572b0c8
commit 1926ba05ae
2 changed files with 2 additions and 2 deletions

View File

@ -87,4 +87,4 @@ container_images:
- imagename: tripleopike/centos-binary-swift-proxy-server:current-tripleo
- imagename: tripleopike/centos-binary-tacker:current-tripleo
- imagename: tripleopike/centos-binary-zaqar:current-tripleo
- imagename: docker.io/ceph/daemon:v3.0.1-stable-3.0-jewel-centos-7-x86_64
- imagename: docker.io/ceph/daemon:v3.0.3-stable-3.0-jewel-centos-7-x86_64

View File

@ -2,7 +2,7 @@
{% set ceph_namespace=ceph_namespace or "docker.io/ceph" %}
{% set ceph_image=ceph_image or "daemon" %}
{% set ceph_tag=ceph_tag or "v3.0.1-stable-3.0-jewel-centos-7-x86_64" %}
{% set ceph_tag=ceph_tag or "v3.0.3-stable-3.0-jewel-centos-7-x86_64" %}
{% if name_prefix and not name_prefix.endswith('-') %}
{% set name_prefix=name_prefix + "-" %}