NCAR / ctt_server

Apache License 2.0
1 stars 0 forks source link

Add ability to turn nodes off/on #23

Open Will-Shanks opened 8 months ago

Will-Shanks commented 8 months ago

Currently ctt only manages a nodes state in pbs, but it would be convenient if it was possible to power nodes off/on through ctt.

This will require adding a "hardware_off" state to the node state machine along with managing nodes transitioning between the states. handling what commands should run to cleanly power nodes up/down and how to handle potential errors will require some planning.