3 Commits

Author SHA1 Message Date
wjones b30c85dead Enhance update_system.py with timestamp logging for better tracking of system updates 2025-11-20 09:10:58 -05:00
wjones 9f112e0903 Add update_system.py script for package management and reboot handling 2025-10-06 10:13:29 -04:00
wjones 95f132bdf8 Add scripts for managing VM and LXC container power states and fan control
- Implemented set_fanspeed.py for dynamic fan speed control based on temperature.
- Created ilo_poweroff.py and ilo_poweron.py for iLO power management.
- Added ipmi_poweroff.py and ipmi_poweron.py for IPMI power control.
- Developed vm_start.py, vm_stop.py, vm_restart.py, and vm_shutdown.py for VM and LXC management.
- Introduced wrapper scripts (start_wrapper.sh, stop_wrapper.sh) for simplified execution.
- Removed deprecated shell scripts for power control.
2025-10-06 10:10:54 -04:00