forked from usmqe/usmqe-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqe_evidence.skyrings.yml
63 lines (58 loc) · 1.4 KB
/
qe_evidence.skyrings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
# This playbook tries to download configuration and log files related to RHSC
# 2.0 only instead of just downloading everything. This can be also useful when
# one needs to tweak the list further - copy this into new playbook and just
# comment out or add directories or files as you like.
- name: Download evidence available on all machines
hosts: all
user: root
vars:
evidence_dirs:
- /var/log/audit/
- /var/log/salt/
- /etc/yum.repos.d/
evidence_files:
- /var/log/messages
- /proc/cpuinfo
- /proc/meminfo
roles:
- qe-evidence
- qe-evidence-probe
- name: Download evidence from RHSC 2.0 machine
hosts: usm_server
user: root
vars:
evidence_dirs:
- /etc/carbon/
- /etc/ceph-installer/
- /etc/graphite-web/
- /etc/rabbitmq/
- /etc/skyring/
- /var/log/carbon/
- /var/log/graphite-web/
- /var/log/httpd/
- /var/log/mongodb/
- /var/log/rabbitmq/
- /var/log/skyring/
roles:
- role: qe-evidence
- name: Download logs from Ceph Storage machines
hosts: usm_nodes
user: root
vars:
evidence_dirs:
- /etc/ceph/
- /etc/skynet
- /var/log/ceph/
- /var/log/skynet/
roles:
- role: qe-evidence
- name: Download logs from Ceph Monitor machines
hosts: ceph_mon
user: root
vars:
evidence_dirs:
- /etc/calamari/
- /var/log/calamari/
roles:
- role: qe-evidence