From 9201674b5b8238e89c6158838f34415320419998 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 21 Jun 2019 18:16:51 +0200 Subject: [PATCH] tests: deploy nfs-ganesha in container-all_daemons this commit bring back the nfs-ganesha testing in containerized deployment. Signed-off-by: Guillaume Abrioux --- tests/functional/all_daemons/container/hosts | 4 ++-- tests/functional/all_daemons/container/vagrant_variables.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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