From 04d7ebaa3c2ec9c00a703c8f79bfd950979232f6 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Tue, 18 Apr 2017 15:12:37 -0700 Subject: [PATCH] Add the missing rgw role Signed-off-by: Vasu Kulkarni --- teuthology/task/ceph_ansible.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.47.3