]> 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.1
[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
181888fb
FG
11ceph_origin: 'repository'
12ceph_repository: 'dev'
d2e6a577
FG
13copy_admin_key: true
14# test-volume is created by tests/functional/lvm_setup.yml from /dev/sda
15lvm_volumes:
181888fb
FG
16 - data: data-lv1
17 journal: /dev/sdc1
b5b8bbf5 18 data_vg: test_group
181888fb
FG
19 - data: data-lv2
20 journal: journal1
21 data_vg: test_group
22 journal_vg: journals
d2e6a577
FG
23os_tuning_params:
24 - { name: kernel.pid_max, value: 4194303 }
25 - { name: fs.file-max, value: 26234859 }
26ceph_conf_overrides:
27 global:
28 osd_pool_default_pg_num: 8
29 osd_pool_default_size: 1