Merge pull request #999 from ktdreyer/rhcs-2-default

group_vars: default to version 2 of RHCS
pull/922/merge
Leseb 2016-09-26 16:00:28 +02:00 committed by GitHub
commit 9619fdfdf0
2 changed files with 4 additions and 4 deletions

View File

@ -147,8 +147,8 @@ dummy:
# #
#ceph_rhcs: false #ceph_rhcs: false
# This will affect how/what repositories are enabled depending on the desired # 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. # version. The previous version was 1.3. The current version is 2.
#ceph_rhcs_version: 1.3 # next version is 2 #ceph_rhcs_version: 2
#ceph_rhcs_cdn_install: false # assumes all the nodes can connect to cdn.redhat.com #ceph_rhcs_cdn_install: false # assumes all the nodes can connect to cdn.redhat.com
#ceph_rhcs_iso_install: false # usually used when nodes don't have access to cdn.redhat.com #ceph_rhcs_iso_install: false # usually used when nodes don't have access to cdn.redhat.com
#ceph_rhcs_iso_path: #ceph_rhcs_iso_path:

View File

@ -139,8 +139,8 @@ ceph_stable_redhat_distro: el7
# #
ceph_rhcs: false ceph_rhcs: false
# This will affect how/what repositories are enabled depending on the desired # 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. # version. The previous version was 1.3. The current version is 2.
ceph_rhcs_version: 1.3 # next version is 2 ceph_rhcs_version: 2
ceph_rhcs_cdn_install: false # assumes all the nodes can connect to cdn.redhat.com ceph_rhcs_cdn_install: false # assumes all the nodes can connect to cdn.redhat.com
ceph_rhcs_iso_install: false # usually used when nodes don't have access to cdn.redhat.com ceph_rhcs_iso_install: false # usually used when nodes don't have access to cdn.redhat.com
#ceph_rhcs_iso_path: #ceph_rhcs_iso_path: