From: Vasu Kulkarni Date: Tue, 18 Apr 2017 22:12:37 +0000 (-0700) Subject: Add the missing rgw role X-Git-Tag: 1.1.0~428^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=04d7ebaa3c2ec9c00a703c8f79bfd950979232f6;p=teuthology.git Add the missing rgw role Signed-off-by: Vasu Kulkarni --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 62945492d..6e982394e 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -153,6 +153,7 @@ class CephAnsible(Task): mons='mon', mdss='mds', osds='osd', + rgws='rgw', clients='client', ) hosts_dict = dict()