e8c641372e
Allows inclusion of additional arbitrary puppet classes by the manifests if defined in the *_classes hieradata. Example: to specify the Nova RAM allocation ratio there is a param in nova::scheduler::filter but we do not include it by default; if needed one can use: nova::scheduler::filter::ram_allocation_ratio: 1.8 controller_classes: - nova::scheduler::filter Change-Id: I61d64d2498bed5c49376dee917d106598392db51
15 lines
449 B
YAML
15 lines
449 B
YAML
ceph::profile::params::osd_journal_size: 1024
|
|
ceph::profile::params::osd_pool_default_pg_num: 128
|
|
ceph::profile::params::osd_pool_default_pgp_num: 128
|
|
ceph::profile::params::osd_pool_default_size: 3
|
|
ceph::profile::params::osd_pool_default_min_size: 1
|
|
ceph::profile::params::osds: {/srv/data: {}}
|
|
ceph::profile::params::manage_repo: false
|
|
ceph::profile::params::authentication_type: cephx
|
|
|
|
ceph_pools:
|
|
- volumes
|
|
- vms
|
|
- images
|
|
|
|
ceph_classes: [] |