From 706de944cfc9c3645e5294824632ad50846c30ce Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 25 Mar 2020 14:35:55 -0400 Subject: [PATCH] ceph-defaults: update ceph_stable_redhat_distro Since octopus the ceph_stable_redhat_distro variable should be set to el8 instead of el7. Signed-off-by: Dimitri Savineau --- group_vars/all.yml.sample | 2 +- group_vars/rhcs.yml.sample | 2 +- roles/ceph-defaults/defaults/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index b0d43469d..77ae18d1c 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -161,7 +161,7 @@ dummy: # This option is needed for _both_ stable and dev version, so please always fill the right version # # for supported distros, see http://download.ceph.com/rpm-{{ ceph_stable_release }}/ -#ceph_stable_redhat_distro: el7 +#ceph_stable_redhat_distro: el8 # REPOSITORY: RHCS VERSION RED HAT STORAGE (from 4.0) diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 0ae3dbb40..bd5a12188 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -161,7 +161,7 @@ ceph_repository: rhcs # This option is needed for _both_ stable and dev version, so please always fill the right version # # for supported distros, see http://download.ceph.com/rpm-{{ ceph_stable_release }}/ -#ceph_stable_redhat_distro: el7 +#ceph_stable_redhat_distro: el8 # REPOSITORY: RHCS VERSION RED HAT STORAGE (from 4.0) diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 3644eab8d..ae7120171 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -153,7 +153,7 @@ nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_s # This option is needed for _both_ stable and dev version, so please always fill the right version # # for supported distros, see http://download.ceph.com/rpm-{{ ceph_stable_release }}/ -ceph_stable_redhat_distro: el7 +ceph_stable_redhat_distro: el8 # REPOSITORY: RHCS VERSION RED HAT STORAGE (from 4.0)