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