mirror of https://github.com/ceph/ceph-ansible.git
Defaults for the ceph-mon role should be setting the 'mon_group_name'
* without this, the handler in ceph-common that depends on the value of 'mon_group_name' would failpull/434/head
parent
b5544a1be7
commit
bc1681e0bd
|
@ -7,7 +7,7 @@
|
|||
|
||||
fetch_directory: fetch/
|
||||
|
||||
rgw_group_name: rgws
|
||||
mon_group_name: mons
|
||||
|
||||
# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT
|
||||
fsid: "{{ cluster_uuid.stdout }}"
|
||||
|
|
Loading…
Reference in New Issue