26 lines
470 B
Plaintext
26 lines
470 B
Plaintext
ceph:
|
|
release: luminous
|
|
use_upstream_repo: false
|
|
|
|
config:
|
|
file: /etc/ceph/ceph.conf
|
|
global:
|
|
fsid: 29ef4020-303a-4b2e-aa24-a1e20e5ba21c
|
|
authentication_type: 'cephx' #this needs some serious fixing
|
|
public_network: '192.168.10.0/24'
|
|
cluster_network: '10.255.255.0/27'
|
|
|
|
|
|
mon_hosts:
|
|
- pine01.chaos
|
|
- pine02.chaos
|
|
|
|
osds:
|
|
active:
|
|
- /dev/sda
|
|
- /dev/sdb
|
|
|
|
packages:
|
|
- ceph
|
|
- apt-transport-https
|