mirror of https://github.com/ceph/ceph-ansible.git
tests: add back nfs testing on master
This commit adds back nfs testing on master branch (containerized scenario only). Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/5307/head
parent
86dc6f8206
commit
86959abf9b
|
@ -21,8 +21,8 @@ mds2
|
|||
[rgws]
|
||||
rgw0
|
||||
|
||||
#[nfss]
|
||||
#nfs0
|
||||
[nfss]
|
||||
nfs0
|
||||
|
||||
[clients]
|
||||
client0
|
||||
|
|
|
@ -8,7 +8,7 @@ mon_vms: 3
|
|||
osd_vms: 5
|
||||
mds_vms: 3
|
||||
rgw_vms: 1
|
||||
nfs_vms: 0
|
||||
nfs_vms: 1
|
||||
grafana_server_vms: 0
|
||||
rbd_mirror_vms: 1
|
||||
client_vms: 2
|
||||
|
|
Loading…
Reference in New Issue