From df3cc910cf567405cb1ad7b3a617a36df8bd831d Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 19 Dec 2019 13:39:28 +0100 Subject: [PATCH] Bumps up default Ceph container images Updates ceph/daemon image to to 3.2.10 for queens/rocky and to 4.0.8 for stein/train/master This same change is applied by default to all new deployments via tripleo-common defaults Depends-On: I15b3d092c911b465b8399a30e4d984e3cc3665b4 Depends-On: I6b80ae2e13deb390cbb2b152299a5915ebb337a2 Change-Id: Id50579329365ba3e57c5be8eb15063ea1b819503 --- roles/extras-common/README.md | 2 +- roles/extras-common/defaults/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/extras-common/README.md b/roles/extras-common/README.md index 37ebbd29c..eb5cf329e 100644 --- a/roles/extras-common/README.md +++ b/roles/extras-common/README.md @@ -38,7 +38,7 @@ Role Variables - `docker_ceph_namespace: <'docker.io/ceph'> Namespace for the ceph container image - `docker_ceph_image: <'daemon'> Name of the ceph container image -- `docker_ceph_tag: <'v4.0.4-stable-4.0-nautilus-centos-7-x86_64'> Tag for the +- `docker_ceph_tag: <'v4.0.8-stable-4.0-nautilus-centos-7-x86_64'> Tag for the ceph container image - `composable_scenario`: <''> -- path to the composable scenarios used at deployment time - `upgrade_composable_scenario`: <''> -- path to the composable scenarios used at upgrade time diff --git a/roles/extras-common/defaults/main.yml b/roles/extras-common/defaults/main.yml index ea15157b0..b1d5b9c68 100644 --- a/roles/extras-common/defaults/main.yml +++ b/roles/extras-common/defaults/main.yml @@ -49,9 +49,9 @@ docker_ceph_tag: >- {% if release in ['pike'] -%} v3.0.3-stable-3.0-jewel-centos-7-x86_64 {%- elif release in ['queens','rocky'] -%} - v3.2.8-stable-3.2-luminous-centos-7-x86_64 + v3.2.10-stable-3.2-luminous-centos-7-x86_64 {%- else -%} - v4.0.4-stable-4.0-nautilus-centos-7-x86_64 + v4.0.8-stable-4.0-nautilus-centos-7-x86_64 {%- endif -%} rhel_containers: >- {% if ansible_distribution == 'RedHat' -%}