Let desktop-01 sleep: autostart off by default, CI runner moved to hpe-01 - #26
Merged
Conversation
…e-01 desktop-01 auto-sleeps from now on (Homelab#191). Its DevOps guests are stopped and must not restart on a wake, so the stack default is onboot: false. The GitHub Actions runner is the one member that has to stay up — every superproject deploy runs on it — so it was migrated to hpe-01 (pct migrate 3002 hpe-01 --restart) and overrides node + onboot. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
desktop-01 auto-sleeps from now on (Chrison-Homelab/Homelab#191). Its guests were shut down on 2026-09-05 with
onboot=0; the shapes say the same so converge and the nodes agree.What changed
onboot: false— a wake must not restart forgejo, its runner, the shell host, the DevOps tunnel or newt, or the node is never idle and never sleeps again.github-runner:node: hpe-01,onboot: true. It is the runner every superproject deploy executes on, so it was migrated live (pct migrate 3002 hpe-01 --restart, 2m46s) and is running there with its service active.Consequences, deliberate
forgejo.chrison.dev(DevOps tunnel) andshell.lab.chrison.dev(via newt) are down while desktop-01 sleeps. Wake the node orpct startthem when needed.Verification
validate stacks/DevOps: valid. Live: runner CT on hpe-01,actions-runner.servicerunning, DHCP lease on VLAN 1010.