From: Alfredo Deza Date: Tue, 31 May 2016 16:20:03 +0000 (-0400) Subject: ceph-common: define client_group_name X-Git-Tag: ceph-ansible-1.0.5-33~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b05ef9599cf418a4aa36ac2cedaf4952875d9192;p=ceph-ansible.git ceph-common: define client_group_name Signed-off-by: Alfredo Deza Resolves: rhbz#1339096 --- diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index c3a0eb254..aedcb3f20 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -18,6 +18,7 @@ rgw_group_name: rgws mds_group_name: mdss restapi_group_name: restapis rbdmirror_group_name: rbdmirrors +client_group_name: clients # If check_firewall is true, then ansible will try to determine if the # Ceph ports are blocked by a firewall. If the machine running ansible