From: Guillaume Abrioux Date: Sat, 21 Jan 2023 08:33:29 +0000 (+0100) Subject: tests: test nfs-ganesha with stable repos X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15b91962e7ed0993b34b81d3cf61dbb54239adfb;p=ceph-ansible.git tests: test nfs-ganesha with stable repos dev repos are broken, let's test with stable builds for now. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/all_daemons/container/hosts b/tests/functional/all_daemons/container/hosts index 7fcf47258..c0c2dd862 100644 --- a/tests/functional/all_daemons/container/hosts +++ b/tests/functional/all_daemons/container/hosts @@ -19,8 +19,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 57331ef78..aacdb5eaf 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: 3 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 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 2bbf3b66d..5dcb513b4 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