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>
(cherry picked from commit 86959abf9b
)
pull/5308/head
parent
821d0079b1
commit
587b153fc3
|
@ -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