From: Alfredo Deza Date: Mon, 18 Jul 2016 21:10:29 +0000 (-0400) Subject: group_vars: default to version 2 of RHCS X-Git-Tag: ceph-ansible-1.0.5-33~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ccbe7f3a97f7864573febab955c1b4f018600d9;p=ceph-ansible.git group_vars: default to version 2 of RHCS Signed-off-by: Alfredo Deza Resolves: rhbz#1357631 --- diff --git a/group_vars/all.sample b/group_vars/all.sample index 3c6167920..2045ee880 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -133,8 +133,8 @@ dummy: # #ceph_stable_rh_storage: false # This will affect how/what repositories are enabled depending on the desired -# version. The next version will use "2" not "2.0" which would not work. -#ceph_stable_rh_storage_version: 1.3 # next version is 2 +# version. The previous version was "1.3". +#ceph_stable_rh_storage_version: 2 #ceph_stable_rh_storage_cdn_install: false # assumes all the nodes can connect to cdn.redhat.com #ceph_stable_rh_storage_iso_install: false # usually used when nodes don't have access to cdn.redhat.com #ceph_stable_rh_storage_iso_path: diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index e969128cd..7f970d169 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -125,8 +125,8 @@ ceph_stable_ice_kmod: 3.10-0.1.20140702gitdc9ac62.el7.x86_64 # ceph_stable_rh_storage: false # This will affect how/what repositories are enabled depending on the desired -# version. The next version will use "2" not "2.0" which would not work. -ceph_stable_rh_storage_version: 1.3 # next version is 2 +# version. The previous version was "1.3". +ceph_stable_rh_storage_version: 2 ceph_stable_rh_storage_cdn_install: false # assumes all the nodes can connect to cdn.redhat.com ceph_stable_rh_storage_iso_install: false # usually used when nodes don't have access to cdn.redhat.com #ceph_stable_rh_storage_iso_path: