mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #999 from ktdreyer/rhcs-2-default
group_vars: default to version 2 of RHCSpull/922/merge
commit
9619fdfdf0
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue