action #105013
Updated by okurz 7 months ago
## Motivation
We have a backup of o3 but no automatic backup of workers.ini of o3 workers.
## Acceptance criteria
* **AC1:** workers.ini from all production o3 machines maintained by us is backed up automatically
## Suggestions
*
Use config from https://progress.opensuse.org/projects/openqav3/wiki/#openQA-infrastructure-needs-o3-osd so that root from o3 can access all workers automatically. Then extend backup config, e.g. https://gitlab.suse.de/qa-sle/backup-server-salt/-/blob/master/rsnapshot/rsnapshot.conf#L27 , to get workers.ini from all workers automatically.
* Alternative: Make all workers accessible over salt and get it over that, without needing any states nor connection to our state repos. This would be just used for remote command execution that.
Back