diff --git a/docs/plans/host-migration-to-opentofu.md b/docs/plans/host-migration-to-opentofu.md index 3bf4a02..ade4154 100644 --- a/docs/plans/host-migration-to-opentofu.md +++ b/docs/plans/host-migration-to-opentofu.md @@ -24,7 +24,7 @@ Hosts to migrate: | monitoring01 | Stateful | Prometheus, Grafana, Loki | | jelly01 | Stateful | Jellyfin metadata, watch history, config | | pgdb1 | Stateful | PostgreSQL databases | -| jump | Decommission | No longer needed | +| ~~jump~~ | ~~Decommission~~ | ✓ Complete | | ca | Deferred | Pending Phase 4c PKI migration to OpenBao | ## Phase 1: Backup Preparation @@ -169,14 +169,17 @@ through before starting Zigbee2MQTT on the new host. ## Phase 5: Decommission jump and auth01 Hosts -### jump -1. Verify nothing depends on the jump host (no SSH proxy configs pointing to it, etc.) -2. Remove host configuration from `hosts/jump/` -3. Remove from `flake.nix` -4. Remove any secrets in `secrets/jump/` -5. Remove from `.sops.yaml` -6. Destroy the VM in Proxmox -7. Commit cleanup +### jump ✓ COMPLETE + +~~1. Verify nothing depends on the jump host (no SSH proxy configs pointing to it, etc.)~~ +~~2. Remove host configuration from `hosts/jump/`~~ +~~3. Remove from `flake.nix`~~ +~~4. Remove any secrets in `secrets/jump/`~~ +~~5. Remove from `.sops.yaml`~~ +~~6. Destroy the VM in Proxmox~~ +~~7. Commit cleanup~~ + +Host was already removed from flake.nix and VM destroyed. Configuration cleaned up in ba9f47f. ### auth01 1. Remove host configuration from `hosts/auth01/`