From bc1681e0bdbc880d0ab524c82dce204d704d7c59 Mon Sep 17 00:00:00 2001 From: "K.C. Wong" Date: Thu, 5 Nov 2015 18:31:34 -0800 Subject: [PATCH] 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 fail --- roles/ceph-mon/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-mon/defaults/main.yml b/roles/ceph-mon/defaults/main.yml index f7360db7d..1aff5b22d 100644 --- a/roles/ceph-mon/defaults/main.yml +++ b/roles/ceph-mon/defaults/main.yml @@ -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 }}" -- 2.47.3