From: Sébastien Han Date: Mon, 3 Dec 2018 09:04:38 +0000 (+0100) Subject: disable nfs scenario X-Git-Tag: v3.2.0rc8~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=50fe56044ecdcc57dd60ca3ec08bcb59b46536d4;p=ceph-ansible.git disable nfs scenario The packages are broken, so let's remove it, until this solved. Signed-off-by: Sébastien Han (cherry picked from commit a502327e52b2577a721790fce1cdc5e3201678bf) --- diff --git a/tests/functional/centos/7/cluster/hosts b/tests/functional/centos/7/cluster/hosts index 8b193dcfe..f5c517794 100644 --- a/tests/functional/centos/7/cluster/hosts +++ b/tests/functional/centos/7/cluster/hosts @@ -20,8 +20,8 @@ ceph-rgw0 ceph-client0 ceph-client1 -[nfss] -ceph-nfs0 +#[nfss] +#ceph-nfs0 [rbdmirrors] ceph-rbd-mirror0 diff --git a/tests/functional/centos/7/cluster/vagrant_variables.yml b/tests/functional/centos/7/cluster/vagrant_variables.yml index 1e062066a..17a7e451e 100644 --- a/tests/functional/centos/7/cluster/vagrant_variables.yml +++ b/tests/functional/centos/7/cluster/vagrant_variables.yml @@ -8,7 +8,7 @@ mon_vms: 3 osd_vms: 2 mds_vms: 1 rgw_vms: 1 -nfs_vms: 1 +nfs_vms: 0 rbd_mirror_vms: 1 client_vms: 2 iscsi_gw_vms: 1