mirror of https://github.com/ceph/ceph-ansible.git
36 lines
1020 B
Plaintext
36 lines
1020 B
Plaintext
---
|
|
ceph_origin: repository
|
|
ceph_repository: community
|
|
public_network: "192.168.1.0/24"
|
|
cluster_network: "192.168.2.0/24"
|
|
radosgw_interface: eth1
|
|
ceph_conf_overrides:
|
|
global:
|
|
osd_pool_default_size: 1
|
|
nfs_ganesha_stable: true
|
|
nfs_ganesha_dev: false
|
|
nfs_ganesha_stable_branch: V2.5-stable
|
|
nfs_ganesha_flavor: "ceph_master"
|
|
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: ""
|
|
size: ""
|
|
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: ""
|
|
size: ""
|
|
openstack_pools:
|
|
- "{{ openstack_glance_pool }}"
|
|
- "{{ openstack_cinder_pool }}"
|