no ceph atm
This commit is contained in:
25
ceph.sls
Normal file
25
ceph.sls
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
Reference in New Issue
Block a user