]> git.proxmox.com Git - ceph.git/blame - ceph/src/ceph-volume/ceph_volume/tests/functional/xenial/create/group_vars/all
update sources to v12.2.0
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / functional / xenial / create / group_vars / all
CommitLineData
d2e6a577
FG
1---
2
3ceph_dev: True
4cluster: ceph
5public_network: "192.168.3.0/24"
6cluster_network: "192.168.4.0/24"
7monitor_interface: eth1
8journal_size: 100
9osd_objectstore: "filestore"
10osd_scenario: lvm
11copy_admin_key: true
12# test-volume is created by tests/functional/lvm_setup.yml from /dev/sda
13lvm_volumes:
b5b8bbf5
FG
14 - data: test_volume
15 journal: /dev/sdc
16 data_vg: test_group
d2e6a577
FG
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