From: Guillaume Abrioux Date: Tue, 16 Mar 2021 09:37:37 +0000 (+0100) Subject: tests: disable nfs testing on master X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=846be9dabf68845b4458c0e964c605ad7e6431d0;p=ceph-ansible.git tests: disable nfs testing on master nfs-ganesha builds in shaman are broken. This commit disables nfs-ganesha testing in order to unlock the CI. This is a temporary commit intented to be reverted. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/all_daemons/hosts b/tests/functional/all_daemons/hosts index 4fe0c97ce..d40e5a7d2 100644 --- a/tests/functional/all_daemons/hosts +++ b/tests/functional/all_daemons/hosts @@ -23,8 +23,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 7da2da79d..f994ae082 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: 3 mds_vms: 3 rgw_vms: 1 -nfs_vms: 1 +nfs_vms: 0 grafana_server_vms: 0 rbd_mirror_vms: 1 client_vms: 2