From: Guillaume Abrioux Date: Fri, 21 Jun 2019 16:16:51 +0000 (+0200) Subject: tests: deploy nfs-ganesha in container-all_daemons X-Git-Tag: v4.0.0rc10~42 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=27dbac7396599afe70b7cbdc13031807dfb793f0;p=ceph-ansible.git tests: deploy nfs-ganesha in container-all_daemons this commit bring back the nfs-ganesha testing in containerized deployment. Signed-off-by: Guillaume Abrioux (cherry picked from commit 9201674b5b8238e89c6158838f34415320419998) --- diff --git a/tests/functional/all_daemons/container/hosts b/tests/functional/all_daemons/container/hosts index 1f2f0a4f1..7e4f5ce5f 100644 --- a/tests/functional/all_daemons/container/hosts +++ b/tests/functional/all_daemons/container/hosts @@ -16,8 +16,8 @@ mds0 [rgws] rgw0 -#[nfss] -#nfs0 +[nfss] +nfs0 [clients] client0 diff --git a/tests/functional/all_daemons/container/vagrant_variables.yml b/tests/functional/all_daemons/container/vagrant_variables.yml index 35d74e854..e1f0e01c1 100644 --- a/tests/functional/all_daemons/container/vagrant_variables.yml +++ b/tests/functional/all_daemons/container/vagrant_variables.yml @@ -8,7 +8,7 @@ mon_vms: 3 osd_vms: 2 mds_vms: 1 rgw_vms: 1 -nfs_vms: 0 +nfs_vms: 1 grafana_server_vms: 0 rbd_mirror_vms: 1 client_vms: 2