adding vim tags everywhere and all ARMS are rsyslog clients
This commit is contained in:
4
ceph.sls
4
ceph.sls
@@ -1,3 +1,7 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# vim: ft=yaml
|
||||||
|
---
|
||||||
|
|
||||||
ceph:
|
ceph:
|
||||||
release: luminous
|
release: luminous
|
||||||
use_upstream_repo: false
|
use_upstream_repo: false
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: ft=yaml
|
# vim: ft=yaml
|
||||||
---
|
---
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
pkg:
|
pkg:
|
||||||
name: grafana
|
name: grafana
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#
|
# -*- coding: utf-8 -*-
|
||||||
# Example pillar configuration
|
# vim: ft=yaml
|
||||||
#
|
---
|
||||||
|
|
||||||
haproxy:
|
haproxy:
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: ft=yaml
|
# vim: ft=yaml
|
||||||
---
|
---
|
||||||
|
|
||||||
chaos-role:
|
chaos-role:
|
||||||
- prometheus-node_exporter
|
- prometheus-node_exporter
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: ft=yaml
|
# vim: ft=yaml
|
||||||
---
|
---
|
||||||
|
|
||||||
chaos-role:
|
chaos-role:
|
||||||
- prometheus-master
|
- prometheus-master
|
||||||
- prometheus-node_exporter
|
- prometheus-node_exporter
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: ft=yaml
|
# vim: ft=yaml
|
||||||
---
|
---
|
||||||
|
|
||||||
chaos:
|
chaos:
|
||||||
role:
|
role:
|
||||||
- salt-master
|
- salt-master
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ mine_functions:
|
|||||||
disk.usage: []
|
disk.usage: []
|
||||||
grains.items: []
|
grains.items: []
|
||||||
network.ip_addrs: [eth0]
|
network.ip_addrs: [eth0]
|
||||||
networkplus.internal_ip_addrs: []
|
#networkplus.internal_ip_addrs: []
|
||||||
internal_ip_addrs:
|
internal_ip_addrs:
|
||||||
mine_function: network.ip_addrs
|
mine_function: network.ip_addrs
|
||||||
cidr: 192.168.0.0/16
|
cidr: 192.168.0.0/16
|
||||||
|
|||||||
17
top.sls
17
top.sls
@@ -10,15 +10,18 @@ base:
|
|||||||
- haproxy
|
- haproxy
|
||||||
- grafana
|
- grafana
|
||||||
- prometheus.prometheus
|
- prometheus.prometheus
|
||||||
- rsyslog
|
- base.log.rsyslog.client
|
||||||
# Verflixt und zugenaeht!
|
|
||||||
#'cpuarch:aarch64':
|
|
||||||
# - match: grain
|
|
||||||
# - base
|
|
||||||
'pine*':
|
'pine*':
|
||||||
- rsyslog
|
- base.log.rsyslog.client
|
||||||
'ebin*':
|
'ebin*':
|
||||||
- rsyslog
|
- base.log.rsyslog.client
|
||||||
|
# Verflixt und zugenaeht!
|
||||||
|
'cpuarch:aarch64':
|
||||||
|
- match: grain
|
||||||
|
- base.log.rsyslog.client
|
||||||
|
'cpuarch:armv7l':
|
||||||
|
- match: grain
|
||||||
|
- base.log.rsyslog.client
|
||||||
|
|
||||||
#'pine03*':
|
#'pine03*':
|
||||||
# - prometheus.prometheus
|
# - prometheus.prometheus
|
||||||
|
|||||||
Reference in New Issue
Block a user