]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Remove the fsid vars from mon and osd roles 166/head
authorSébastien Han <sebastien.han@enovance.com>
Mon, 5 Jan 2015 23:18:04 +0000 (00:18 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Mon, 5 Jan 2015 23:18:04 +0000 (00:18 +0100)
We do not need them since they get registered by the ceph-common role.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-mon/defaults/main.yml
roles/ceph-osd/defaults/main.yml

index c0c2c1132523640e0d9c2948bfdeb7130da13d99..996aa7b990ebe40129630c0a062327a521f6b079 100644 (file)
@@ -1,8 +1,7 @@
 ---\r
 # You can override vars by using host or group vars\r
 \r
-# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT\r
-fsid: "{{ cluster_uuid.stdout }}"\r
+# ACTIVATE MONITOR_SECRET VARIABLE FOR NON-VAGRANT DEPLOYMENT\r
 # monitor_secret:\r
 cephx: true\r
 \r
index 06b93129a8bcbd3bc618da38ea1649ed594b71a2..b05b21e9f09ddf4c29a8a22d795b346a177e3822 100644 (file)
@@ -4,9 +4,6 @@
 \r
 ## Ceph options\r
 #\r
-\r
-# ACTIVATE THE FSID VARIABLE FOR NON-VAGRANT DEPLOYMENT\r
-fsid: "{{ cluster_uuid.stdout }}"\r
 cephx: true\r
 \r
 # Devices to be used as OSDs\r