3 Commits

Author SHA1 Message Date
Engelgardt23 9fe967f0b2 Release 0.2.0: dhcpsrv lease auto-discovery, SDS MAC pairing, preflight, flat archive
Release / build (push) Has been cancelled
- Auto-pick BMCs from the dhcpsrv lease table; resolve SDS by neighbouring MAC
- Preflight host-state table (power/work, BMC/UEFI/FPGA) before collection
- Single flat tar.gz bundle (no nested per-host archives); auto-open output dir
- BMC default creds admin/V36man; SDS commands run as root; clearer SSH error hints
- Pin paramiko<4 (5.x dropped ssh-rsa host keys that YADRO BMCs require)
- Timestamped crash reports under crashlogs/
2026-06-03 17:55:38 +03:00
Engelgardt23 77d02c65cf docs: drop remaining GitHub mentions (CONTRIBUTING/SECURITY/.gitignore) 2026-06-01 13:16:41 +03:00
Engelgardt23 4e727b669d vrcx 0.2.0-dev: BMC + SDS parallel collector
Initial commit of vrcx (Vegman Remote Collect, extended) — the BMC-only
bmccollect renamed and extended with a parallel SDS-host log branch.

- dev/prod/old repo layout
- per-host bmc/ + os/ subdirs, archives/dump_<ip>.tar.gz, outer session tarball
- SdsSession (paramiko, sudo via -S), OS_COMMAND_TABLE (lsiget, storcli, smartctl, journal, dmidecode, etc.)
- SDS IP discovery via Redfish EthernetInterfaces -> /24 ping-sweep -> arp -a
- UI shows BMC|OS dual progress per host
- CI/pyinstaller paths updated for dev/
2026-05-18 17:38:07 +03:00