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
|
||||||
@@ -24,6 +24,10 @@ prometheus:
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- prometheus.chaos:9090
|
- prometheus.chaos:9090
|
||||||
|
- job_name: 'ceph'
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- pine02.chaos:9283
|
||||||
- job_name: mysqld
|
- job_name: mysqld
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
|
|||||||
Reference in New Issue
Block a user