]> git.proxmox.com Git - ceph.git/blame - ceph/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/filestore/single-type-dmcrypt/group_vars/all
update sources to 12.2.10
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / functional / batch / xenial / filestore / single-type-dmcrypt / group_vars / all
CommitLineData
1adf2230
AA
1---
2
3dmcrypt: True
4ceph_dev: True
91327a77 5cluster: test
1adf2230
AA
6public_network: "192.168.3.0/24"
7cluster_network: "192.168.4.0/24"
8monitor_interface: eth1
9osd_objectstore: "filestore"
10osd_scenario: lvm
11ceph_origin: 'repository'
12ceph_repository: 'dev'
13copy_admin_key: false
14devices:
15 - /dev/sdb
16 - /dev/sdc
17os_tuning_params:
18 - { name: kernel.pid_max, value: 4194303 }
19 - { name: fs.file-max, value: 26234859 }
20ceph_conf_overrides:
21 global:
22 osd_pool_default_pg_num: 8
23 osd_pool_default_size: 1
24 osd:
25 osd_journal_size: 2048
91327a77
AA
26
27# The following is only needed for testing purposes and is not part of
28# ceph-ansible supported variables
29
30osd_ids:
31 - 0
32 - 1