2016-12-01 02:20:07 +08:00
|
|
|
---
|
2016-12-08 09:15:29 +08:00
|
|
|
# this is only here to let the CI tests know
|
|
|
|
# that this scenario is using docker
|
|
|
|
docker: True
|
2016-12-01 02:20:07 +08:00
|
|
|
|
2017-04-13 01:57:33 +08:00
|
|
|
containerized_deployment: True
|
2016-12-06 18:20:23 +08:00
|
|
|
cluster: test
|
2017-07-05 00:08:59 +08:00
|
|
|
monitor_interface: eth1
|
2017-08-07 17:23:32 +08:00
|
|
|
radosgw_interface: eth1
|
2016-12-16 21:53:14 +08:00
|
|
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
2016-12-02 00:27:48 +08:00
|
|
|
journal_size: 100
|
2016-12-01 02:20:07 +08:00
|
|
|
ceph_docker_on_openstack: False
|
2017-09-28 20:14:38 +08:00
|
|
|
public_network: "192.168.17.0/24"
|
|
|
|
cluster_network: "192.168.18.0/24"
|
2017-07-27 23:05:59 +08:00
|
|
|
osd_scenario: collocated
|
2016-12-01 02:20:07 +08:00
|
|
|
ceph_rgw_civetweb_port: 8080
|
2017-07-25 23:54:26 +08:00
|
|
|
osd_objectstore: filestore
|
2017-12-20 20:39:33 +08:00
|
|
|
# OSD_FORCE_ZAP is only for Jewel, the function does not exist anymore on Luminous and above
|
|
|
|
ceph_osd_docker_prepare_env: -e OSD_JOURNAL_SIZE={{ journal_size }} -e OSD_FORCE_ZAP=1
|
2016-12-01 05:21:12 +08:00
|
|
|
devices:
|
2017-10-07 06:58:54 +08:00
|
|
|
- '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'
|
2016-12-16 21:53:14 +08:00
|
|
|
- /dev/sdb
|
2017-02-17 05:13:26 +08:00
|
|
|
ceph_osd_docker_run_script_path: /var/tmp
|
2017-04-29 03:47:21 +08:00
|
|
|
rgw_override_bucket_index_max_shards: 16
|
|
|
|
rgw_bucket_default_quota_max_objects: 1638400
|
2017-06-07 21:30:17 +08:00
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
|
|
|
osd_pool_default_size: 1
|
2017-09-14 04:13:53 +08:00
|
|
|
user_config: True
|
2018-03-07 21:50:27 +08:00
|
|
|
test:
|
|
|
|
name: "test"
|
|
|
|
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
|
|
|
pgp_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
|
|
|
rule_name: "HDD"
|
|
|
|
type: "replicated"
|
|
|
|
erasure_profile: ""
|
|
|
|
size: ""
|
|
|
|
test2:
|
|
|
|
name: "test2"
|
|
|
|
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
|
|
|
pgp_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
|
|
|
rule_name: "HDD"
|
|
|
|
type: "replicated"
|
|
|
|
erasure_profile: ""
|
|
|
|
size: ""
|
|
|
|
pools:
|
|
|
|
- "{{ test }}"
|
|
|
|
- "{{ test2 }}"
|