From: Guillaume Abrioux Date: Tue, 7 Jan 2020 14:40:50 +0000 (+0100) Subject: tests: disable nfs testing X-Git-Tag: v6.0.0alpha1~150 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f2baaab8c841c5463727100e981248dd2fa3cd7;p=ceph-ansible.git tests: disable nfs testing nfs-ganesha makes the CI failing because of issue related to SELinux. See: - https://bugzilla.redhat.com/show_bug.cgi?id=1788563 - https://github.com/nfs-ganesha/nfs-ganesha/issues/527 Until we can get this fixed, let's disable nfs-ganesha testing temporarily. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/all_daemons/container/hosts b/tests/functional/all_daemons/container/hosts index 06596f081..b4882e58e 100644 --- a/tests/functional/all_daemons/container/hosts +++ b/tests/functional/all_daemons/container/hosts @@ -18,8 +18,8 @@ mds2 [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 c49adaf90..fbb286109 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: 3 rgw_vms: 1 -nfs_vms: 1 +nfs_vms: 0 grafana_server_vms: 0 rbd_mirror_vms: 1 client_vms: 2 diff --git a/tests/functional/all_daemons/hosts b/tests/functional/all_daemons/hosts index 44e193083..f0793d95d 100644 --- a/tests/functional/all_daemons/hosts +++ b/tests/functional/all_daemons/hosts @@ -22,8 +22,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 0062ac71e..24824a664 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: 3 rgw_vms: 1 -nfs_vms: 1 +nfs_vms: 0 grafana_server_vms: 0 rbd_mirror_vms: 1 client_vms: 2