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
This commit is contained in:
parent
50ae41cb84
commit
df3cc910cf
@ -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
|
||||
|
@ -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' -%}
|
||||
|
Loading…
Reference in New Issue
Block a user