bf32e98123
* if providing an external journal disk, provide the disk and not the partition * do not put things into /tmp Change-Id: If6e4ae171d4339d06352108fcac3a27854c448b8
50 lines
1.8 KiB
YAML
50 lines
1.8 KiB
YAML
---
|
|
######## Ceph
|
|
ceph::profile::params::release: 'hammer'
|
|
|
|
######## Ceph.conf
|
|
ceph::profile::params::fsid: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
|
|
ceph::profile::params::authentication_type: 'cephx'
|
|
ceph::profile::params::mon_initial_members: 'first, second'
|
|
ceph::profile::params::mon_host: '10.11.12.2:6789, 10.11.12.3:6789'
|
|
ceph::profile::params::osd_journal_size: '4096'
|
|
ceph::profile::params::osd_pool_default_pg_num: '200'
|
|
ceph::profile::params::osd_pool_default_pgp_num: '200'
|
|
ceph::profile::params::osd_pool_default_size: '2'
|
|
ceph::profile::params::osd_pool_default_min_size: '1'
|
|
ceph::profile::params::cluster_network: '10.12.13.0/24'
|
|
ceph::profile::params::public_network: '10.11.12.0/24'
|
|
|
|
######## Keys
|
|
ceph::profile::params::mon_key: 'AQATGHJTUCBqIBAA7M2yafV1xctn1pgr3GcKPg=='
|
|
# as an alternative to specifying the mon key you can provide an exising keyring
|
|
#ceph::profile::params::mon_keyring: '/etc/ceph/ceph.mon.keyring'
|
|
ceph::profile::params::client_keys:
|
|
'client.admin':
|
|
secret: 'AQBMGHJTkC8HKhAAJ7NH255wYypgm1oVuV41MA=='
|
|
mode: '0600'
|
|
cap_mon: 'allow *'
|
|
cap_osd: 'allow *'
|
|
cap_mds: 'allow *'
|
|
'client.bootstrap-osd':
|
|
secret: 'AQARG3JTsDDEHhAAVinHPiqvJkUi5Mww/URupw=='
|
|
keyring_path: '/var/lib/ceph/bootstrap-osd/ceph.keyring'
|
|
cap_mon: 'allow profile bootstrap-osd'
|
|
'client.bootstrap-mds':
|
|
secret: 'AQCztJdSyNb0NBAASA2yPZPuwXeIQnDJ9O8gVw=='
|
|
keyring_path: '/var/lib/ceph/bootstrap-mds/ceph.keyring'
|
|
cap_mon: 'allow profile bootstrap-mds'
|
|
'client.volumes':
|
|
secret: 'AQA4MPZTOGU0ARAAXH9a0fXxVq0X25n2yPREDw=='
|
|
mode: '0600'
|
|
user: 'cinder'
|
|
group: 'cinder'
|
|
cap_mon: 'allow r'
|
|
cap_osd: 'allow class-read object_prefix rbd_children, allow rwx pool=volumes'
|
|
|
|
ceph::profile::params::osds:
|
|
'/dev/sdc':
|
|
journal: '/dev/sdb'
|
|
'/dev/sdd':
|
|
journal: '/dev/sdb'
|