Remove the fsid vars from mon and osd roles

We do not need them since they get registered by the ceph-common role.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
pull/166/head
Sébastien Han 2015-01-06 00:18:04 +01:00
parent 7862c1fbe1
commit 216c8e24c8
2 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,7 @@
--- ---
# You can override vars by using host or group vars # You can override vars by using host or group vars
# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT # ACTIVATE MONITOR_SECRET VARIABLE FOR NON-VAGRANT DEPLOYMENT
fsid: "{{ cluster_uuid.stdout }}"
# monitor_secret: # monitor_secret:
cephx: true cephx: true

View File

@ -4,9 +4,6 @@
## Ceph options ## Ceph options
# #
# ACTIVATE THE FSID VARIABLE FOR NON-VAGRANT DEPLOYMENT
fsid: "{{ cluster_uuid.stdout }}"
cephx: true cephx: true
# Devices to be used as OSDs # Devices to be used as OSDs