Bump ceph/daemon container image to v4.0.4

Tested via https://review.opendev.org/562213

Change-Id: Ic98f4e8fb1659235ab1dcb6e7071fa13613a11fe
This commit is contained in:
Giulio Fidente 2019-10-11 15:07:47 +02:00
parent 71f3f9841a
commit 3a1ac6b437
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ parameter_defaults:
# Only used if Ceph is deployed.
ceph_namespace: docker.io/ceph
ceph_image: daemon
ceph_tag: v4.0.1-stable-4.0-nautilus-centos-7-x86_64
ceph_tag: v4.0.4-stable-4.0-nautilus-centos-7-x86_64
ceph_prometheus_namespace: docker.io/prom
ceph_prometheus_image: prometheus

View File

@ -199,7 +199,7 @@ container_images:
image_source: kolla
- imagename: docker.io/tripleomaster/centos-binary-zaqar-wsgi:current-tripleo
image_source: kolla
- imagename: docker.io/ceph/daemon:v4.0.1-stable-4.0-nautilus-centos-7-x86_64
- imagename: docker.io/ceph/daemon:v4.0.4-stable-4.0-nautilus-centos-7-x86_64
image_source: ceph
- imagename: docker.io/prom/prometheus:latest
image_source: prom

View File

@ -236,7 +236,7 @@ class TestKollaImageBuilderTemplate(base.TestCase):
'namespace': 'docker.io/tripleomaster',
'ceph_namespace': 'docker.io/ceph',
'ceph_image': 'daemon',
'ceph_tag': 'v4.0.1-stable-4.0-nautilus-centos-7-x86_64',
'ceph_tag': 'v4.0.4-stable-4.0-nautilus-centos-7-x86_64',
'ceph_grafana_namespace': 'docker.io/grafana',
'ceph_grafana_image': 'grafana',
'ceph_grafana_tag': 'latest',