mirror of https://github.com/ceph/ceph-ansible.git
tests: add nfs container test
Signed-off-by: Sébastien Han <seb@redhat.com>pull/1923/head
parent
16174a397c
commit
c7d9838ad4
|
@ -15,6 +15,9 @@ rgw0
|
||||||
[mgrs]
|
[mgrs]
|
||||||
mgr0
|
mgr0
|
||||||
|
|
||||||
|
[nfss]
|
||||||
|
nfs0
|
||||||
|
|
||||||
[clients]
|
[clients]
|
||||||
client0 ceph_origin="repository" ceph_repository="community"
|
client0 ceph_origin="repository" ceph_repository="community"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ mon_vms: 3
|
||||||
osd_vms: 1
|
osd_vms: 1
|
||||||
mds_vms: 1
|
mds_vms: 1
|
||||||
rgw_vms: 1
|
rgw_vms: 1
|
||||||
nfs_vms: 0
|
nfs_vms: 1
|
||||||
rbd_mirror_vms: 1
|
rbd_mirror_vms: 1
|
||||||
client_vms: 1
|
client_vms: 1
|
||||||
iscsi_gw_vms: 0
|
iscsi_gw_vms: 0
|
||||||
|
|
Loading…
Reference in New Issue