# In a production deployment, these should be secret
ansible.extra_vars = {
+ ceph_stable: 'true',
+ journal_collocation: 'true',
fsid: '4a158d27-f750-41d5-9e7f-26ce4c9d2d45',
monitor_secret: 'AQAWqilTCDh7CBAAawXt6kyTgLFCxSvJhTEmuw==',
journal_size: 100,
########
# COMMUNITY VERSION
-#ceph_stable: true # use ceph stable branch
+#ceph_stable: false # use ceph stable branch
#ceph_stable_key: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
#ceph_stable_release: hammer # ceph stable release
# on RHEL 7.
#
#ceph_stable_rh_storage: false
-#ceph_stable_rh_storage_cdn_install: true # assumes all the nodes can connect to cdn.redhat.com
+#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:
#ceph_stable_rh_storage_mount_path: /tmp/rh-storage-mount
\r
# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT\r
#fsid: "{{ cluster_uuid.stdout }}"\r
-# monitor_secret:\r
+#monitor_secret:\r
#cephx: true\r
\r
# CephFS\r
# This will collocate both journal and data on the same disk
# creating a partition at the beginning of the device
-#journal_collocation: true
+#journal_collocation: false
# II. Second scenario: single journal device for N OSDs
########\r
\r
# COMMUNITY VERSION\r
-ceph_stable: true # use ceph stable branch\r
+ceph_stable: false # use ceph stable branch\r
ceph_stable_key: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc\r
ceph_stable_release: hammer # ceph stable release\r
\r
# on RHEL 7.\r
#\r
ceph_stable_rh_storage: false\r
-ceph_stable_rh_storage_cdn_install: true # assumes all the nodes can connect to cdn.redhat.com\r
+ceph_stable_rh_storage_cdn_install: false # assumes all the nodes can connect to cdn.redhat.com\r
ceph_stable_rh_storage_iso_install: false # usually used when nodes don't have access to cdn.redhat.com\r
#ceph_stable_rh_storage_iso_path:\r
ceph_stable_rh_storage_mount_path: /tmp/rh-storage-mount\r
\r
# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT\r
fsid: "{{ cluster_uuid.stdout }}"\r
-# monitor_secret:\r
+#monitor_secret:\r
cephx: true\r
\r
# CephFS\r
# This will collocate both journal and data on the same disk\r
# creating a partition at the beginning of the device\r
\r
-journal_collocation: true\r
+journal_collocation: false\r
\r
\r
# II. Second scenario: single journal device for N OSDs\r