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