2016-11-10 04:51:54 +08:00
|
|
|
---
|
2017-08-03 21:30:25 +08:00
|
|
|
ceph_origin: repository
|
|
|
|
ceph_repository: community
|
2016-11-19 00:47:38 +08:00
|
|
|
public_network: "192.168.1.0/24"
|
|
|
|
cluster_network: "192.168.2.0/24"
|
2017-08-07 17:23:32 +08:00
|
|
|
radosgw_interface: eth1
|
2017-01-31 22:29:35 +08:00
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
|
|
|
osd_pool_default_size: 1
|
2017-08-22 01:36:38 +08:00
|
|
|
nfs_ganesha_stable: true
|
|
|
|
nfs_ganesha_dev: false
|
|
|
|
nfs_ganesha_stable_branch: V2.5-stable
|
|
|
|
nfs_ganesha_flavor: "ceph_master"
|
2018-05-22 22:41:40 +08:00
|
|
|
openstack_config: True
|
|
|
|
openstack_glance_pool:
|
|
|
|
name: "images"
|
|
|
|
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: 1
|
|
|
|
erasure_profile: ""
|
|
|
|
expected_num_objects: ""
|
2018-10-01 23:11:13 +08:00
|
|
|
size: ""
|
2018-05-22 22:41:40 +08:00
|
|
|
openstack_cinder_pool:
|
|
|
|
name: "volumes"
|
|
|
|
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: 1
|
|
|
|
erasure_profile: ""
|
|
|
|
expected_num_objects: ""
|
2018-10-01 23:11:13 +08:00
|
|
|
size: ""
|
2018-05-22 22:41:40 +08:00
|
|
|
openstack_pools:
|
|
|
|
- "{{ openstack_glance_pool }}"
|
2018-10-01 23:11:13 +08:00
|
|
|
- "{{ openstack_cinder_pool }}"
|