From 83940e624bc4faf6bc7bb1a7637711556d6b3e8c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 23 Jul 2019 09:50:51 +0200 Subject: [PATCH] tests: disable nfs-ganesha deployment nfs-ganesha repositories @ dev are broken, this commit disables the nfs-ganesha deployment so the CI isn't stuck. Signed-off-by: Guillaume Abrioux --- tests/functional/all_daemons/container/hosts | 4 ++-- tests/functional/all_daemons/hosts | 4 ++-- tox-update.ini | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/functional/all_daemons/container/hosts b/tests/functional/all_daemons/container/hosts index 7e4f5ce5f..1f2f0a4f1 100644 --- a/tests/functional/all_daemons/container/hosts +++ b/tests/functional/all_daemons/container/hosts @@ -16,8 +16,8 @@ mds0 [rgws] rgw0 -[nfss] -nfs0 +#[nfss] +#nfs0 [clients] client0 diff --git a/tests/functional/all_daemons/hosts b/tests/functional/all_daemons/hosts index 9345ec883..eb0b509c1 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/tox-update.ini b/tox-update.ini index 067dc8aaa..e960b90c4 100644 --- a/tox-update.ini +++ b/tox-update.ini @@ -56,7 +56,7 @@ commands= ansible-playbook -vv -i {changedir}/{env:INVENTORY} {envdir}/tmp/ceph-ansible/tests/functional/lvm_setup.yml --extra-vars "osd_scenario=lvm" # deploy the cluster - ansible-playbook -vv -i {envdir}/tmp/ceph-ansible/tests/functional/all_daemons{env:CONTAINER_DIR:}/{env:INVENTORY} {envdir}/tmp/ceph-ansible/{env:PLAYBOOK:site.yml.sample} --extra-vars "\ + ansible-playbook -vv -i {envdir}/tmp/ceph-ansible/tests/functional/all_daemons{env:CONTAINER_DIR:}/{env:INVENTORY} {envdir}/tmp/ceph-ansible/{env:PLAYBOOK:site.yml.sample} --limit 'all:!nfs0' --extra-vars "\ delegate_facts_host={env:DELEGATE_FACTS_HOST:True} \ fetch_directory={env:FETCH_DIRECTORY:{changedir}/fetch} \ ceph_stable_release={env:CEPH_STABLE_RELEASE:mimic} \ -- 2.39.5