mirror of https://github.com/ceph/ceph-ansible.git
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
parent
7862c1fbe1
commit
216c8e24c8
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
# You can override vars by using host or group vars
|
||||
|
||||
# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT
|
||||
fsid: "{{ cluster_uuid.stdout }}"
|
||||
# ACTIVATE MONITOR_SECRET VARIABLE FOR NON-VAGRANT DEPLOYMENT
|
||||
# monitor_secret:
|
||||
cephx: true
|
||||
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
|
||||
## Ceph options
|
||||
#
|
||||
|
||||
# ACTIVATE THE FSID VARIABLE FOR NON-VAGRANT DEPLOYMENT
|
||||
fsid: "{{ cluster_uuid.stdout }}"
|
||||
cephx: true
|
||||
|
||||
# Devices to be used as OSDs
|
||||
|
|
Loading…
Reference in New Issue