samba-in-kubernetes / sit-environment

SIT (Samba Integration Testing) Framework
GNU General Public License v3.0
1 stars 7 forks source link

Add mechanism to collect config and logs from nodes #41

Closed anoopcs9 closed 1 year ago

anoopcs9 commented 1 year ago

Given that the machines are installed from scratch, logs should be small. Why we don't just copy all /var/log and journal contents ?

Done.

Another thing that we should also collect are the configuration files. This can help detect problems in the playbooks themselves when generating those files.

I've taken a basic approach to collect configuration from cluster nodes.

Please feel free to suggest changes to overall approach and nomenclature.