Update README and add CHANGELOG with initial toolkits summary

This commit is contained in:
Mateusz Suski
2026-05-05 21:47:33 +00:00
parent 76e24796bb
commit 65c7c82f0f
2 changed files with 95 additions and 7 deletions
+39
View File
@@ -0,0 +1,39 @@
# Changelog
## [Initial Version]
### Added
- Repository structure:
- `infra-run`
- `platform-projects`
- `labs`
- Linux operations Bash toolkit:
- healthcheck
- disk usage checks
- service checks
- system reporting
- Disk full incident toolkit:
- disk analysis
- large files detection
- deleted open files detection
- safe cleanup suggestions
- Network troubleshooting script:
- interface, routing, DNS, connectivity checks
- Veritas storage toolkit:
- VxVM disk detection
- diskgroup extension
- volume/filesystem resize
- VCS freeze/unfreeze workflow
- GPFS storage toolkit:
- cluster validation
- NSD planning
- filesystem expansion
- rebalance
- Runbook-style structure and step-based execution.
### Notes
- All scripts default to dry-run where change actions are present.
- Designed for safety and readability.
- No destructive actions without explicit confirmation.