From 013ae62177cc8892d651349ffecab99552a8665e Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 25 Jun 2019 07:44:43 +0200 Subject: [PATCH] tests: test nfs-ganesha deployment Add back the nfs-ganesha deployment testing which was removed because of broken dependencies. Signed-off-by: Guillaume Abrioux --- tests/functional/all_daemons/hosts | 4 ++-- tests/functional/all_daemons/vagrant_variables.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functional/all_daemons/hosts b/tests/functional/all_daemons/hosts index c1e8fa976..20c0d4599 100644 --- a/tests/functional/all_daemons/hosts +++ b/tests/functional/all_daemons/hosts @@ -20,8 +20,8 @@ rgw0 client0 client1 -#[nfss] -#nfs0 +[nfss] +nfs0 [rbdmirrors] rbd-mirror0 diff --git a/tests/functional/all_daemons/vagrant_variables.yml b/tests/functional/all_daemons/vagrant_variables.yml index 841c0d2af..31c5c040a 100644 --- a/tests/functional/all_daemons/vagrant_variables.yml +++ b/tests/functional/all_daemons/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