mirror of https://github.com/ceph/ceph-ansible.git
tests: reenable nfs-ganesha testing
This re-adds the nfs-ganesha testing in non containerized deployment.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 6c11695fbe
)
pull/5702/head
parent
c0d98878ff
commit
dcf915f597
|
@ -23,8 +23,8 @@ rgw0
|
||||||
client0
|
client0
|
||||||
client1
|
client1
|
||||||
|
|
||||||
#[nfss]
|
[nfss]
|
||||||
#nfs0
|
nfs0
|
||||||
|
|
||||||
[rbdmirrors]
|
[rbdmirrors]
|
||||||
rbd-mirror0
|
rbd-mirror0
|
||||||
|
|
|
@ -8,7 +8,7 @@ mon_vms: 3
|
||||||
osd_vms: 3
|
osd_vms: 3
|
||||||
mds_vms: 3
|
mds_vms: 3
|
||||||
rgw_vms: 1
|
rgw_vms: 1
|
||||||
nfs_vms: 0
|
nfs_vms: 1
|
||||||
grafana_server_vms: 0
|
grafana_server_vms: 0
|
||||||
rbd_mirror_vms: 1
|
rbd_mirror_vms: 1
|
||||||
client_vms: 2
|
client_vms: 2
|
||||||
|
|
Loading…
Reference in New Issue