Merge "Bumps up default Ceph container images"

This commit is contained in:
Zuul 2020-03-12 15:48:54 +00:00 committed by Gerrit Code Review
commit 65cccc0411
2 changed files with 2 additions and 2 deletions
roles/extras-common

@ -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.8-stable-4.0-nautilus-centos-7-x86_64'> Tag for the
- `docker_ceph_tag: <'v4.0.10-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

@ -51,7 +51,7 @@ docker_ceph_tag: >-
{%- elif release in ['queens','rocky'] -%}
v3.2.10-stable-3.2-luminous-centos-7-x86_64
{%- else -%}
v4.0.8-stable-4.0-nautilus-centos-7-x86_64
v4.0.10-stable-4.0-nautilus-centos-7-x86_64
{%- endif -%}
rhel_containers: >-
{% if ansible_distribution == 'RedHat' -%}