From 653e1cee302ab155fea616a4b295d441f38f586b Mon Sep 17 00:00:00 2001 From: rakesh Date: Tue, 10 Jul 2018 22:15:09 +0530 Subject: [PATCH] added nfs-ganesha to roles --- 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 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): -- 2.47.3