]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: disable nfs-ganesha deployment
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 23 Jul 2019 07:50:51 +0000 (09:50 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 24 Jul 2019 12:13:06 +0000 (14:13 +0200)
nfs-ganesha repositories @ dev are broken, this commit disables the
nfs-ganesha deployment so the CI isn't stuck.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/all_daemons/container/hosts
tests/functional/all_daemons/hosts
tox-update.ini

index 7e4f5ce5f09a86d3b69387b9861e73bd8337c601..1f2f0a4f1abfbd62d1630a4deddc35c9705d06f2 100644 (file)
@@ -16,8 +16,8 @@ mds0
 [rgws]
 rgw0
 
-[nfss]
-nfs0
+#[nfss]
+#nfs0
 
 [clients]
 client0
index 9345ec8832e2afc043ea556393b1c17536cd7b7d..eb0b509c146d20d5e791f0902b266794831c6ac6 100644 (file)
@@ -20,8 +20,8 @@ rgw0
 client0
 client1
 
-[nfss]
-nfs0
+#[nfss]
+#nfs0
 
 [rbdmirrors]
 rbd-mirror0
index 067dc8aaaabbd4ab0914971c92eda06c1604e1aa..e960b90c44b6080ded7c5a4456827c0b816fbb90 100644 (file)
@@ -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} \