mirror of https://github.com/ceph/ceph-ansible.git
test: add tests for the client role
Here we test the client role. Signed-off-by: Sébastien Han <seb@redhat.com>pull/1146/head
parent
90648e7518
commit
48a8cd1a43
|
@ -13,3 +13,5 @@ raw_multi_journal: True
|
|||
os_tuning_params:
|
||||
- { name: kernel.pid_max, value: 4194303 }
|
||||
- { name: fs.file-max, value: 26234859 }
|
||||
user_config: True
|
||||
openstack_config: True
|
||||
|
|
|
@ -11,3 +11,6 @@ mds0
|
|||
|
||||
[rgws]
|
||||
rgw0
|
||||
|
||||
[clients]
|
||||
client0
|
||||
|
|
|
@ -10,7 +10,7 @@ mds_vms: 1
|
|||
rgw_vms: 1
|
||||
nfs_vms: 0
|
||||
rbd_mirror_vms: 0
|
||||
client_vms: 0
|
||||
client_vms: 1
|
||||
iscsi_gw_vms: 0
|
||||
|
||||
# Deploy RESTAPI on each of the Monitors
|
||||
|
|
|
@ -11,3 +11,6 @@ mds0
|
|||
|
||||
[rgws]
|
||||
rgw0
|
||||
|
||||
[clients]
|
||||
client0
|
||||
|
|
Loading…
Reference in New Issue