]> git.proxmox.com Git - ceph.git/blob - ceph/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/single-type-dmcrypt/group_vars/all
update sources to 12.2.10
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / functional / batch / centos7 / bluestore / single-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 ceph_origin: 'repository'
12 ceph_repository: 'dev'
13 copy_admin_key: false
14 devices:
15 - /dev/sdb
16 - /dev/sdc
17 os_tuning_params:
18 - { name: kernel.pid_max, value: 4194303 }
19 - { name: fs.file-max, value: 26234859 }
20 ceph_conf_overrides:
21 global:
22 osd_pool_default_pg_num: 8
23 osd_pool_default_size: 1
24
25 # The following is only needed for testing purposes and is not part of
26 # ceph-ansible supported variables
27
28 osd_ids:
29 - 0
30 - 1