]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
defaults: resync sample files with actual defaults
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 22 May 2018 14:04:15 +0000 (16:04 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 24 May 2018 16:39:38 +0000 (09:39 -0700)
6644dba5e3a46a5a8c1cf7e66b97f7b7d62e8e95 and
1f15a81c480f60bc82bfc3a1aec3fe136e6d3bc4 introduced changes some changes
in defaults variables files but it seems we've forgotten to
regenerate the sample files.
This commit aims to resync the content of `all.yml.sample`,
`mons.yml.sample` and `rhcs.yml.sample`

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
group_vars/all.yml.sample
group_vars/mons.yml.sample
group_vars/rhcs.yml.sample

index 59dfaaea97dbc612b61e645402057d46bb9676e3..483cd7be4e4392791a07225e37a81d7ed75f72ef 100644 (file)
@@ -344,6 +344,17 @@ dummy:
 #ip_version: ipv4
 #mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf
 
+##########
+# CEPHFS #
+##########
+#cephfs: cephfs # name of the ceph filesystem
+#cephfs_data: cephfs_data # name of the data pool for a given filesystem
+#cephfs_metadata: cephfs_metadata # name of the metadata pool for a given filesystem
+
+#cephfs_pools:
+#  - { name: "{{ cephfs_data }}", pgs: "" }
+#  - { name: "{{ cephfs_metadata }}", pgs: "" }
+
 ## OSD options
 #
 #journal_size: 5120 # OSD journal size in MB
@@ -499,8 +510,7 @@ dummy:
 #osd_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
 #mds_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
 #rgw_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
-#containerized_deployment: "{{ True if mon_containerized_deployment or osd_containerized_deployment or mds_containerized_deployment or rgw_containerized_deployment else False }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
-
+#containerized_deployment: False
 
 ############
 # KV store #
index 6d11b94199645d7b30e1aceda4fe712a4d1c61d3..50a00436414a6d292e8b7586bb3784a51de6b1c5 100644 (file)
@@ -37,18 +37,6 @@ dummy:
 #calamari_debug: false
 
 
-##########
-# CEPHFS #
-##########
-#cephfs: cephfs # name of the ceph filesystem
-#cephfs_data: cephfs_data # name of the data pool for a given filesystem
-#cephfs_metadata: cephfs_metadata # name of the metadata pool for a given filesystem
-
-#cephfs_pools:
-#  - { name: "{{ cephfs_data }}", pgs: "" }
-#  - { name: "{{ cephfs_metadata }}", pgs: "" }
-
-
 ###############
 # CRUSH RULES #
 ###############
index 09842ce65454a5188f944e0cbc40b4e00b870ab4..73a4f5bde3051ec00aefd7d07b791205f643848a 100644 (file)
@@ -344,6 +344,17 @@ ceph_repository: rhcs
 #ip_version: ipv4
 #mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf
 
+##########
+# CEPHFS #
+##########
+#cephfs: cephfs # name of the ceph filesystem
+#cephfs_data: cephfs_data # name of the data pool for a given filesystem
+#cephfs_metadata: cephfs_metadata # name of the metadata pool for a given filesystem
+
+#cephfs_pools:
+#  - { name: "{{ cephfs_data }}", pgs: "" }
+#  - { name: "{{ cephfs_metadata }}", pgs: "" }
+
 ## OSD options
 #
 #journal_size: 5120 # OSD journal size in MB
@@ -499,8 +510,7 @@ ceph_repository: rhcs
 #osd_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
 #mds_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
 #rgw_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
-#containerized_deployment: "{{ True if mon_containerized_deployment or osd_containerized_deployment or mds_containerized_deployment or rgw_containerized_deployment else False }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
-
+#containerized_deployment: False
 
 ############
 # KV store #