mirror of https://github.com/ceph/ceph-ansible.git
Revert "tests: disable nfs-ganesha deployment"
This reverts commit 83940e624b
.
Because nfs-ganesha@master (2.9-dev) build has been fixed by [1] then
we can test nfs-ganesha in the CI for master/octopus.
[1] https://github.com/ceph/ceph-build/pull/1346
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/4321/head
parent
5b9b841108
commit
31bd5e08a6
|
@ -16,8 +16,8 @@ mds0
|
|||
[rgws]
|
||||
rgw0
|
||||
|
||||
#[nfss]
|
||||
#nfs0
|
||||
[nfss]
|
||||
nfs0
|
||||
|
||||
[clients]
|
||||
client0
|
||||
|
|
|
@ -20,8 +20,8 @@ rgw0
|
|||
client0
|
||||
client1
|
||||
|
||||
#[nfss]
|
||||
#nfs0
|
||||
[nfss]
|
||||
nfs0
|
||||
|
||||
[rbdmirrors]
|
||||
rbd-mirror0
|
||||
|
|
|
@ -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} \
|
||||
|
|
Loading…
Reference in New Issue