]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Defaults for the ceph-mon role should be setting the 'mon_group_name' 434/head
authorK.C. Wong <kcwong@verseon.com>
Fri, 6 Nov 2015 02:31:34 +0000 (18:31 -0800)
committerK.C. Wong <kcwong@verseon.com>
Fri, 6 Nov 2015 02:31:34 +0000 (18:31 -0800)
* without this, the handler in ceph-common that depends on
  the value of 'mon_group_name' would fail

roles/ceph-mon/defaults/main.yml

index f7360db7dd9ceb8b7bc2710ddcaa643ad855691c..1aff5b22d53b261f745ca5765620bfa3fc132a54 100644 (file)
@@ -7,7 +7,7 @@
 \r
 fetch_directory: fetch/\r
 \r
-rgw_group_name: rgws\r
+mon_group_name: mons\r
 \r
 # ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT\r
 fsid: "{{ cluster_uuid.stdout }}"\r