diff --git a/tests/functional/all_daemons/container/hosts b/tests/functional/all_daemons/container/hosts index 056563a6f..d3b73e10f 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 0bc619545..29f84c79b 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 e960b90c4..067dc8aaa 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} --limit 'all:!nfs0' --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} --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} \