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