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:
|
||||
release: luminous
|
||||
use_upstream_repo: false
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
|
||||
grafana:
|
||||
pkg:
|
||||
name: grafana
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Example pillar configuration
|
||||
#
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
|
||||
haproxy:
|
||||
enabled: True
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
|
||||
chaos-role:
|
||||
- prometheus-node_exporter
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
|
||||
chaos-role:
|
||||
- prometheus-master
|
||||
- prometheus-node_exporter
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
|
||||
chaos:
|
||||
role:
|
||||
- salt-master
|
||||
|
||||
@@ -9,7 +9,7 @@ mine_functions:
|
||||
disk.usage: []
|
||||
grains.items: []
|
||||
network.ip_addrs: [eth0]
|
||||
networkplus.internal_ip_addrs: []
|
||||
#networkplus.internal_ip_addrs: []
|
||||
internal_ip_addrs:
|
||||
mine_function: network.ip_addrs
|
||||
cidr: 192.168.0.0/16
|
||||
|
||||
17
top.sls
17
top.sls
@@ -10,15 +10,18 @@ base:
|
||||
- haproxy
|
||||
- grafana
|
||||
- prometheus.prometheus
|
||||
- rsyslog
|
||||
# Verflixt und zugenaeht!
|
||||
#'cpuarch:aarch64':
|
||||
# - match: grain
|
||||
# - base
|
||||
- base.log.rsyslog.client
|
||||
'pine*':
|
||||
- rsyslog
|
||||
- base.log.rsyslog.client
|
||||
'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*':
|
||||
# - prometheus.prometheus
|
||||
|
||||
Reference in New Issue
Block a user