From: rakesh Date: Tue, 10 Jul 2018 16:45:09 +0000 (+0530) Subject: added nfs-ganesha to roles X-Git-Tag: 1.1.0~331^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1190%2Fhead;p=teuthology.git added nfs-ganesha to roles --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index d88e5fa64..7b3969fdd 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -53,6 +53,7 @@ class CephAnsible(Task): osds='osd', rgws='rgw', clients='client', + nfss='nfs', ) def __init__(self, ctx, config):